@charset "UTF-8";
@import url("../webfonts/Rockwell/stylesheet.css");
/* CSS Document */


/************* rectuit *************/
figure , figcaption{
	padding: 0;
	margin: 0;
}
#recruit_fix{
	display: none;
}

.breadcrumbs { /*パンくずリスト*/
    margin-bottom: 40px;
}

.cont_tit {
	width: 100%;
	text-align: left;
	border: none;
	padding-left: 0px;
}
.cont_tit h1 {
	font-size: 27px;
	font-family: "Rockwell";
	letter-spacing: 4px;
	padding-left: 1%;
	border-bottom: 1px solid #000000;
	width: auto;
	margin-bottom: 10px;
}
.cont_tit h1 span {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 15px;
}
.cont_tit h2 {
	padding-left: 1%;
	font-size: 18px;
}
.contWrp {
}
.contBox h2   {
	font-weight: bold;
	font-size: 22px;
	border-bottom: 2px solid #FFFFFF;
	letter-spacing: 5px;
	white-space: nowrap;
	text-shadow: 0px 0px 2px #000000;
}
.contBox .cont_sub h2, .contBox .cont_sub h3 {
	line-height: 15px;
	text-shadow: 0px 0px 0px #fff;
}
.contBox .cont_sub h2 {
	letter-spacing: 2px;
	font-size: 15px;
}
.contBox .cont_sub h3 {
	letter-spacing: 0px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	font-size: 10px;
}
.contBox h3   {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 26px;
	font-size: 13px;
	letter-spacing: 7px;
	text-shadow: 0px 0px 2px #000000;
}
.contWrp ul {
	width: 96%; /* 横並びさせる親要素の幅 */
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;/*--- Android ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* 改行 */
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between; /* 横方向の整列 flex-start space-around */
	        justify-content: space-between;
	-webkit-align-content: stretch; /* 縦の余白 */
	        align-content: stretch;
	-webkit-align-items: space-between;/* 縦方向の整列 baseline space-around */
	        align-items: space-between;
}
.contWrp ul::after{
  content:"";
  display: block;
  width:32%;
}
/* 4カラムの場合
.contWrp ul::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.contWrp ul::after{
  content:"";
  display: block;
  width:23%;
}*/
.contWrp ul .contBox {
	margin-bottom: 20px;
}
.contWrp ul .contBox.snsbox {
	width: 100%;
}
.contBox figure {
	margin-bottom: 8px;
	width: 310px;
	height: 200px;
	position: relative;
	overflow: hidden;
}
.contWrp ul .contBox.snsbox figure {
	margin-left: auto;
	margin-right: auto;
}
.contBox figure img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
	    -ms-transition: all .4s ease-in-out;
	     -o-transition: all .4s ease-in-out;
	        transition: all .4s ease-in-out;
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	        filter: grayscale(100%);
}
.new_twitter_icon {
	width: 40px!important;
	height: auto;
}
.contBox figure:hover img  {
	-webkit-transform: scale(1.1,1.1);
	   -moz-transform: scale(1.1,1.1);
	    -ms-transform: scale(1.1,1.1);
	     -o-transform: scale(1.1,1.1);
	        transform: scale(1.1,1.1);
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
         -o-filter: grayscale(0%);
            filter: grayscale(0%);
}
.contBox figure img:hover {

}
.contBox figure figcaption {
	width: 100%;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.contBox figure figcaption h2 {
	display: inline-block;
}
.contBox figure .sns {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 50%;
}
.contBox figure .sns li {
	width: 50%;
}
.contBox figure .txt20 {
	margin-top: 8%;
}
.sns .icon  {
	fill: #333;
}
.sns .icon:hover .hover {
	fill: #ccc;
	opacity: 0.8;
}
#president {
	margin-bottom: 60px;
}
#president .cont_tit h1 {
	font-size: 22px;
}
#president .bg_gradation {
}
#president .p_img {
	display: inline-block;
	vertical-align: middle;
	width: 28%;
}
#president .p_img img {
	width: 100%;
	height: auto;
}
#president .voice {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+3,c9b78f+45,c9b78f+55,ffffff+97,ffffff+97 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 3%, #c9b78f 45%, #c9b78f 55%, #ffffff 97%, #ffffff 97%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 3%,#c9b78f 45%,#c9b78f 55%,#ffffff 97%,#ffffff 97%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 3%,#c9b78f 45%,#c9b78f 55%,#ffffff 97%,#ffffff 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	padding-top: 5%;
	padding-bottom: 5%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	width: 70%;
}


/************* rectuit2 *************/

#abWrp  {
	width: 100%;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
}
#abWrp .aboutbox  {
	position: relative;
}
#abWrp .aboutbox .yurai {
	width: 50%;
	float: left;
	text-align: left;
}
#abWrp .aboutbox .symbol {
	width: 50%;
	float: left;
	text-align: left;
}
.aboutbox .sub_tit {
	margin-bottom: 15px;
}
.aboutbox .about_cmtbox {
	padding-left: 11%;
	margin-bottom: 30px;
	width: auto;
}
.aboutbox .about_cmtbox h3 p {
	font-size: 10px;
}
.aboutbox .sub_tit2 {
	text-align: center;
	margin-bottom: 15px;
}



/************* rectuit4 *************/

#pfWrp  {
	width: 100%;
	float: right;
	margin-bottom: 80px;
}
#pfWrp .pfbox  {
	margin-right: auto;
}
.pfbox table {
	margin-right: auto;
	line-height: 35px;
	margin-left: auto;
	width: 96%;
}
.pfbox table tr {
	border-bottom: 1px dotted #DADADA;
}
.pfbox table tr td {
}
.pfbox table tr td:nth-child(1) {
	font-weight: bold;
	width: 11%;
	text-align: right;
	padding-right: 3%;
}
.pfbox table tr td:nth-child(2) {
	padding-left: 3%;
	min-height: 0px;
}

.category_top_image {
    height: auto;
}
.section_company {
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: 4em auto;
}
.company_wrap {
    margin: 4em 0 8em;
}
.company_wrap_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
}
.company_wrap_item:nth-child(2n) {
     background: rgba(248,248,248,.5); 
}
.company_wrap_item:nth-child(2n-1) {
    /* background: #fff; */
    background: rgba(255,255,255,1);
}
.company_wrap_item:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.company_wrap dt {
    width: calc(100% - 90%);
    text-align: right;
    padding: 1em 2em;
    border-right: 1px solid #ccc;
}
.company_wrap dd {
    flex: 1;
    padding: 1em 2em;
}
@media (max-width: 767px) {
.pfbox table tr td:nth-child(1) {
	width: 22%;
}
.company_wrap dt {
    width: 100%;
    text-align: left;
    padding: 1em 2em 0;
    border-right: none;
}
}




/************* rectuit5 *************/



/*
.vrl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
*/
#mainWrp {
	width: 70%;
  margin: 0 auto 80px;
	position: relative;
}
#mainWrp img {
	width: 100%;
	height: auto;
}
#mainWrp .vrl {
	font-family: HannariMincho;
  font-size: 2rem;
  margin-top: 1em;
}
#seminarWrp {
	margin-bottom: 80px;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}
#seminarWrp.long {
}
#seminarWrp .cont_tit h1 {
}
#seminarWrp dl {
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	line-height: 34px;
}
#seminarWrp dl dt {
	float: left;
	font-weight: bold;
	text-align: left;
	width: 15%;
}
#seminarWrp dl dd {
	text-align: left;
	float: right;
	width: 85%;
}
#seminarWrp dl dd span {
	width: 20%;
	display: inline-block;
	text-align: center;
	border-left: 1px solid #000000;
}
#seminarWrp.long dl dd span {
	padding-left: 20px;
	text-align: left;
}


#infoWrp {
}
#pointWrp {
	margin-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
}
#pointWrp ul {
	width: 97%;
	display: -webkit-box;/*--- Android ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* 改行 */
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between; /* 横方向の整列 flex-start space-around */
	        justify-content: space-between;
	-webkit-align-content: stretch; /* 縦の余白 */
	        align-content: stretch;
	-webkit-align-items: space-between;/* 縦方向の整列 baseline space-around */
	        align-items: space-between;
	margin-right: auto;
	margin-left: auto;
}
#pointWrp ul::after{
  content:"";
  display: block;
  width:32%;
}
#pointWrp ul li {
	margin-bottom: 2%;
	display: inline-block;
	vertical-align: top;
	width: 47%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 1%;
	border: 1px dotted #BEBEBE;
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
}
#pointWrp ul li .bg_staff {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	z-index: 0;
	background-size: 13% auto;
}
#pointWrp ul li .bg_staff.p1 {
	background-image: url(img/staff/staff01.png);
	background-position: right top;
	left: auto;
	top: -15%;
	right: -3%;
}
/*
#pointWrp ul li .bg_staff.p2 {
	background-image: url(img/staff/staff02.png);
	background-position: right bottom;
	top: auto;
	left: auto;
	right: -5%;
	bottom: -5%;
}
*/
/*
#pointWrp ul li .bg_staff.p3 {
	background-image: url(img/staff/staff03.png);
	background-position: left top;
	top: -15%;
	left: -11%;
	background-size: 12% auto;
}
*/
#pointWrp ul li .bg_staff.p3 {
	background-image: url(img/staff/staff03.png);
	background-position: right bottom;
	top: auto;
	left: auto;
	right: -10%;
	bottom: -5%;
}
#pointWrp ul li .bg_staff.p4 {
	background-image: url(img/staff/staff04.png);
	background-position: right bottom;
	background-size: 8% auto;
	top: auto;
	left: auto;
	bottom: -40%;
	right: 1%;
}
#pointWrp ul li .bg_staff.p5 {
	background-image: url(img/staff/staff05.png);
	background-position: right bottom;
	background-size: 15% auto;
	top: auto;
	left: auto;
	right: -5%;
	bottom: -30%;
}
#pointWrp ul li .bg_staff.p6 {
}
#pointWrp ul li p {
	margin-bottom: 10px;
}
#pointWrp ul li span {
	vertical-align: middle;
	display: inline-block;
}
#pointWrp ul li .point {
	margin-right: 8px;
	font-size: 14px;
	font-family: "Hiragino Mincho ProN W3", "MS Mincho", "MS PMincho", serif;
	font-weight: bold;
}
#pointWrp ul li .number  {
	font-size: 26px;
	font-family: "Arial Black", Gadget, sans-serif;
	background-color: #467BAC;
	border-radius: 50%;
	color: #FFFFFF;
	width: 38px;
	height: 38px;
	text-align: center;
}
#pointWrp ul li b {
	display: block;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	margin-left: -2%;
}
#pointWrp ul li .orange {
	color: #FF981B;
	vertical-align: baseline;
}
#pointWrp ul li h2 {
	vertical-align: middle;
	font-size: 14px;
	width: auto;
	padding-left: 1%;
	position: relative;
	z-index: 1;
}
#eventWrp .cont_tit h1 {
	font-size: 25px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#cmtWrp {
	margin-bottom: 50px;
	min-width: 0px;
}
#cmtWrp ul {
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	display: -webkit-box;/*--- Android ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* 改行 */
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between; /* 横方向の整列 flex-start space-around */
	        justify-content: space-between;
	-webkit-align-content: stretch; /* 縦の余白 */
	        align-content: stretch;
	-webkit-align-items: space-between;/* 縦方向の整列 baseline space-around */
	        align-items: space-between;
}
#cmtWrp .cont_tit h1 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 25px;
}
.cmtBox {
	text-align: left;
	width: 45%;
	vertical-align: middle;
	float: left;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	border: 1px dotted #A1A1A1;
	margin-bottom: 2%;
}
.cmtBox:last-child {
	padding: 0;
	border: none;
	width: 48%;
}
.cmtBox:last-child img {
	width: 103%;
	height: auto;
	max-width: 480px;
}
.cmtBox h2 {
	border-left: 3px solid #E40400;
	padding-left: 5px;
	font-size: 18px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.cmtBox h3 {
	font-size: 14px;
}
.top_logo .page_tit  {
	font-family: Rockwell;
	letter-spacing: 3px;
	font-size: 30px;
	padding-bottom: 0px;
}
#linksWrp {
}
#linksWrp ul {
}
#linksWrp ul li {
	width: 49%;
	text-align: center;
}

/*問い合わせ*/

.contact{
	display: block;
    padding: 40px 30px;
    margin-top: 80px;
    border-top: 2px solid #FF981B;
    border-bottom: 2px solid #FF981B;
    position: relative;
}
.contact_tit {
	font-size: 18px;
	font-weight: 600;
	background: #fff;
	position: absolute;
	top: -15px;
	left: calc(50% - 60px);
	padding: 0 20px;
	color: #467BAC;
    letter-spacing: 0.09em;
	letter-spacing: 1px;
}
.contact_howto {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
.contact_tel_btn {
	max-width: 300px;
    border-radius: 10px;
    padding: 10px 15px;
    background: #dd8f44;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin: 0 auto;
}
.contact_tel_instagram {
	max-width: 300px;
    border-radius: 10px;
    padding: 10px 15px;
    background: #dd8f44;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin: 0 auto;
}
.contact_tel_line {
	max-width: 300px;
    border-radius: 10px;
    padding: 10px 15px;
    background: #dd8f44;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin: 0 auto;
}
.contact_cont {
	margin-bottom: 30px;
}
.trial_session {
		font-size: 13px;
}
.contact_icon {
	width: 25px;
	height: auto;
	margin-left: 35px;
}

@media screen and (max-width:768px) {
#mainWrp {
    width: 100%;
}
}
@media screen and (max-width:480px) {
	.contact_cont {
    margin-bottom: 20px;
	}
	.contact {
    padding: 40px 10px;
	}
	.contact_icon {
	width: 20px;
	height: auto;
	margin-left: 35px;
}

}


/************* rectuit9 *************/

.eventWrp {
	margin-bottom: 50px;
}
.eventWrp .cont_sub_tit {
	text-align: left;
}
.eventWrp .inner {
	width: 95%;
	-webkit-display: flex; /* flex */
	display: flex;
	-webkit-flex-wrap: wrap; /* 改行 */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* 横方向の整列 flex-start space-around */
	justify-content: space-between;
	-webkit-align-content: stretch; /* 縦の余白 */
	align-content: stretch;
	-webkit-align-items: flex-start;/* 縦方向の整列 baseline space-around */
	align-items: flex-start;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.eventWrp ul {
	width: 45%;
	margin-bottom: 10%;
	height: auto;
}
.eventWrp ul .event_tit {
	margin-bottom: 20px;
	text-align: left;
	border-bottom: 1px dotted #000000;
}
.eventWrp ul .event_tit h2 {
	font-size: 14px;
	padding-left: 5px;
}
.eventWrp ul .eventBox {
	width: 50%;
	float: left;
}
.eventBox figure {
	text-align: center;
	position: relative;
}
.eventBox figure p {
	overflow: hidden;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 85%;
	border-radius: 50%;
	position: relative;
	margin-bottom: 5px;
}
.eventBox figure p img {
	z-index: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: auto;
	height: 101%;
}
.eventBox figucaption {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.eventBox figucaption h2 {
	font-size: 14px;
	color: #000000;
	white-space: nowrap;
	letter-spacing: 1px;
}






@media screen and (max-width:768px){
main .inner1000 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.pickWrp .contWrp ul .contBox {
	width: 47%;
	height: auto;
}
.pickWrp .contWrp ul .contBox figure {
	width: 100%;
	height: auto;
	max-width: 310px;
	margin-right: auto;
	margin-left: auto;
}
.pickWrp .contWrp ul .contBox.snsbox {
	width: 100%;
}
.pickWrp .contWrp ul .contBox.snsbox figure {
	width: 100%;
	height: 110px;
	background-color: initial;
}
#pointWrp {
	width: 90%;
}
#pointWrp ul li {
	width: 47%;
}
#eventWrp .cont_tit h1 {
	font-size: 18px;
}
#eventWrp ul  {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#cmtWrp {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}
#cmtWrp .cont_tit h1 {
	font-size: 24px;
}
.cmtBox   {
	width: 96%;
}
.cmtBox:last-child {
	width: 100%;
	text-align: center;
}
.cmtBox:last-child img {
	width: 100%;
	max-width: 465px;
}
#linksWrp {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#linksWrp ul li {
	width: 100%;
}
#pickupWrp ul li .pickbox {
	max-width: 400px;
}
#pickupWrp ul li .pickbox h2 a .logo_tit {
	width: 80%;
}
.contBox figure .sns {
	top: 65%;
}
.contBox figure .txt20 {
	margin-top: 0px;
}
#president {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#president .cont_tit h1 {
	font-size: 20px;
}
#abWrp {
	width: 90%;
}
#abWrp .aboutbox .yurai {
	width: 100%;
}
#abWrp .aboutbox .yurai .sub_tit {
	width: 80%;
	margin-right: auto;
}
#abWrp .aboutbox .yurai .sub_tit img {
	width: 100%;
	height: auto;
}
#abWrp .aboutbox .symbol {
	width: 100%;
}
#abWrp .aboutbox .about_cmtbox    {
	padding-left: 0px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#mainWrp .vrl {
	font-size: 145%;
	right: 16%;
	top: 6%;
}
#seminarWrp {
	width: 90%;
}
#seminarWrp dl dt {
	width: 30%;
}
#seminarWrp dl dd {
	width: 70%;
}
#seminarWrp dl dd span {
	width: 43%;
	margin-left: 0px;
}
.eventWrp {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
}

@media screen and (max-width:480px){
main .inner1000 {
	padding: 0;
}
#top2Wrp {
	margin-bottom: 20px;
}
#mainWrp .vrl {
	font-size: 120%;
	white-space: nowrap;
 }
.cont_tit h1 {
	font-size: 18px;
}
.cont_tit h1 span {
	margin-left: 10px;
}
.pickWrp .contWrp ul .contBox {
	/*width: 100%;*/
}
.contWrp .contBox  h2 {
	/*font-size: 20px;
	letter-spacing: 3px;*/
	font-size: 11px;
    letter-spacing: 2px;
}
.contWrp .contBox h3 {
	/*font-size: 13px;
	letter-spacing: 2px;*/
	font-size: 11px;
    letter-spacing: 1px;
}
.pickWrp  .contBox .cont_sub {
	display: none;
}
.pickWrp  .contBox .cont_sub h2 {
	/*font-size: 14px;*/
	font-size: 11px;
    letter-spacing: 1px;
}
.pickWrp .contBox .cont_sub h3 {
	font-size: 10px;
}
.pickWrp .contWrp ul .contBox figure {
	width: 100%;
	height: auto;
}
.pickWrp .contWrp ul .contBox figure {
	background-color: #000;
}
.pickWrp .contWrp ul .contBox figure img {
    -webkit-filter: grayscale(70%);
       -moz-filter: grayscale(70%);
        -ms-filter: grayscale(70%);
         -o-filter: grayscale(70%);
            filter: grayscale(70%);
	opacity: .5;
}
.pickWrp .contWrp ul .contBox figcaption h3 {
	font-weight: bold;
}

#pointWrp .pointBox li {
	margin-bottom: 5%;
}
#eventWrp .cont_tit h1 {
	font-size: 16px;
}
#cmtWrp {
}
#cmtWrp h1 {
	font-size: 15px;
}
.cmtBox.heightLine-cmt {
	margin-bottom: 5%;
	height: auto !important;
}
#cmtWrp  h2 {
	font-size: 16px;
}
#cmtWrp h3 {
	font-size: 12px;
}
#messWrp h3 {
	width: 100% !important;
}
#president {
}
#president .cont_tit h1 {
	font-size: 16px;
}
#president  .p_img {
	width: 100%;
	max-width: 160px;
}
#president  .voice {
	width: 100%;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+100,ffffff+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 100%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 100%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 100%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	font-size: 12px;
}
#seminarWrp dl {
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 12px;
}
#seminarWrp dl dt {
	width: 100%;
	float: none;
	margin-bottom: 5px;
	font-size: 16px;
}
#seminarWrp dl dd span {
	width: auto;
	border: none;
	display: block;
	text-align: left;
	margin-left: -7px;
}
#seminarWrp dl dd span.sp_none {
	display: none;
}
#seminarWrp dl dd {
	width: 95%;
	padding-left: 12px;
	border-left: 1px solid #000000;
}
#pointWrp .pointBox li {
	width: 94%;
	height: auto !important;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
}
#pointWrp .pointBox li h2 {
	font-size: 12px;
}
#pointWrp .pointBox li p .number {
	font-size: 20px;
	width: 31px;
	height: 31px;
}
.eventWrp ul {
	width: 95%;
	margin-bottom: 15%;
	margin-right: auto;
	margin-left: auto;
}
.eventWrp ul .event_tit h2 {
	font-size: 15px;
}
}
