@charset "utf-8";
/*-----------------------------------------------
　　基本設定
-----------------------------------------------*/
body {
	color: #333;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
}

h3 {
}

img {
	width: 100%;
	height: auto;
	border: 0;
}

p,ul,li,dl,dt,dd,th,td {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

ol,ul,li {
	list-style: none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*-----------------------------------------------
　　リンク
-----------------------------------------------*/
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

/* マウスオン画像拡大 */
.zoom_img img {
	width: 100%;
	display: block;
	transition: 0.3s;
}

.zoom_img img:hover {
	transform: scale(1.1);
	transition: 0.3s;
}

/* 前のページへ戻る */
.btn_page_back {
	width: 90%;
	height: 50px;
	line-height: 50px;
	color: #fff !important;
	text-align: center;
	text-decoration: none !important;
	border-radius: 5px;
	background: #A51D3C;
	display: block !important;
	margin: 20px auto 0 auto !important;
}

.btn_page_back span {
	font-size: 12px;
}

.btn_page_back:hover {
	background: #881831;
	transition: 0.3;
}

.btn_page_back i {
	margin-right: 5px;
}

/* Icon Forward */
.hvr-icon-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.hvr-icon-forward:before {
	font-size: 24px;
    content: "\e315";
	font-family: "Material Icons";
	position: absolute;
	right: 0.5em;
	padding: 1px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

/* Icon Back */
.hvr-icon-back {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.hvr-icon-back:before {
	font-size: 24px;
    content: "\e314";
	font-family: "Material Icons";
	position: absolute;
	left: 0.5em;
	padding: 0 1px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
}

/*-----------------------------------------------
　　レイアウト
-----------------------------------------------*/
article {
	width: 100%;
	overflow: hidden;
}

article section {
	padding: 4%;
}

h2 {
	font-size: 21px;
	position: relative;
	border-top: solid 1px #A51D3C;
	padding-top: 15px;
}

h2:before {
	content: "";
    width: 100px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background: #A51D3C;
}

.contents h3 {
	font-size: 18px;
	font-weight: 600;
	padding: 5px 10px;
	border-left: solid 5px #f3bcc9;
	margin: 20px 0 20px 0;
}

.contents {
	padding-top: 30px;
}

.contents > h2 {
	margin: 30px 0 15px 0;
}

.center {
	text-align: center;
}

.text_area p {
	padding: 5px 0;
}

.pan {
	background: #eee;
}

.pan > ul {
	padding: 5px 4%;
}

.pan > ul:after {
	content: '';
	display: block;
	clear: both;
}

.pan ul > li {
	float: left;
	color: #666;
	font-size: 10px;
}

.pan ul > li:nth-child(n+2):before {
	color: #666;
	font-size: 12px;
	content: "\e315";
	font-family: "Material Icons";
	margin: 0 5px;
	vertical-align: middle;
}

.pan li a {
	color: #666;
}

.pan li a:hover {
	color: #A51D3C;
	text-decoration: underline;
}

.page_link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	border-top: solid 1px #A51D3C;
	border-right: solid 1px #A51D3C;
	border-bottom: solid 1px #A51D3C;
}

.page_link_two li {
	width: 50%;
}

.page_link_four li {
	width: 50%;
}

.page_link_four li:nth-of-type(n+3) {
	border-top: solid 1px #A51D3C;
}

.page_link_six li {
	width: 50%;
}

.page_link_six li:nth-of-type(n+3) {
	border-top: solid 1px #A51D3C;
}

.page_link_schedule li {
	width: 50%;
}

.page_link_schedule li:nth-of-type(n+3) {
	border-top: solid 1px #A51D3C;
}

.page_link li {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	border-left: solid 1px #A51D3C;
	background: #fbe8ec;
}

.page_link li a {
	color: #A51D3C;
	display: block;
}

.page_link li a:hover {
	color: #fff;
	background: #A51D3C;
	transition: 0.3s;
}

.pagelink_none {
	padding-top: 0;
}

/*-----------------------------------------------
　　ヘッダー
-----------------------------------------------*/
header {
	display: flex;
	justify-content: space-between;
	padding: 10px 4%;
}

h1 {
  margin: 0;
}

h1 img {
	width: 200px;
}

/*-----------------------------------------------
　　アイコンメニュー
-----------------------------------------------*/
.icon_menu {
	background: #f5f5f5;
}

.icon_menu ul {
	display: flex;
}

.icon_menu li {
	width: 20%;
	text-align: center;
	font-size: 28px;
}

.icon_menu li a {
	display: block;
}

.icon_menu li:first-child a {
	color: #A51D3C !important;
}

.icon_menu li:nth-child(2) a {
	color: #00b900 !important;
}

.icon_menu li:nth-child(3) a {
	color: #4267b2 !important;
}

.icon_menu li:nth-child(4) a {
	color: #1B95E0 !important;
}

.icon_menu li:nth-child(5) a {
	color: #000 !important;
}

/*------------------------------------------------------------
	burger menu
------------------------------------------------------------*/
.nav-wrap.open {
	display: block;
}

.nav-wrap.close {
	display: none;
}

.nav-button {
	display: block;
    cursor: pointer;
	margin: 15px 15px 0 0;
}

.nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(136,24,49, 0.8);
    width: 100%;
    height: 100%;
}

.nav {
	height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav li {
	font-weight: 600;
    display: block;
    margin: 2em;
}
	
.nav li:before {
	color: #fff;
	content: "\e5cc";
	font-family: "Material Icons";
	vertical-align: bottom;
	margin-right: 5px;
}

.nav li a {
    color: #fff !important;
    font-size: 14px;
}

/*メニューボタン*/
.nav-button,
.nav-button span {
	display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}

.nav-button {
    z-index: 20;
    position: relative;
    width: 30px;
    height: 26px;
}

.nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #A51D3C;
    border-radius: 4px;
}

.nav-button span:nth-of-type(1) {
    top: 0;
}

.nav-button span:nth-of-type(2) {
    top: 11px;
}

.nav-button span:nth-of-type(3) {
    bottom: 0;
}

.nav-button.active span:nth-of-type(1) {
    background-color: #fff;
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
}

.nav-button.active span:nth-of-type(2) {
    opacity: 0;
}

.nav-button.active span:nth-of-type(3) {
    background-color: #fff;
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
}

/*-----------------------------------------------
　　スライダ―
-----------------------------------------------*/
.slick-arrow {
	z-index: 10;
}

.slide .slick-slide:focus {
	outline:none;
}

.slide {
	overflow: hidden;
}

.slide_inner {
	width: 100%;
	margin: 0 auto;
}

.slide_inner img {
	width: 100%;
	height: auto;
}

.slide .slick-list {
	overflow: visible !important;
}

.slide .slick-slide {
	opacity: 0.5;
	transition: 0.5s;
}

.slide .slick-now {
	opacity: 1;
}

.slick-prev,
.slick-next {
    top: 45% !important;
}

.slick-prev:before,
.slick-next:before {
	font-family: "Material Icons" !important;
	font-size: 80px !important;
	opacity: 1 !important;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #A51D3C !important;
}

.slick-prev {
	left: -75px !important;
}

.slick-prev:before {
    content: "\e314" !important;
}

.slick-next {
    right: -15px !important;
}

.slick-next:before {
    content: "\e315" !important;
}

.slick-dots li button:before {
    font-family: "Material Icons" !important;
    font-size: 14px !important;
    line-height: 20px;
    width: 20px;
    height: 20px;
    content: '\e3fa' !important;
    opacity: 1 !important;
    color: #ccc !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:hover:before {
    color: #333 !important;
    opacity: 0.75 !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #A51D3C !important;
}

/*-----------------------------------------------
　　トップページ
-----------------------------------------------*/
/* 事業案内 */
.info_list li {
	width: 100%;
	border-bottom: solid 1px #ccc;
	margin-top: 20px;
	padding-bottom: 10px;
	cursor: pointer;
}

.info_list_img {
	width: 100%;
	height: 150px;
	display: block;
	box-sizing: border-box;
	border: solid 1px #ccc;
	margin-bottom: 15px;
	overflow: hidden;
	background: #A51D3C;
}

.info_list_img img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.info_list_img img:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.info_list h3 {
	font-size: 16px;
	margin-bottom: 8px;
}

.info_list li h3 a:hover {
	color: #A51D3C;
	transition: 0.5s;
}

.info_list_footer {
	display: flex;
	justify-content: space-between;
}

.info_list_footer p {
	font-size: 12px;
}

.info_list_footer p:first-child {
	color: #fff;
	background: #F37121;
	padding: 0 15px;
	display: inline-block;
}

.info_list_footer p:nth-child(2) {
	color: #999;
}

.info_list_footer p:nth-child(2):before {
	font-size: 16px;
	content: "\e916";
	font-family: "Material Icons";
	vertical-align: bottom;
	margin-right: 5px;
}

/* ピックアップ */
.bg_pickup {
	margin: 20px 0;
	background: url("https://www.gifujc.or.jp/2019jcof/wp-content/themes/jc2019/images/top/bg_pickup.jpg") no-repeat;
	background-size: cover;
}

.bg_pickup_contents {
	background: rgba(144,215,236,0.3);
}

.bg_pickup ul {
	padding: 20px 4%;
}

.bg_pickup li {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 20px;
	padding: 15px 0;
}

.bg_pickup li:last-child {
	margin-bottom: 0;
}

.bg_pickup li i {
	font-size: 32px;
	vertical-align: bottom;

	margin-right: 10px;
}

.bg_pickup li a {
	color: #A51D3C;
	display: block;
}

.bg_pickup li:after {
	content: '';
	display: block;
	clear: both;
}

.hvr-outline-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-outline-in:before {
	pointer-events: none;
	content: '';
	position: absolute;
	border: rgba(255,255,255,0.9) solid 4px;
	top: -16px;
	right: -16px;
	bottom: -16px;
	left: -16px;
	opacity: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
}

.hvr-outline-in:hover:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:active:before {
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	opacity: 1;
}

/* 新着情報・facebook */
.main li {
	cursor: pointer;
	margin-top: 20px;
}

.main li:after {
	content: '';
	display: block;
	clear: both;
}

.main_list_img {
	float: left;
	width: 110px;
	height: 75px;
	display: block;
	box-sizing: border-box;
	border: solid 1px #ccc;
	overflow: hidden;
	background: #A51D3C;
	margin-right: 10px;
}

.main_list_img img {
	width: 110px;
	height: 75px;
	object-fit: cover;
}

.main_list_img img:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.main h3 {
	font-size: 16px;
}

.main_list_contents > h3 a:hover {
	color: #A51D3C;
	transition: 0.5s;
}

.main p {
	font-size: 12px;
}

.btn_t_info {
	width: 90%;
	height: 50px;
	line-height: 50px;
	color: #fff !important;
	text-align: center;
	border-radius: 5px;
	background: #A51D3C;
	margin: 30px auto;
	display: block;
}

.btn_t_info:hover {
	opacity: 0.8;
	transition: 0.3;
}

.info_footer {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.info_footer p {
	font-size: 12px;
}

.info_footer p:first-child {
	color: #fff;
	background: #F37121;
	margin-right: 10px;
	padding: 0 15px;
	display: inline-block;
}

.info_footer p:last-child {
	color: #999;
}

.info_footer p:last-child:before {
	font-size: 16px;
	content: "\e916";
	font-family: "Material Icons";
	vertical-align: bottom;
	margin-right: 5px;
}

/* 新入会員募集 */
.bg_recruit {
	margin: 20px 0 30px 0;
	background: url("https://www.gifujc.or.jp/2019jcof/wp-content/themes/jc2019/images/top/bg_recruit.jpg") no-repeat;
	background-size: cover;
}

.bg_recruit_contents {
	background: rgba(144,215,236,0.3);
}

.bg_recruit_contents div {
	background-color: rgba(255,255,255,0.85);
	margin: 23px 0;
	padding: 30px 30px;
}

.bg_recruit_contents > div > h3 {
	color: #A51D3C;
	font-size: 21px;
	text-align: center;
	margin-bottom: 15px;
}

.bg_recruit_contents p {
	font-size: 14px;
}

.bg_recruit_contents a {
	width: 200px;
	height: 45px;
	line-height: 45px;
	color: #A51D3C;
	text-align: center;
	border: solid 1px #A51D3C;
	border-radius: 5px;
	margin: 15px auto 0 auto;
	display: block;
}

.bg_recruit_contents a:hover {
	color: #fff;
	background: #A51D3C;
}


/*-----------------------------------------------
　　青年会議所とは
-----------------------------------------------*/
.creed dt:nth-child(n+2) {
	margin-top: 40px;
}

/*-----------------------------------------------
　　岐阜青年会議所について
-----------------------------------------------*/
.history_image {
	text-align: center;
	background: #f5f5f5;
	margin: 20px 0;
	padding: 20px;
}

.history_image p:first-child {
	font-weight: 600;
	margin-bottom: 10px;
}

.history ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 0 auto;
}

.history li {
	width: 48%;
}

.history li p {
	font-size: 10px;
	line-height: 1.5em;
	text-align: left;
}

.vision > h4 {
	font-size: 16px;
	font-weight: 600;
}

.vision p {
	margin: 20px 0 30px 0;
}

.vision_graph {
	width: 100%;
	margin-top: 20px;
}

.vision dt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #A51D3C;
	text-align: center;
	font-weight: 600;
	border: solid 1px #A51D3C;
	background: #fbe8ec;
}

.vision dt {
	margin: 10px 0;
}

.greeting_img img {
	border: solid 1px #ccc;
}

.greeting_img dd > h4 {
	font-size: 16px;
	font-weight: 600;
}

.greeting > h4 {
	font-size: 16px;
	margin-top: 20px;
}

.basicpolicy dt {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.basicpolicy dt:nth-child(n+1) {
	margin-top: 20px;
}

.organization {
	margin-top: 30px;
}

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

.member li {
	width: 48%;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 10px 0;
}

.member p {
	color: #fff;
	background: #A51D3C;
	/*background: #eea0b1;*/
	padding: 3px 0;
}

.member_img {
	display: block;
	box-sizing: border-box;
	margin-bottom: 10px;
	overflow: hidden;
}

.member_img img {
	width: 100%;
	border: solid 1px #ccc;
}

.member_img img:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.member h4 {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.member h4 span {
	font-size: 12px;
	font-weight: 600;
	display: block;
}

.member li a h4:hover {
	color: #A51D3C;
	transition: 0.5s;
}

.about {
	border-bottom: 1px solid #ccc;
	background: #f5f5f5;
	margin: 30px 0;
}

.about dt,
.about dd {
	line-height: 1.6em;
	padding: 20px 20px 0 20px;
	border-top: 1px solid #ccc;
}

.about dt {
	width: 90px;
	float: left;
	font-weight: 600;
}

.about dd {
	background: #fff;
	margin-left: 90px;
	padding-bottom: 20px;
	position: relative;
}

.about dd:after {
	content: '';
	display: block;
	clear: both;
}

.about dd a:hover {
	color: #1c55d7;
	text-decoration: underline;
}

/*-----------------------------------------------
　　事業案内・報告／委員会紹介
-----------------------------------------------*/
.report {
	border-collapse: collapse;
	margin-top: 20px;
}

.report th,
.report td {
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	line-height: 1em;
	border: solid 1px #ccc;
	padding: 5px;
}

.report th {
	color: #fff;
	font-weight: 400;
	background: #eea0b1;
}

.report th:first-child {
	width: 30px;
}

.report th:nth-child(2) {
	width: 55px;
}

.report th:nth-child(4),
.report th:nth-child(5) {
	width: 40px;
}

.report td img {
	width: 30px;
}

.report td:nth-last-child(3) {
	text-align: left;
}

.report td:last-child a:hover {
	color: #A51D3C;
	text-decoration: underline;
}

.report img {
	width: 45px;
}

.report img:hover {
	opacity: 0.8;
	transition: 0.3;
}

.report_month {
	border-top: solid 2px #ccc;
}

.committee li {
	border: solid 1px #A51D3C;
	margin-top: 20px;
	padding: 10px;
	cursor: pointer;
}

.committee li > h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	background: #fbe8ec;
	margin-bottom: 10px !important;
	border: none;
	margin: 0;
	padding: 0;
}

.committee li h3 a {
	color: #A51D3C !important;
}

.committee p {
	font-size: 14px;
}

/*-----------------------------------------------
　　スケジュール／情報公開
-----------------------------------------------*/
.schedule {
	border-collapse: collapse;
	margin-top: 20px;
}

.schedule th,
.schedule td {
	font-size: 12px;
	line-height: 1.5em;
	border: solid 1px #ccc;
	padding: 5px;
}

.schedule th {
	color: #fff;
	font-weight: 400;
	background: #eea0b1;
}

.schedule th:first-child {
	width: 30px;
}

.schedule th:nth-child(2) {
	width: 55px;
}

.schedule th:nth-child(3),
.schedule th:nth-child(4),
.schedule th:nth-child(5) {
}

.schedule td:first-child,
.schedule td:nth-last-child(4) {
	text-align: center;
}

.align_left {
	text-align: left !important;
}

.tothefuture img {
	border: solid 1px #ccc;
}

.btn_tothefuture {
	width: 90%;
	height: 50px;
	line-height: 50px;
	color: #fff !important;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	background: #A51D3C;
	display: block;
	margin: 30px auto 0 auto;
}

.btn_tothefuture span {
	font-size: 12px;
}

.btn_tothefuture:hover {
	opacity: 0.8;
	transition: 0.3;
}

.btn_tothefuture i {
	margin-right: 5px;
}

.budget {
	margin-top: 10px;
}

.budget li {
	list-style: disc inside;
	line-height: 2.5em;
}

.budget li a:hover {
	color: #A51D3C;
	text-decoration: underline;
}

.budget li a:after {
	content: "\e415";
	font-family: 'Material Icons';
	color: #A51D3C;
	font-size: 24px;
	vertical-align: middle;
	margin-left: 8px;
}

.budget li ul > li {
	margin-left: 20px;
}

.accordion {
    width: 100%;
	margin-top: 20px;
}

.button {
    width: 100%;
    color: #fff; 
    font-family: 'Noto Sans Japanese', serif;
	font-size: 14px;
	font-weight: 400;
	border: solid 1px #eea0b1;
	border-radius: 3px;
    background: #eea0b1;
    cursor: pointer;
    position: relative;
    padding: 15px 20px;
}

.button:hover {
	background: #A51D3C;
	transition: 0.3s;
}

.accordion_contents {
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	background: #fff;
	padding: 5px 20px 20px 20px;
}

.button:after {
    content: "\E147";
	font-family: 'Material Icons';
	font-size: 18px;
    position: absolute;
    top: 15px;
    right: 20px;
}

.button.active:after {
    content: "\E15C";
	font-family: 'Material Icons';
}

.articles > h4 {
	font-weight: 600;
	padding-bottom: 10px;
}

.articles dt,
.articles dd,
.articles li {
	font-size: 12px;
}


.articles dt {
	width: 60px;
	float: left;
	font-weight: 600;
	text-align: center;
}

.articles dd {
	margin-left: 70px;
	padding-bottom: 10px;
	position: relative;
}

.articles dd:after {
	content: '';
	display: block;
	clear: both;
}

.articles dd li {
	padding-left: 2.5em;
	text-indent: -3em;
}

.articles p {
	font-size: 14px;
}

.finance {
	margin-top: 30px;
}

.privacy {
	margin-top: 20px;
}

.privacy p,
.privacy li {
	font-size: 12px;
}

.privacy p:nth-child(2) {
	text-align: center;
	margin: 20px 0;
}

.privacy li {
	list-style: decimal;
	list-style-position: inside;
	margin-top: 20px;
	padding-left: 1em;
	text-indent: -1em;
}

/*-----------------------------------------------
　　過去のサイト一覧
-----------------------------------------------*/
.archive {
	margin-top: 20px;
}

.archive li {
	margin-top: 15px;
}

.archive li a:hover {
	color: #A51D3C;
	text-decoration: underline;
}

.archive li:before {
	content: "\e895";
	font-family: 'Material Icons';
	color: #A51D3C;
	font-size: 24px;
	vertical-align: middle;
	margin-right: 5px;
}

/*-----------------------------------------------
　　新入会員募集
-----------------------------------------------*/
.three_creed {
	background: #fbe8ec;
	margin: 30px 0;
	padding: 30px 20px 20px 20px;
}

.three_creed ul li > h4 {
	color: #A51D3C;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.three_creed img {
	margin-top: 20px;
}

.three_creed_detail li {
	border-radius: 10px;
	margin-top: 20px;
	padding: 20px;
}

.three_creed_detail li > h4 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}

.three_creed_detail i {
	font-size: 42px;
	display: flex;
	justify-content: center;
	margin: 5px 0;
}

.three_creed_detail li:first-child {
	border: solid 2px #E60012;
}

.three_creed_detail li:nth-child(2) {
	border: solid 2px #45B035;
}

.three_creed_detail li:last-child {
	border: solid 2px #F37121;
}

.three_creed_detail li:first-child h4,
.three_creed_detail li:first-child i {
	color: #E60012;
}

.three_creed_detail li:nth-child(2) h4,
.three_creed_detail li:nth-child(2) i {
	color: #45B035;
}

.three_creed_detail li:last-child h4,
.three_creed_detail li:last-child i {
	color: #F37121;
}

.admission {
	margin-top: 30px;
}

.admission dt {
	color: #fff;
	text-align: center;
	font-weight: 600;
	background: #F37121;
	margin-bottom: 10px;
	padding: 3px 0;
}

.admission dd {
	color: #F37121;
	font-size: 18px;
	font-weight: 600;
	background: #fff;
	position: relative;
	margin-bottom: 10px;
}

.admission dd span {
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.recruit_day {
	font-size: 16px;
	font-weight: 600;
}

.recruit_flow {
	margin: 20px 0 30px 0;
}

.recruit_flow dl {
	position: relative;
}

.recruit_flow dt {
	color: #fff;
	font-weight: 600;
	text-align: center;
	background: #A51D3C;
	padding: 5px;
}

.recruit_flow dd {
	background: #fbe8ec;
	padding: 10px;
}

.recruit_flow i {
	color: #ccc;
	font-size: 42px;
	display: flex;
	justify-content: center;
	margin: 5px 0;
}

.btn_recruit_flow {
	width: 90%;
	height: 50px;
	line-height: 50px;
	color: #fff !important;
	text-align: center;
	border-radius: 5px;
	background: #F37121;
	display: block;
	margin: 0 auto;
}

.btn_recruit_flow span {
	font-size: 12px;
}

.btn_recruit_flow:hover {
	opacity: 0.8;
	transition: 0.3;
}

.btn_recruit_flow i {
	margin-right: 5px;
	vertical-align: middle;
}

/*-----------------------------------------------
　　新着情報一覧
-----------------------------------------------*/
.newslist li {
	width: 100%;
	border-bottom: solid 1px #ccc;
	margin-top: 20px;
	padding-bottom: 10px;
	cursor: pointer;
}

.newslist_img {
	width: 100%;
	height: 150px;
	display: block;
	box-sizing: border-box;
	border: solid 1px #ccc;
	margin-bottom: 15px;
	overflow: hidden;
	background: #A51D3C;
}

.newslist_img img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.newslist_img img:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.newslist h3 {
	font-size: 16px;
	margin-bottom: 8px;
	border-left: none;
	margin: 0 0 8px 0;
	padding: 0;
}

.newslist_contents h3 a:hover {
	color: #A51D3C;
	transition: 0.5s;
}

.newslist_footer {
	display: flex;
	justify-content: space-between;
}

.newslist_footer p {
	font-size: 12px;
}

.newslist_footer p:first-child {
	color: #fff;
	background: #F37121;
	padding: 0 15px;
	display: inline-block;
}

.newslist_footer p:last-child {
	color: #999;
}

.newslist_footer p:last-child:before {
	font-size: 16px;
	content: "\e916";
	font-family: "Material Icons";
	vertical-align: bottom;
	margin-right: 5px;
}

/*-----------------------------------------------
　　事業案内
-----------------------------------------------*/
.invitation {
	padding-top: 20px;
}

.invitation > .info_footer {
	margin-top: 30px;
}

.invitation_main_img {
	margin: 40px 0 20px 0;
}

.invitation_main_img img {
	width: 100%;
}

.invitation_footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0 7px 0;
}

.invitation_footer p {
	font-size: 12px;
}

.invitation_footer p:first-child {
	color: #fff;
	background: #F37121;
	padding: 0 15px;
	display: inline-block;
}

.invitation_footer p:nth-child(2) {
	color: #999;
}

.invitation_footer p:nth-child(2):before {
	font-size: 16px;
	content: "\e916";
	font-family: "Material Icons";
	vertical-align: bottom;
	margin-right: 5px;
}

.invitation_footer img {
	width: 80px;
	height: 80px;
	margin-left: auto;
}

.invitation a {
	color: #A51D3C;
	text-decoration: underline;
}

/*-----------------------------------------------
　　新着情報
-----------------------------------------------*/
.news > .info_footer {
	margin-top: 30px;
}

.news_main_img {
	margin: 40px 0 20px 0;
}

.news_main_img img {
	width: 100%;
}

.news a {
	color: #A51D3C;
}

.template_1_text {
	margin: 10px 0;
}

.template_1_pic {
	margin: 10px 0;
}


/*-----------------------------------------------
　　委員会詳細
-----------------------------------------------*/
.plan {
	margin-top: 30px;
}

.plan dt {
	width: 80px;
	float: left;
}

.plan dd {
	margin-left: 80px;
	padding-bottom: 10px;
}

.plan dd:last-child {
	padding-bottom: 0;
}

.plan dd:after {
	content: '';
	display: block;
	clear: both;
}

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

.member_report li {
	width: 46%;
	text-align: center;
	margin: 10px 10px 10px 0;
}

.member_report p {
	color: #fff;
	background: #eea0b1;
	padding: 3px 0;
}

.member_report img {
	width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
	border: solid 1px #ccc;
	overflow: hidden;
}

.member_report img {
	width: 100%;
}

.member_report h4 {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin-top: 10px;
}

.member_report h4 span {
}

/*-----------------------------------------------
　　LINE公式アカウントのご案内
-----------------------------------------------*/
.line dl {
	border-bottom: 1px solid #ccc;
	margin: 30px 0;
}

.line dt,
.line dd {
	line-height: 1.6em;
	border-top: 1px solid #ccc;
}

.line dt {
	text-align: center;
	font-weight: 600;
	background: #f5f5f5;
	padding: 5px 20px;
}

.line dd {
	padding: 15px 20px;
	position: relative;
}

.line > h4 {
	color: #A51D3C;
	margin-top: 20px;
}

.line a {
	color: #A51D3C;
	text-decoration: underline;
}

.line img {
	width: 150px;
}

/*------------------------------------------------------------
　　お問い合わせ
------------------------------------------------------------*/
.mailform {
	width: 100%;
}

.mailform dt {
	line-height: 2em;
	padding: 20px 0 10px 0;
}

.mailform dd {
	background: #fff;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.mailform dd:after {
	content: '';
	display: block;
	clear: both;
}

.required,
.optional {
	display: inline-block;
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 5px;
	border-radius: 3px;
	margin-right: 10px;
}

.required {
	background: #F37121;
}

.optional {
	background: #ccc;
}

.mailform p {
	margin-top: 10px;
}

.selectWrap{
	width: 100%;
	position: relative;
}

.selectWrap::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-bottom: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}

select {
    font-family: 'Noto Sans Japanese', serif;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 40px;
	line-height: 1.8em;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 40px 0 10px;
	border: 1px solid #ccc;
	border-radius: 4px !important;
	border-radius: 2px;
}

select::-ms-expand {
	display: none;
}

input {
	font-size: 14px;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	height: 2em;
	border: solid 1px #ccc;
	border-radius: 3px;
	box-sizing: content-box;
	padding: 2px 2%;
}

.input_wide {
	width: 96% !important;
}

textarea {
	font-size: 14px;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	border: solid 1px #ccc;
	border-radius: 3px;
	max-width: 100%;
	padding: 10px;
}

input[type="text"],
textarea {
	-webkit-appearance: none;
}

input[type="submit"],
input[type="reset"]  {
	color: #fff;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 14px;
	font-weight: 600;
	border: none;
	-webkit-appearance: none;
	margin-top: 15px;
}

input[type="submit"] {
	width: 45%;
	height: 40px;
	line-height: 40px;
	background: #A51D3C;
}

input[type="reset"] {
	width: 45%;
	height: 40px;
	line-height: 40px;
	background: #ccc;
}

.none {
	display: none;
}

/*------------------------------------------------------------
　　サンクス
------------------------------------------------------------*/
.thanks p:first-child {
	margin-bottom: 10px;
}

.thanks > p.phone {
	font-size: 21px;
	font-weight: 600;
	margin: 15px 0;
}

.thanks > p.phone,
.thanks > p.phone a {
	color: #A51D3C;
}

.thanks > p.phone > i {
	margin-right: 5px;
	vertical-align: bottom;
}

.thanks > .btn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #ccc;
	margin: 30px auto 0 auto;
}

/*-----------------------------------------------
　　リンク
-----------------------------------------------*/
.link {
	background: #eee;
	margin-top: 10px;
}

.link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.link li {
	width: 48%;
	margin-top: 10px;
}

.link li a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

/*-----------------------------------------------
　　フッター
-----------------------------------------------*/
footer {
	width: 100%;
	overflow: hidden;
	color: #fff;
	background: #881831;
}

footer section {
	padding: 30px 4% 20px 4%;
}

footer a {
	color: #fff !important;
}

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

.sitemap dl {
	width: 48%;
	margin-bottom: 20px;
}

.sitemap dl:last-child {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sitemap dl:last-child dt {
	width: 48%;
}

.sitemap dt {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
}

.sitemap dt a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.sitemap dd {
	font-size: 10px;
	font-weight: 400;
}

.sitemap dd:before {
	content: "\e315";
	font-family: 'Material Icons';
	vertical-align: bottom;
	margin-right: 5px;
	font-size: 14px;
}

.sitemap dd a:hover {
	text-decoration: underline;
}

.f_address {
	border-top: solid 1px #881831;
	border-bottom: solid 1px #881831;
	margin: 0 0 20px 0;
	padding: 15px;
}

.f_address p {
	font-size: 14px;
	text-align: center;
}

.f_address ul {
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.f_address li {
	margin-top: 10px;
}

.f_address li a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

footer i {
	font-size: 28px;
}

address {
	font-size: 0.7em;
	font-style: normal;
	text-align: center;
	margin-top: 20px;
}

/*-----------------------------------------------
　　トップへ戻る
-----------------------------------------------*/
.backtotop {
	position: fixed;
	right: 4%;
	bottom: 4%;
	z-index: 1000;
	display: none;
}

.top_btn {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	background: #881831;
}

.top_btn i {
	margin-top: 12px;
	font-size: 24px;
	transform: rotate(-90deg);
}

.top_btn a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	color: #fff;
	display: block;
}

.top_btn a:hover {
	background: #A51D3C;
	border-radius: 50%;
	transition: 0.3s;
}

/* 新入会員募集インタビューリスト */
.interview_list li {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	cursor: pointer;
}

.interview_list_img {
	width: 100%;
	height: 185px;
	display: block;
	box-sizing: border-box;
	border: solid 1px #ccc;
	margin-bottom: 15px;
	overflow: hidden;
	background: #A51D3C;
}

.interview_list_img img {
	width: 100%;
	height: 185px;
	object-fit: cover;
}

.interview_list_img img:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.interview_list h4 {
	font-size: 14px;
	font-weight: 600;
}

.interview_list li h3 a:hover {
	color: #A51D3C;
	transition: 0.5s;
}

/* 新入会員募集インタビュー */
.interview_main_img {
	margin: 40px 0 20px 0;
}

.interview_main_img img {
	width: 100%;
}

.interview table {
	margin-top: 20px;
}

.interview td {
	vertical-align: top;
}

.interview tr td:first-child {
	width: 80px;
	text-align: center;
}

.interview_question {
	color: #0097d7;
}

.interview_question i {
	font-size: 24px;
}

.interview_picture {
	margin-top: 20px;
}

.interview_picture li {
	width: 100%;
	height: 245px;
	display: block;
	box-sizing: border-box;
	border: solid 1px #ccc;
	margin-top: 10px;
	overflow: hidden;
}

.interview_picture li img {
	width: 100%;
	height: 245px;
	object-fit: cover;
}
