@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

#header .wrap h1,
#header .wrap h1 img{
	display: none;
	width: 0;
	padding: 0;
}
#header .wrap #globalNav{
	width: 100%;
}

.anim{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	transition: .8s;
}
.move{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.delay1{
	transition-delay: .1s;
}
.delay2{
	transition-delay: .2s;
}
.delay3{
	transition-delay: .3s;
}
.delay4{
	transition-delay: .4s;
}
.delay5{
	transition-delay: .5s;
}
.delay6{
	transition-delay: .6s;
}
.delay7{
	transition-delay: .7s;
}
@media screen and (max-width: 979px) {
.delay1,
.delay2,
.delay3,
.delay4,
.delay5,
.delay6,
.delay7{
	transition-delay: .1s;
}
}

@media screen and (max-width: 768px){
.delay1,
.delay2,
.delay3,
.delay4,
.delay5,
.delay6,
.delay7{
	transition-delay: 0;
}

}

/*newstopics
************************************************************************************/
#newstopics .scroll{
	height: 200px;
	padding: 15px;
	overflow-y: scroll;
}
#newstopics ul.list li{
	display: table;
	width: 100%;
	border-bottom: 1px solid #ededed;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#newstopics ul.list li .date{
	width: 7em;
	vertical-align: top;
	display: table-cell;
	font-weight: bold;
	color: #878787;
}
#newstopics ul.list li .details{
	display: table-cell;
	vertical-align: top;
}
#newstopics ul.list li .details .ttl{
	font-weight: bold;
	margin-bottom: 5px;
}
#newstopics ul.list li .details img{
	max-width: 200px;
	height: auto;
	margin: 3px;
}

/*about
************************************************************************************/
#about{
	background: #f8f4e8;
}

#about .waku{
	margin: 15px auto;
	border: 1px solid #576574;
}

#about .greeting img{
	width: 150px;
	height: auto;
	float: right;
	margin: 0 0 20px 20px;
}

@media screen and (max-width: 620px) {
#about .greeting .photo-box{
	display: block;
	padding: 15px;
	text-align: center;
}
#about .greeting .photo-box img{
	width: 150px;
	height: auto;
	float: none;
	margin: 0 2px;
}
}

/*join
************************************************************************************/
@media screen and (max-width: 620px) {
table.normal.join-price tbody td:before{font-weight: bold;}
table.normal.join-price tbody td:nth-of-type(2):before { content: "[入会費] "; }
table.normal.join-price tbody td:nth-of-type(3):before { content: "[年会費] "; }
table.normal.join-price tbody td:nth-of-type(4):before { content: "[初年度合計] "; }

table.normal.join-price tbody td.right{
	text-align: left;
}
}

/*support
************************************************************************************/
#support{
	background: #f8f4e8;
}
/*meeting
************************************************************************************/


#meeting .meeting-title{
	font-size: 28px;
	text-align: center;
	padding: 25px .5em 15px .5em;
	margin: 0 0 1em;
	/*background: #f39901;*/
	background:-webkit-gradient(linear,center top, center bottom, from(#8fc320), to(#ea5312));
	background:-moz-linear-gradient(top, #8fc320, #ea5312);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff8fc320', endColorstr='#ffea5312');
	background: linear-gradient(to bottom, #8fc320, #ea5312);
	color: #FFF;

	font-family: kinuta-maruminold-stdn, serif;
	font-weight: 400;
	font-style: normal;
}
#meeting .meeting-subtitle{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 .8em 0;
	margin: 0;
	color: #ea617b;
}
#meeting table{
	width: 100%;
	border: 0;
	border-top: 1px solid #ea617b;
}

#meeting table th{
	border-bottom: 1px solid #ea617b;
	padding: 15px;
	text-align: left;
	color: #ea617b;
	width: 7em;
}
#meeting table td{
	border-bottom: 1px solid #ea617b;
	padding: 15px;
}

#meeting dl.list-awardees dt{
	background: #f8f4e8;
	font-weight: bold;
	padding: 1em;
}
#meeting dl.list-awardees dd{
	padding: 1em;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 620px) {
#meeting .meeting-title{
	font-size: 22px;
}
#meeting table th{
	width: 5em;
}
}

/*book
************************************************************************************/
#book{
	background: #f8f4e8;
}

/*training
************************************************************************************/

#training .training-title{
	font-size: 28px;
	text-align: center;
	padding: 25px .5em 15px .5em;
	margin: 0 0 1em;
	/*background: #f39901;*/
	background:-webkit-gradient(linear,center top, center bottom, from(#8fc320), to(#ea5312));
	background:-moz-linear-gradient(top, #8fc320, #ea5312);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff8fc320', endColorstr='#ffea5312');
	background: linear-gradient(to bottom, #8fc320, #ea5312);
	color: #FFF;

	font-family: kinuta-maruminold-stdn, serif;
	font-weight: 400;
	font-style: normal;
}
#training table{
	width: 100%;
	border: 0;
	border-top: 1px solid #ea617b;
}

#training table th{
	border-bottom: 1px solid #ea617b;
	padding: 15px;
	text-align: left;
	color: #ea617b;
	width: 7em;
}
#training table td{
	border-bottom: 1px solid #ea617b;
	padding: 15px;
}

@media screen and (max-width: 620px) {
	#training .training-title{
		font-size: 22px;
	}
	#training table th{
		width: 5em;
	}
}

/*contact
************************************************************************************/
/*#contact{
	background: #f8f4e8;
}*/
#contact .frameCaution{
	background: #FFF;
	padding: 20px;
	margin: 0 0 20px 0;
}
#contact .frameCaution li{
	background: url(../../img/toppage/icon_blue.png) no-repeat left 0.5em;
	-moz-background-size: 5px auto;
	background-size: 5px auto;
	padding: 0 0 0 10px;
	margin: 10px 0;
}
#contact span.hissu{
	color: #F00;
	padding: 0 3px;
	font-weight: normal;
}

@media screen and (max-width: 620px) {
#contact .layout_box .box-item50{
	width: 100%;
}
#contact .layout_box .box-item50.box-line{
	border: 0;
	border-bottom: 1px solid #666;
}
}
/*link
************************************************************************************/
#link{
	background: #f8f4e8;
}
#link .btn-box .layout_box{
	-webkit-justify-content: center !important;
	justify-content: center !important;
}
#link .btn-box li{
	width: 25%;
	padding: .5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#link .btn-box li a{
	color: #000;
	text-decoration: none;
	
	background-color: #FFF;
	border: 1px solid #ea617b;
	border-radius: 9999px;
	box-shadow: none;
	cursor: pointer;
	display: block;
	font-size: 0.925em;
	padding: calc(0.867em) calc(1.833em + 20px) calc(0.867em) calc(1.833em + 2px);
	text-align: center;
	text-decoration: none;
	word-break: break-word;
	box-sizing: border-box;
	font-weight: bold;
	
	position: relative;
}
#link .btn-box li a:visited{
	color: #000;
}
#link .btn-box li a:after{
	content: "forward";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	width: 30px;
	height: 30px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;	/* Preferred icon size */
	line-height: 30px;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	color: #828282;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}
@media screen and (min-width: 980px) {
#link .btn-box li a,
#link .btn-box li a:after{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#link .btn-box li a:hover{
	background: #ea617b;
	color: #FFF;
}
#link .btn-box li a:hover:after{
	color: #FFF;
}
}
@media screen and (max-width: 768px){
#link .btn-box li{
	width: 100%;
}
}

/*list
----------------------------------------------------------------------*/
ul.circle{
	list-style: none;
}
ul.circle li{
	list-style: none;
	margin: 2px 0;
}
ul.circle li:before{
	content: "●";
	color: #F79597;
}