@charset "UTF-8";


/*
共通
　/ 共通 / ページトップリンク / ボタン
ヘッダ・グローバルナビゲーション
グローバルナビゲーション（SP）
フッタ
　/ ナビゲーション / 住所・TEL / コピーライト
*/




/* 共通
-----------------------------------------------------------------*/

html {
	font-size: 62.5%;
  /*scroll-behavior: smooth;*/
}
* {
	box-sizing: border-box;
}
img {
	border:0;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}
body {
	/*font-family: 'Noto Sans JP', sans-serif;*/
  /*font-family: 'M PLUS Rounded 1c', sans-serif;*/
  /*font-family: 'Kosugi Maru', sans-serif;*/
  font-family: 'Kosugi Maru', sans-serif;
	font-size:1.6rem;
	line-height: 1.8;
  color: #333;
}
.body-wrap {
	overflow: hidden;
}

.paragraph {
  margin-bottom: 20px;
}
.paragraph p {
  margin-bottom: 1em;
}


/* ヘッダ・グローバルナビゲーション
-----------------------------------------------------------------*/

header {
	/*background: #6caf67;*/
  background: #33b371;
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 70px;
	top: 0;
	box-shadow: 0 0 12px #999;
	padding: 0 20px 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header h1 {
	width: 180px;
}
header h1 img {
	width: 100%;
}

header nav {
	padding-right: 30px;
}

@media screen and (max-width:880px) {
header nav {
	display: none;
}
}

header ul {
	display: flex;
	align-items: center;  
}
header ul li {
	display: inline-block;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-weight: 500;
	font-size: 1.6rem;
	margin-left: 2em;
  font-feature-settings: "palt";
}
header ul a {
	text-decoration: none;
 	color: #fff;
}

@media screen and (max-width: 480px) {
header {
	height: 60px;
	padding: 0 15px 0 25px;
}
header h1 {
	width: 150px;
}
}




/* フッタ
-----------------------------------------------------------------*/

.con-footer {
  width: 100%;
  padding: 50px 0;
  /*background: #6caf67;*/
  background: #33b371;
  color: #fff;
}
.con-footer .inner {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
.con-footer .inner {
	width: 90%;
}
}

footer h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4em;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

footer p {
  font-weight: 300;
  line-height: 1.4em;
}

.footer-tel {
  font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 4.8rem;
	line-height: 1em;
  margin-top: 10px;
}
.footer-tel a {
  text-decoration: none;
  color: #fff;
}

a[href*="tel:"] {
	pointer-events: none;
}
@media only screen and (max-width: 768px) {
	a[href*="tel:"] {
		pointer-events: initial;
	}
}


.con-copyright {
  background: #003c1d;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}

.con-copyright p span {
  font-family: 'Noto Sans JP', sans-serif;
}


@media screen and (max-width: 480px) {
footer h2 {
  font-size: 2.6rem;
}
.footer-tel {
	font-size: 3.8rem;
}
}



.maillink a {
  color: #fff;
  text-decoration: none;
}
.maillink:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/common/icon_mono_mail.png") no-repeat;
  background-size: contain;
  margin-right: 8px;
  transform: translateY(7px)
}


.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-sns-link {
  margin-top: 20px;
}
.footer-sns-link ul {
  display: flex;
}
.footer-sns-link ul li {
  list-style-type: none;
  width: 30px;
  margin-right: 10px;
}
.footer-sns-link ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
.footer-info {
  flex-direction: column;
  align-items: flex-start;
}
}

.footer-comment h1 {
	font-size: 1.4rem;
	margin: 0 0 10px 0;
	padding: 0;
	color: #eafcb1;
}






/* コンテンツ
-----------------------------------------------------------------*/

.contents {
	margin-top: 70px;
}

.section-base {
	max-width: 900px;
	/*margin: 0 auto 50px;*/
  margin: 0 auto;
	padding: 50px 0 100px;
  /*border-bottom: 1px solid #000;*/
}



@media screen and (max-width: 1200px) {
.section-base {
	width: 90%;
}
}
@media screen and (max-width: 768px) {
.section-base {
	padding: 50px 0;
}
}
@media screen and (max-width: 480px) {
.contents {
	margin-top: 60px;
}
.section-base {
	width: 85%;
}
}


.flex-2col {
	display: flex;
	justify-content: space-between;
}
.flex-2col-item-80 {width: 77%;}
.flex-2col-item-70 {width: 67%;}
.flex-2col-item-60 {width: 57%;}
.flex-2col-item-50 {width: 47%;}
.flex-2col-item-40 {width: 37%;}
.flex-2col-item-30 {width: 27%;}
.flex-2col-item-20 {width: 17%;}

@media screen and (max-width: 768px) {
.flex-2col {
	flex-direction: column;
}
.flex-2col-item-80,
.flex-2col-item-70,
.flex-2col-item-60,
.flex-2col-item-50,
.flex-2col-item-40,
.flex-2col-item-30,
.flex-2col-item-20 {
	width: 100%;
	margin-bottom: 40px;
}
}




.sec-secondery {
	/*background: #fcfbf9;*/
	/*background: #fcf9f2;*/
  /*background: #6caf67;*/
  /*background: #abd986;*/
  /*background: linear-gradient(-20deg, #8aca56 0%, #eef7e6 100%);*/
  background: #eef7e6;
}



/* コンテンツ100%
-----------------------------------------------------------------*/

.section-fluid {
	width: 100%;
}


.section-fluid .inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 100px 0 100px;
}

.bg-greenleaves {
  background: url("../img/top/bg_greenleaves.jpg") no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
.section-fluid .inner {
	padding: 100px 50px 100px;
}
}
@media screen and (max-width: 480px) {
.section-fluid .inner {
	padding: 50px 20px 50px;
}
}



/* メインイメージ
-----------------------------------------------------------------*/

.image-main {
	width: 100%;
	/*background: url("../img/top/main_image_bg.jpg") no-repeat center center;*/
	/*background-size: cover;*/
}

.image-main-pc {
	display: block;
	/*max-width: 1100px;*/
	margin: 0 auto;
}
.image-main-sp {
	display: none;
}

@media screen and (max-width:460px) {
.image-main-pc {
	display: none;
}
.image-main-sp {
	display: block;
}
}


.image-main-border {
	width: 100%;
	height: 60px;
	/*background: #003c1d;*/
	background: #6caf67;
}

@media screen and (max-width:480px) {
.image-main-border {
	height: 30px;
}
}



/* 見出し
-----------------------------------------------------------------*/

.heading-lv2-en {
	/*font-family: 'Oswald', sans-serif;*/
	/*font-weight: 700;*/
  font-family: 'Fredoka One', cursive;
	font-size: 6rem;
	line-height: 1em;
	/*color: #000;*/
	color: #6caf67;
	border-bottom: 1px solid #6caf67;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.section-base h2 {
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.4em;
	color: #000;
	/*color: #6caf67;*/
	margin-bottom: 50px;
}

/*
.sec-secondery .heading-lv2-en,
.sec-secondery .section-base h2 {
  color: #fff;
}
.sec-secondery .heading-lv2-en {
  border-bottom: 1px solid #fff;
}
*/


/* 
-----------------------------------------------------------------*/

.catchcopy {
	/*max-width: 400px;*/
	margin: 0 auto 30px;
}

.catchcopy2 {
  margin-bottom: 50px;
}

@media screen and (max-width:768px) {
.image-gifu {
	display: none;
}
}

/* 
-----------------------------------------------------------------*/

.section-base p {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.8em;
	text-align:justify;
	text-justify:inter-ideograph;
}




/* 
-----------------------------------------------------------------*/
.img-box-shadow {
	box-shadow: 20px 20px 0 #6caf67;
  border-radius: 10px;
}
.img-box-shadow img {
	border-radius: 10px;
}
.policy-img {
	
}





/* 新・政策 POLICY
-----------------------------------------------------------------*/
.very-hard {
  margin-bottom: 80px;
}

.very-hard h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  font-size: 5.0rem;
  font-feature-settings: "palt" 1;
  line-height: 1.4em;
  text-align: center;
  color: #003c1e;
  margin-bottom: 50px;
}

.very-hard p {
  font-size: 2rem;
  text-indent: 1em;
  margin-bottom: 1em;
  text-align:justify;
	text-justify:inter-ideograph;
}

@media screen and (max-width:480px) {
.very-hard h2 {
  font-size: 3.0rem;
  margin-bottom: 20px;
}
.very-hard p {
  font-size: 1.6rem;
  line-height: 1.6em;
}
}


.wrap-political-measures {
  background: url("../img/top/bg_people.png") no-repeat center bottom;
  background-size: contain;
  padding-bottom: 150px;
}

.heading-political-measures {
  max-width: 500px;
  margin: 0 auto 30px;
}

.catch-political-measures {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 5.0rem;
  line-height: 1.3em;
  color: #d42d26;
  text-align: center;
  margin-bottom: 50px;
}

.catch-political-measures-br {
  display: none;
}

.con-political-measures {
  margin-bottom: 40px;
}
.con-political-measures {
  padding: 0 0 0 120px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 90px;
}
.policy1 {
  background-image: url("../img/top/policy1.png");
}
.policy2 {
  background-image: url("../img/top/policy2.png");
}
.policy3 {
  background-image: url("../img/top/policy3.png");
}
.policy4 {
  background-image: url("../img/top/policy4.png");
}
.policy5 {
  background-image: url("../img/top/policy5.png");
}
.policy6 {
  background-image: url("../img/top/policy6.png");
}

.con-political-measures h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  font-size: 3.8rem;
  font-feature-settings: "palt" 1;
  line-height: 1.4em;
  color: #003c1e;
  margin-bottom: 10px;
}

.con-political-measures p {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
}


@media screen and (max-width:980px) {
.catch-political-measures-br {
  display: block;
}
.wrap-political-measures {
  background: none;
  padding-bottom: 0px;
}
}
@media screen and (max-width:500px) {
#political-measures h2 {
  font-size: 4.0rem;
}
.catch-political-measures {
  font-size: 4.0rem;
}
}
@media screen and (max-width:480px) {
.con-political-measures {
  padding: 0 0 0 60px;
  background-size: 50px;
}
.con-political-measures h3 {
  font-size: 2.6rem;
  line-height: 1.2em;
}
.con-political-measures p {
	font-size: 1.6rem;
}
}
@media screen and (max-width:420px) {
.catch-political-measures {
  font-size: 3.0rem;
}
}









/* 政策 POLICY
-----------------------------------------------------------------*/

.message-catch {
  margin-top: 50px;
}
.message-catch ul li {
  list-style-type: none;
  font-size: 4rem;
	font-weight: 400;
	line-height: 1.4em;
	color: #6caf67;
	margin-bottom: 30px;
	padding-bottom: -5px;
	font-feature-settings: "palt";
  /*border-bottom: 10px solid #faf841;*/
  background:linear-gradient(transparent 60%, #fae241 60%);
  text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}

@media screen and (max-width:480px) {
.message-catch ul li {
  font-size: 2.5rem;
}
}




.con-policy {
	/*background: #fff;*/
	/*box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .3);*/
	/*border-top: 15px solid #003c1d;*/
  /*border-radius: 10px;*/
  margin-bottom: 50px;
}
.con-policy .inner {
	/*padding: 30px 50px;*/
}

.policy-catch h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
	font-size: 6rem;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 30px;
  text-shadow: 3px 3px 0 rgb(255, 255, 255);
}


.image-policy {
  margin-bottom: 50px;
}

.image-policy-pc {
  display: block;
}
.image-policy-sp {
  display: none;
}




.policy-basic {
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
.policy-basic {
  margin-bottom: 0px;
}
.image-policy-pc {
  display: none;
}
.image-policy-sp {
  display: block;
}
}

@media screen and (max-width:480px) {
.con-policy .inner {
	/*padding: 30px 20px;*/
}
.policy-catch h3 {
	font-size: 5.5rem;
}
}
@media screen and (max-width:400px) {
.policy-catch h3 {
	font-size: 4.5rem;
}
}

/*
.con-policy h3 {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.4em;
	color: #6caf67;
	margin-bottom: 30px;
	padding-bottom: -5px;
	font-feature-settings: "palt";
  border-bottom: 10px solid #eef7e6;
}

.con-policy h3 span {
	color: #003c1d;
}

*/
.con-policy h3 {
  list-style-type: none;
  font-size: 4rem;
	font-weight: 400;
	line-height: 1.4em;
	color: #6caf67;
	margin-bottom: 30px;
	padding-bottom: -5px;
	font-feature-settings: "palt";
  /*border-bottom: 10px solid #faf841;*/
  background:linear-gradient(transparent 60%, #fae241 60%);
  text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}



.con-policy ul {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.8em;
	margin-left: 0;
}

.con-policy ul li {
	margin-bottom: 0.8em;
	list-style-type: none;
	padding-left: 1em;
	text-indent: -1em;
}

.con-policy ul li:before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #7aad74;
    border-radius:  50%;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

/*
.policy-lead p {
  color: #fff;
}
*/


.policy-lead {
  max-width: 700px;
  padding: 0 30px;
  margin: 0 auto;
}

.policy-oath {
  text-align: center;
}
.policy-oath-image {
  max-width: 300px;
  padding: 0 30px;
  margin: 20px auto 30px;
}
.policy-oath p {
  font-size: 3rem;
  font-weight: 700;
  color: #003c1d;
  text-align: center;
  font-feature-settings: "palt";
  text-shadow: 3px 3px 0 rgb(255, 255, 255);
}
.policy-oath p span {
  font-size: 6rem;
  font-weight: 900;
  color: #000;
}




.message {
	width: 100%;
	background: #eafcb1;
	border-radius: 15px;
}
.message .inner {
	padding: 20px 50px;
}
@media screen and (max-width:480px) {
.message .inner {
	padding: 20px 20px;
}
}



/* プロフィール PROFILE
-----------------------------------------------------------------*/

#profile dl {
  font-size: 2rem;
  font-weight: 300;
	line-height: 1.8em;
}

.profile-profile {
  margin-bottom: 50px;
}

.profile-profile h3 {
  /*font-family: 'Noto Serif JP', serif;*/
  font-weight: 300;
  font-size: 4rem;
  line-height: 1.4em;
}

.profile-profile dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.profile-profile dl dt {
  width: 24%;
  margin-bottom: 5px;
  margin-right: 2%;
}
.profile-profile dl dd {
  width: 74%;
  font-feature-settings: "palt";
}

.profile-history {

}

.profile-history h4 {
  font-size: 2rem;
  font-weight: 500;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000;
  margin-bottom: 20px;
}

.profile-history dl dt {
  color: #6caf67;
  font-size: 2rem;
  font-weight: 500;
}
.profile-history dl dd {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-feature-settings: "palt";
}



@media screen and (min-width:561px) and ( max-width:768px) {
.profile-profile dl dt {
  width: 12%;
}
.profile-profile dl dd {
  width: 86%;
}
}
@media screen and (min-width:440px) and ( max-width:560px) {
.profile-profile dl dt {
  width: 17%;
}
.profile-profile dl dd {
  width: 81%;
}
}

/* 活動の写真
-----------------------------------------------------------------*/

.photo-activity {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  margin-top: 50px;
}

.photo-activity-item {
	width: 24%;
}
@media screen and (max-width:768px) {
.photo-activity-item {
	width: 48%;
	margin-bottom: 15px;
}
}
@media screen and (max-width:480px) {
.photo-activity-item {
	width: 100%;
	margin-bottom: 15px;
}
}

.photo-activity p {
  font-size: 1.6rem;
  line-height: 1.2em;
  margin-top: 5px;
}


/* 
-----------------------------------------------------------------*/


@media screen and (max-width:768px) {
.qr-kouenkai {
	text-align: center;
}
}





/* 活動報告 SNS
-----------------------------------------------------------------*/

#sns h2 {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 10px;
  border-bottom: 2px solid #33b371;
}



a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.sns-link {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.sns-link-item {
  width: 20%;
  padding: 0 2%;
  /*background: #eee;*/
}
.sns-icon {
  margin-bottom: 10px;
}


@media screen and (max-width:768px) {
#sns h2 {
  margin-top: 40px;
}
.sns-link {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sns-link-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.sns-link-item:nth-child(3n) {
  margin-right: 0%;
}
}



.report-from-the-prefecture {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.report-from-the-prefecture::after{
  content:"";
  display: block;
  width:30%;
}
.report-item {
  width: 30%;
  margin-bottom: 40px;
}

.report-item-4col {
  width: 23%;
  margin-right: 2%;
}
.report-item-4col:last-child {
  margin-right: 0%;
}

.report-thumbnail {
  margin-bottom: 10px;
}

.section-base .report-from-the-prefecture p {
	font-size: 1.8rem;
  line-height: 1.4em;
	text-align: start;
	text-justify: none;
}


@media screen and (max-width:768px) {
.report-from-the-prefecture {
  /*flex-direction: column;*/
  flex-wrap: wrap;
}
/*
.report-item {
  width: 100%;
  margin-bottom: 50px;
}
*/
.report-item {
  width: 48%;
  margin-bottom: 40px;
}

.report-item-4col {
  width: 48%;
  margin-bottom: 20px;
}
.report-item-4col:nth-child(even) {
  margin-right: 0%;
}
}

@media screen and (max-width:480px) {
#sns p {
  font-size: 1.8rem;
  line-height: 1.6em;
}
}






/* 後援会
-----------------------------------------------------------------*/

.supporters-info h2:before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image: url("../img/top/taikoban.png");
  background-size: contain;
  vertical-align: bottom;
}

@media screen and (max-width:480px) {
.supporters-info h2 {
  font-size: 2.3rem;
  line-height: 1.6em;
}
.supporters-info p {
  font-size: 1.8rem;
  line-height: 1.6em;
}
}





/* お問い合わせ
-----------------------------------------------------------------*/

.con-contact {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 1200px) {
.con-contact {
	width: 90%;
}
}
@media screen and (max-width: 768px) {
.con-contact {
	padding: 50px 0;
}
}
@media screen and (max-width: 480px) {
.con-contact {
	width: 85%;
}
}


.con-contact h2 {
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.4em;
	margin-bottom: 50px;
  text-align: center;
}

.con-contact-lead p {
  text-align: center;
  margin-bottom: 50px;
}

.thanks-message {
  font-size: 3rem;
	font-weight: 300;
	line-height: 1.4em;
	margin-bottom: 50px;
  padding: 100px 0;
  text-align: center;
}









/* トップページ・ビデオ・メイン
-----------------------------------------------------------------*/

#video {
  top:0;
  width: 100%;
  height: 100%;
  background: #000;
  margin-top: 70px;
}


.area-mov-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.area-mov {
  width: 49%;
  margin-bottom: 20px;
}
.area-mov video {
  top:0;
  width: 100%;
  height: 100%;
}



.body-sns-link {
  margin-top: 20px;
  
}
.body-sns-link ul {
  display: flex;
  justify-content: center;
}
.body-sns-link ul li {
  list-style-type: none;
  width: 30px;
  margin-right: 10px;
}
.body-sns-link ul li:last-child {
  margin-right: 0;
}



/* 報告会
-----------------------------------------------------------------*/
.houkokukai {
  /*margin-bottom: 50px;*/
}
.houkokukai-image {
  max-width: 800px;
  padding: 0 0px;
  margin: 20px auto;
}

@media screen and (max-width:820px) {
.houkokukai {
	padding: 0 30px;
}
}

@media screen and (max-width:480px) {
.houkokukai {
	padding: 0 15px;
}
}





/* プロフィール（2024年1月〜）
-----------------------------------------------------------------*/
#hanji-profile {

}

#hanji-profile .inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 100px 0 100px;
}

.hanji-profile-heading {
  display: flex;
  align-items: center;
  max-width: 600px;
  margin: 0 auto 50px;
}
.hanji-profile-heading-txt {
  width: 55%;
  margin-right: 30px;
}
.hanji-profile-heading-img {
  width: 45%;
}


.motto {
  max-width: 500px;
  margin: 0 auto 50px;
}

.hanji-profile-item {
  margin-bottom: 50px;
}

.hanji-profile-h3-wrap {
  text-align: center;
}

#hanji-profile h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.3em;
  display: inline-block;
  width: 300px;
  border-radius: 18px;
  background: #33b371;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  margin: 0 auto 20px;
}

.hanji-profile-inner {
  max-width: 600px;
  margin: 0 auto 50px;
}

.hanji-profile-inner dl,
.hanji-profile-inner ul,
.hanji-profile-inner p {
  font-size: 2rem;
  font-weight: 300;
	/*line-height: 1.8em;*/
}

.hanji-profile-inner dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 1.4em;
}
.hanji-profile-inner dl dt {
  width: 20%;
  /*margin-bottom: 5px;*/
  /*margin-right: 2%;*/
}
.hanji-profile-inner dl dd {
  width: 78%;
  font-feature-settings: "palt";
  margin-bottom: 0.5em;
}
.hanji-profile-inner dl dd ul {
  margin-left: 1em;
}




@media screen and (max-width: 1000px) {
#hanji-profile .inner {
	padding: 100px 50px 100px;
}
}

@media screen and (max-width: 480px) {
#hanji-profile .inner {
	padding: 50px 20px 10px;
}
.hanji-profile-heading {
  flex-direction: column;
}
.hanji-profile-heading-txt {
  width: 80%;
  margin-right: 0px;
  margin-bottom: 20px;
}
.hanji-profile-heading-img {
  width: 60%;
}
.hanji-profile-inner {
  padding: 0 20px;
}
.hanji-profile-inner dl {
  flex-direction: column;
}
.hanji-profile-inner dl,
.hanji-profile-inner ul,
.hanji-profile-inner p {
  font-size: 1.6rem;
}

.hanji-profile-inner dl dt {
  width: 100%;
  margin-bottom: 5px;
}
.hanji-profile-inner dl dd {
  width: 100%;
  margin-bottom: 1em;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1em;
}
.hanji-profile-inner ul li {
  margin-bottom: 1em;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1em;
}
}









/* はんじ康信の一生懸命！
-----------------------------------------------------------------*/

#kenmei-photo {
  width: 100%;
  background: #eef7e6;
}

.kenmei-photo-inner {
  max-width: 900px;
  background: url("../img/top/bg-taikoban.png") no-repeat left top;
  background-size: contain;
	margin: 0 auto;
	padding: 50px 0;
}

#kenmei-photo h2 {
  max-width: 600px;
  margin: 50px auto 0;
  padding: 0 30px;
}
#kenmei-photo img {
  margin-bottom: 10px;
}
#kenmei-photo p {
  line-height: 1.4em;
  text-align:justify;
	text-justify:inter-ideograph;
}


@media screen and (max-width: 1000px) {
.kenmei-photo-inner {
	padding: 50px 30px;
}
}

@media screen and (max-width: 480px) {
.kenmei-photo-inner {
	padding: 20px 30px;
}
#kenmei-photo p {
  font-size: 1.4rem;
}
}



/*01*/
.kenmei-photo-wrap-01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.kenmei-photo-wrap-01-item01 {
  width: 50%;
}
.kenmei-photo-wrap-01-item02 {
  width: 45%;
}

/*02*/
.kenmei-photo-wrap-02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.kenmei-photo-wrap-02-item01 {
  width: 65%;
}
.kenmei-photo-wrap-02-item02 {
  width: 30%;
}

@media screen and (max-width: 480px) {
.kenmei-photo-wrap-02 {
  display: block;
}
.kenmei-photo-wrap-02-item01 {
  width: 100%;
}
.kenmei-photo-wrap-02-item02 {
  width: 100%;
}
}



/*03*/
.kenmei-photo-wrap-03 {
  margin-bottom: 30px;
}

/*04*/
.kenmei-photo-wrap-04 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.kenmei-photo-wrap-04-item01 {
  width: 25%;
}
.kenmei-photo-wrap-04-item02 {
  width: 72%;
}

/*05*/
.kenmei-photo-wrap-05 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.kenmei-photo-wrap-05-item01 {
  width: 70%;
}
.kenmei-photo-wrap-05-item02 {
  width: 25%;
}

/*06*/
.kenmei-photo-wrap-06 {
  margin-bottom: 30px;
}
.kenmei-photo-wrap-06 h3 {
  max-width: 600px;
  margin: 0 auto;
}

/*07*/
.kenmei-photo-wrap-07 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.kenmei-photo-wrap-07-item01 {
  width: 41%;
}
.kenmei-photo-wrap-07-item02 {
  width: 56%;
}







/* Facebookタイムライン
-----------------------------------------------------------------*/

.facebook_wrap{
  max-width: 500px;
  max-height: 700px;
  margin: 50px auto;
}

.fb-page,
.fb-page span,
.facebook_wrap iframe{
  width: 100% !important;
  height: 700px !important;
}




