@charset "UTF-8";
/* CSS Document */

@media (min-width: 481px) {

	html, body{
		height: 100%;
		/*font-family: 'Noto Sans JP', sans-serif;*/
		font-family: sans-serif;
		font-size: 18px;
		font-weight: 200;
		font-feature-settings : "palt";
	}
	html *{
		box-sizing: border-box;
	}
	body{
		position: relative;
		width: 100%;
		min-width: 1000px;	
	}
	a{
		transition: 0.1s linear;
	}
	.f-r{
		font-weight: 400;	
	}
	.f-m{
		font-weight: 500;	
	}
	.f-b{
		font-weight: 700;	
	}
	.clearfix::after{
	  content: "";
	  display: block;
	  clear: both;
	}
	.pc{
		display: inherit;
	}
	.sp{
		display: none;
	}




	body > header{
		height: 90px;
		display: block;
		width: 100%;
		/*min-width: 1100px;*/
		padding-left: calc(50vw - 550px);
		padding-right: calc(50vw - 550px);
		/*background: rgba(0,0,255,0.05);*/
		border-bottom: solid 10px #E61673;
	}
	body > header h1{
		float: left;
		width: 190px;
		/*background: rgba(0,255,0,0.05);*/
	}
	body > header h1 span{
		display: none;
	}
	body > header h1 img#logo{
		/*position: absolute;
		left: calc(50vw - 500px);*/
		border-bottom: solid 10px #ED5C9D;
	}
	body > header .snsbtn{
		position: relative;
		float: right;
		margin-top: 25px;
		z-index: 10;
	}
	.snsbtn{
		width: 142px;
		height: 36px;
	}
	.snsbtn a{
		display: block;
		width: 36px;
		height: 36px;
	}
	.snsbtn a:hover{
		opacity: 0.7;
	}

	.snsbtn a:first-child{
		background: url(../images/icon_fb.svg);
		background-size: contain;
		float: left;
		margin-right: 16px;
	}
/*	.snsbtn a:nth-child(4){
		background: url(../images/icon_tw.svg);
		background-size: contain;
		float: left;
		margin-right: 18px;
	}*/
	.snsbtn a:nth-child(2){
		background: url(../images/icon_ig.svg);
		background-size: contain;
		float: left;
		margin-right: 18px;
	}
	.snsbtn a:nth-child(3){
		background: url(../images/icon_yt.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		float: left;
	}


	nav{

		/*font-family: 'Noto Sans JP', sans-serif;*/
		font-weight: 600;
		font-size: 0.94rem;
		position: absolute;
		top: 0;
		left: 0;
		height: 90px;
		width: 100%;
		min-width: 1000px;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 5;
	}
	nav ul{

	}
	nav li{
		display: inline-block;
		margin-right: 20px;
	}
	nav li:last-child{
		margin-right: 0;
	}
	nav li a{
		text-decoration: none;
		color: #171C61;
	}
	nav li a:hover{
		color: #E61673;
	}
	
	
	/*スマホナビ*/
	#spnavi{
		display: none;
	}


	/*ヘッダ画像とご案内*/
	#headimg{
		background-image: url(../images/catch8.svg),url(../images/fumoto_headimg_3-2.png),url(../images/BG_headimg.png);
		background-repeat: no-repeat,no-repeat,repeat-x;
		background-position: bottom 130px left calc(50% - 170px),bottom 0 left calc(50% + 320px),bottom center;
		background-size: 750px auto, auto, auto;
		width: 100%;
		min-width: 1000px;
		height: 535px;
		position: relative;
		top: -100px;
		z-index: 2;
		border-bottom: solid 5px #171C61;
	}
	#headimg img{
		position: absolute;
		bottom: 0;
		left: calc(50% + 70px);
	}
	#headimg:after{
		/*content: url(../images/catch2.png);
		position: absolute;
		left: calc(50% - 500px);
		bottom: 10px;*/
	}
	/*選挙リード*/
	#lead{
		margin-top: -80px;
		margin-bottom: 140px;
	}
	#lead h1{
		background: url(../images/catch3.png) top center no-repeat;
		height: 147px;
	}
	#lead h1 span{
		display: none;
	}
	#lead p{
		width: 460px;
		margin: auto;
		font-size: 1.08rem;
		line-height: 2;
		color: #171C61;
	}
	/*お知らせ*/
	#info{
		position: relative;
		top: -100px;
		z-index: 3;
		width: 100%;
		background: #F9F9F9;
		padding: 0;
	}
	#info div{
		width: 1000px;
		padding: 20px 0px 20px 240px;
		margin: auto;
		box-sizing: border-box;
	}
	#info div.lead{
		
		font-size: 1.33rem;
		color: #E61673;
		position: relative;
		/*height: 150px;*/
		text-align: justify;
        
        padding-bottom: 60px;
	}
	#info div.lead:before{
		content: url(../images/newicon3.svg);
		position: absolute;
		top: -40px;
		left: 70px;
		width: 136px;
		height: 40vh
	}
	#info div.lead span{
		display: block;
		margin-bottom: 20px;
	}
	#info div.txt{
		/*padding: 20px 0px 20px 0px;*/
		padding-top: 0px;
	}
    #info div .backnumber{
        font-size: 16px;
    }
  #info div .backnumber a{
      display: inline-block;
      margin: 0 5px;
  }
    
	table.kouenlist{
		width: 100%;
		border-top: solid 2px black;
		border-left: solid 2px black;
		border-right: solid 2px black;
		border-bottom: solid 2px black;
	}
	table.kouenlist th,
	table.kouenlist td{
		border-right: solid 1px black;
		border-bottom: solid 1px black;
		padding: 3px 6px;
		font-size: 0.9rem;
		background: white;
	}
	table.kouenlist th{
		text-align: center;
		background: #E61673;
		font-weight: 700;
		color: white;
	}
	table.kouenlist th:nth-child(1),
	table.kouenlist td:nth-child(1),
	table.kouenlist th:nth-child(2),
	table.kouenlist td:nth-child(2),
	table.kouenlist th:nth-child(3),
	table.kouenlist td:nth-child(3){
		text-align: center;
	}
	table.kouenlist tr.pu1 td{
		font-size: 1.0rem;
		font-weight: 700;
		background: rgba(252,232,241,1);
	}
	table.kouenlist tr.pu2 td{
		font-size: 1.2rem;
		font-weight: 700;
		background: rgba(251,220,234,1);
	}




	/*コンテンツ部*/
	#container{
		margin-top: -100px;
	}
	#container section h1{
        font-size: 1.44rem;
        font-weight: 500;
        width: 100%;
        height: auto;
		padding: 15px 0;
		margin-bottom: 30px;
        box-sizing: border-box;
        border: none;
        background: #E61673;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        text-align: center;
        line-height: 1.2;
        z-index: 8;
        /*position: absolute;
        top: -100px;
        left: 0;*/
    }
	#c1{ /*ごあいさつ*/
		background: url(../images/BG_C1.png);
		/*padding: 20px 20px 100px;*/
		position: relative;
		
		/*display: none;*/
		padding-bottom: 60px;
	}
	#c1 h1{
		/*position: absolute;
		top: -60px;*/
		
		/*background: #171C61!important;*/
	}
	#c1 div.innarbox,
	#c2 div.innarbox,
	.innarbox{
		width: 1000px;
		margin: auto;
		position: relative;
		
	}
	#c1 div.houbun{
		/*float: right;*/
		width: 1000px;
		background: white;
		margin-top: 20px;
		padding: 60px;
		color: #171C61;
		box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.1);
		position: relative;
	}
	#c1 div.houbun h2{
		/*margin-left: 60px;*/
		font-size: 1.78rem;
		font-family: serif;
		font-feature-settings : "palt";
		height: 30px;
		/*background: url("../images/c1_h2_2.svg") top left no-repeat;*/
	}
	#c1 div.houbun h2 span{
		display: none;
	}
	#c1 div p{
		padding: 30px 170px 0px 0px;
		line-height: 2;
	}
	#c1 div.houbun img{
		position: absolute;
		right: 20px;
		bottom: 70px;
	}


	#c2{
        background: #E7E0E7;
        padding: 0 0 60px 0;
        position: relative;
        height: auto;
        box-sizing: border-box;
    }
	#c2.v2024{
		background: #FFF;
	}
	#c2 h1{
        /* margin-top: -100px; */
    }
	#c2 .innarbox{
		height: auto;
		/*background: rgba(149,64,65,0.07);*/
	}
	#c2 .innarbox:before{
		/*content: url(../images/c2_fumoto_2023.png);
		position: absolute;
		top: 200px;
		left: 140px;*/
	}
	#c2 #kohyaku{
		display: flex;
		flex-wrap: wrap;
	}
	#c2 #kohyaku div{
		width: 50%;
		margin: 20px 0;
	}
	#c2 #kohyaku div h2{
		width: 100%;
	}
	#c2 #kohyaku div p{
		width: 95%;
		line-height: 1.8;
	}
	
	#c2 #kohyaku div:nth-child(1) h2{
		content: url("../images/2024kouyaku_ttl2_1.svg");
	}
	#c2 #kohyaku div:nth-child(2) h2{
		content: url("../images/2024kouyaku_ttl2_2.svg");
	}
	#c2 #kohyaku div:nth-child(3) h2{
		content: url("../images/2024kouyaku_ttl2_3.svg");
	}
	#c2 #kohyaku div:nth-child(4) h2{
		content: url("../images/2024kouyaku_ttl2_4.svg");
	}
	#c2 #kohyaku div:nth-child(5) h2{
		content: url("../images/2024kouyaku_ttl2_5.svg");
	}
	#c2 #kohyaku div:nth-child(6) h2{
		content: url("../images/2024kouyaku_ttl2_6.svg");
	}
	#c2 #kohyaku div:nth-child(7) h2{
		content: url("../images/2024kouyaku_ttl2_7.svg");
	}
	#c2 #kohyaku div:nth-child(8) h2{
		content: url("../images/2024kouyaku_ttl2_8.svg");
	}
	#c2 #kohyaku div:nth-child(9) h2{
		content: url("../images/2024kouyaku_ttl2_9.svg");
	}
	#c2 #kohyaku div:nth-child(10) h2{
		content: url("../images/2024kouyaku_ttl2_10.svg");
	}



	#c2 #sinjowrapper{
        width: 420px;
        height: auto;
        box-sizing: border-box;
        padding: 100px 35px 35px;
        background: url(../images/c2_sengen_title.svg) top 25px center no-repeat white;
        background-size: 90%;
        border-radius: 20px;
        position: absolute;
        top: 30px;
        right: 0px;
    }
	.sinjo{
        width: 100%;
        background-position: center left;
        background-repeat: no-repeat;
        background-size: 13%;
        color: #171C61;
        font-weight: 700;
        font-size: 1.39rem;
        padding: 12px 0px 10px 55px;
        /* min-height: 80px; */
        border-top: dotted 1px #171C61;
    }
	#s1{
		background-image: url(../images/icon_sengen1.svg);
	}
	#s2{
		background-image: url(../images/icon_sengen2.svg);
	}
	#s3{
		background-image: url(../images/icon_sengen3.svg);
	}
	#s4{
		background-image: url(../images/icon_sengen4.svg);
	}
	#s5{
		background-image: url(../images/icon_sengen5.svg);
	}
	#c2ph{
        position: absolute;
        left: 135px;
        top: 90px;
    }





	#c2-2{ /*ビジョン*/
		position: relative;
		background: url(../images/BG_vision.png) repeat-x top center;
		background-size: 100% 345px;
		padding-bottom: 70px;
	}
	#c2-2 h1{
		position: absolute;
		top: -80px;
	}
	#c2-2 .innarbox{
		min-height: 1000px;
		position: relative;
	}

	
	#c2-2 .innarbox:before {
		content: url( ../images/c2-2-title2023.svg);
		position: absolute;
		top: -60px;
		left: 10%;
		width: 80%;
		z-index: 2;
	}

	#c2-2 #visionwrapper{
		width: 980px;
		margin: auto;
		padding-top: 280px;
		
	}

	.vision{
		width: 46%;
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 70px;
		height: auto;
		min-height: 250px;
		float: left;
		margin-bottom: 40px;
	}
	.vision li{
		list-style: disc;
		margin-left: 30px;
	}
	#v1{
        background-image: url(../images/icon_vision1.svg);
        /* margin-left: 54%; */
    }
	#v2{
		background-image: url(../images/icon_vision2.svg);
		clear: left;
		margin-right: 8%;
	}
	#v3{
		background-image: url(../images/icon_vision3.svg);

	}
	#v4{
		background-image: url(../images/icon_vision4.svg);
		margin-right: 8%;
	}
	#v5{
		background-image: url(../images/icon_vision5.svg);
		margin-bottom: 60px;
	}
	.vision h2{
		font-weight: 700;
		color: #171C61;
		font-size: 1.39rem;
		line-height: 1.5;
		padding-left: 90px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
	.vision p{
		text-align: justify;
		margin-bottom: 10px;
		font-weight: 500;
	}
	#c2-2 .fumoto{
        position: absolute;
        top: 100px;
        right: 70px;
    }


	#c3{ /*プロフィール*/
		background:#F2F2F2;
		padding:0;
		position: relative;
		padding-bottom: 100px;
		box-sizing: border-box;
	}
	#c3 .innarbox{
        /* height: 1480px; */
        position: relative;
        padding-top: 300px;
    }
	#c3 h1{
		position: absolute;
		/*top: -60px;*/
		left: 0;
	}
	#c3 .honbun{
		position: relative;
		width: 700px;
		margin: auto;
		line-height: 1.8;
		
	}
	#c3 .honbun:before{
        content: url(../images/c3_illust_2024.svg);
        position: absolute;
        top: -350px;
        right: 60px;
		z-index: 8;
		width: 600px;
		height: 400px;
    }
	#c3 h2{
		background: #E61673;
		line-height: 40px;
		border-radius: 20px;
		color: white;
		padding-left: 20px;
		font-size: 1.167rem;
		margin-bottom: 20px;
	}
	#c3 .txtbox{
		margin:0 20px 20px;
	}
	#c3 .txtbox li{
		list-style: disc;
		margin-left: 20px;
	}
	
	#c5{ /*選挙事務所*/
		background: #f9f9f9;
		padding:0;
		position: relative;
		padding-bottom: 60px;
		box-sizing: border-box;
		/*min-height: 300px;*/
	}
	#c5 h1{
		position: absolute;
		top: -60px;
		left: 0;
	}
	#c5 .innarbox{
		position: relative;

	}
	#c5 .honbun{
		padding-top: 40px;
		position: relative;
		width: 700px;
		margin: auto;
		margin-left: 290px;
		margin-bottom: 40px;
	}
	#c5 .honbun:before{
		/*content: url(../images/c5h1.png);
		position: absolute;
		top: 30px;
		left: -10px;*/
	}
	#c5 .honbun .address{
		display: block;
		font-size: 1.6rem;
		font-weight: 200;
	}
	#c5 .honbun .tel,
	#c5 .honbun .fax{
		display: block;
		color: #E61673;
		font-size: 1.8rem;
		font-weight: 700;
	}


	#c4{ /* 後援会 */
		background: white;
		padding:0;
		position: relative;
		padding-bottom: 50px;
		box-sizing: border-box;
	}
	#c4 h1{
		position: absolute;
		top: -60px;
		left: 0;
		/*background: #171C61!important;*/
	}
	#c4 .innarbox{
		position: relative;

	}
	#c4 .honbun{
		padding-top: 20px;
		position: relative;
		width: 700px;
		margin: auto;
	}
	#c4 .honbun:before{
		content: url(../images/c4_title_2024.svg);
		width: 100%;
		/*position: absolute;*/
		/*top: -40px;
		right: 0px;
		z-index: 8;*/
	}
	#mailform{
		width: 100%;
	}

	#mfwrapper{
		padding-bottom: 50px;
	}

	#mailform label{
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
	}	
	#mailform label span{
		display: inline-block;
		color: #E61673;
		margin-left: 1em;
		font-size: 0.9rem;
	}
	#mailform input, textarea{
		display: block;
		width: 100%!important;
		box-sizing: border-box;
		border: solid 1px #E61673;
		height: 34px;
		padding: 3px 6px;
	}

	#submitset{
		margin: 30px 0;
		text-align: center;
	}

	#mailform input[type="button"],
	#mailform input[type="submit"],
	#mailform input[type="reset"]{
		display: inline-block;
		width: 180px!important;
		height: 50px;
		color: white;
		background: #E61673;
		margin: auto 10px;
	}
	#mailform input[name="郵便番号"]{
		width: 200px!important;
		display: inline-block;

	}
	#mailform input[type="button"]{

		width: 130px!important;
		height: 34px;
		margin-left: 10px;
		font-size: 0.9rem;
	}

	.excuse{
		width: 100%;
		display: block;
		text-align: center;
	}


	#kaisoku{
		display: block;
		width: 100%;
		text-align: center;
	}
	#kaisoku #frame{
		height: 140px;
		border: solid 1px #CCC;
		padding: 20px 24px;
		overflow-y: scroll;
		text-align: left;
		font-size: 0.88rem;
		margin-top: 20px;
	}
	#kaisoku h2{
		font-weight: 600;
		font-size: 1.1rem;

	}
	#kaisoku h2 + div{
		margin-bottom: 10px;
	}
	#kaisoku #frame h3{
		font-weight: 600;

	}
	#kaisoku #frame p{
		margin: 5px auto 10px;
	}
	#kaisoku #frame p:last-child{
	margin-bottom: 0;
	}


	/*フッター*/
	footer{
		min-height: 220px;
		background: #E61673;
		color: white;
		text-align: center;
		box-sizing: border-box;
	}
	footer #signature{
		background: #F2F2F2;
		height: 120px;
		padding-top: 20px;
		text-align: left;
		color: black;
		margin-bottom: 10px;
		font-size: 1rem;
		box-sizing: border-box;

	}
	footer #signature .wrapper{
		width: 700px;
		margin: auto;
		position: relative;
	}
	footer #signature .wrapper > div{
		/*margin-left: 337px;*/
	}
	footer #signature .wrapper .snsbtn{
		position: absolute;
		right: 0;
		top: 40px;
	}
	footer #signature .wrapper .go2top{
		display: block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		border-radius: 25px;
		background: url(../images/go2top.png) center center;
		color: white;
		position: absolute;
		right: -125px;
		top: -40px;
		text-align: center;
		border: solid 1px white;
		box-sizing: border-box;
	}
	footer #copyrights{
		font-size: 0.85rem;
		letter-spacing: 0.05em;
	}

}












