@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  height: 100%;
}

body {
	color: #333;
	background-color: #EEE;
	font-family: 'Noto Sans JP', sans-serif;
	word-wrap: break-word;
	height: 100%;
	line-height: 1.7;
        letter-spacing: 0.02em;
}

section,
article {
	display: block;
}

img {
	vertical-align: top;
	border-radius: 5px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	filter: brightness(120%);
}

li {
	list-style-type: none;
}

a {
	color: #333;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #FFBF00;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

table td {
	border-collapse: collapse;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

/*
ローダー------------------*/
.loader-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: #fffaf0;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #e3ddcc;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/*------------------*/


/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	position: fixed;
	z-index: 300;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.1) 100%);
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

header.fixed {
	background-color: #F6F6F6;
	background-color: rgba(255,255,255,0.9);
}


header h1 a img {
	display: block;
	position: absolute;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

/*
swiper
-------------------------------------------*/
.swiper {
        position: absolute;
        width:100%;max-height:350px;
}

.swiper .swiper-slide {
        position: rerative;
}

.swiper .swiper-slide .swiper-slide-content {
        position: absolute;
	width: 100%;
	text-align: center;
	top: 25%;
        color: #ffffff;
        font-size: 36px;
        font-weight: 700;
}

.swiper .swiper-slide .swiper-slide-content span {
        font-size: 18px;
        font-weight: 400;
}

.swiper .swiper-slide-active .swiper-slide-content {
        animation-name: fade-in;
        animation-duration: 1s;
        animation-delay: 1s;
        animation-fill-mode: both;
}

.swiper .swiper-slide-active .swiper-slide-content span {
        animation-name: fade-in2;
        animation-duration: 2s;
        animation-delay: 2s;
        animation-fill-mode: both;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in2 {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 2;
        transform: translateY(0);
    }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 12s linear 0s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide-next,.swiper-slide-prev{
  opacity: 0.5;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: none !important;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	background-color: #F6F6F6;
	color: #111;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cont_wrap_out {
	width: 100%;
	color: #111;
	background-color: rgba(246,246,246,0.8);
}

.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#sub_top {
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	height: 360px;
	padding-top: 180px;
	width: 100%;
	background-size: 100%;
	text-align: center;
	font-weight: 700;
	color: #FFF;
	font-size: 34px;
        letter-spacing: 0.1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#sub_top.publication span {
	font-size: 24px;
}

#index_top {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#index_top #top_catch {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 560px;
	height: 500px;
	margin-top: -250px;
	margin-left: -280px;
	color: #FFF;
	background-color: #111;
	background-color: rgba(0,0,0,0.8);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
}

#index_top #top_catch h2 {
	font-size: 50px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 20px;
}

#index_top #top_catch h2 strong {
    padding-top: .4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.05em .3em;
	background-image: -webkit-radial-gradient(.10em .10em at center center,#FFBF00,#FFBF00 100%,transparent);
    background-image: radial-gradient(.10em .10em at center center,#FFBF00,#FFBF00 100%,transparent);
}

#index_top #top_catch p {
	font-size: 15px;
	font-weight: 700;
	line-height: 2.4;
	color: #EEE;
}

.content h2 {
        font-weight: 700;
	font-size: 28px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #111;
	color: #333;
	text-align: center;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	clear: both;
	line-height: 1.3;
}

.content h2 i {
	padding: 10px;
	color: #FFBF00;
	font-size: 20px;
}

.content h2 span {
	font-size: 20px;
	color: #FFBF00;
	line-height: 1;
}

.content h2 span.small {
	font-size: 18px;
	font-weight: 400;
	color: #555;
}

.content h3 {
	font-size: 22px;
	line-height: 1.4;
	margin-top: 30px;
	margin-bottom: 10px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-weight: 700;
	color: #333;
	clear: both;
	background: #dfe5f6;
	border-radius: 5px;
}

.content h3::after {
	display: block;
	width: 5px;
	height:60%;
	position: absolute;
	top: 20%;
	left: 20px;
	background-color: #4976fc;
	content: '';
	border-radius: 2px;
}

.content h3 span {
	font-size: 15px;
	color: #555;
	padding-left: 15px;
}

.content h4 {
	font-size: 18px;
	color: #333;
        border-bottom: 2px solid #7b9bfa;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 5px 10px 5px 10px;
	font-weight: 700;
	clear: both;
}

.content h5 {
	font-size: 16px;
	color: #333;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.content p {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px;
        letter-spacing: 0.01em;
}

.content .ul_news li {
	font-size: 16px;
}

.content .ul_news li a span.date {
	padding-right: 20px;
	color: #888;
}

.content .ul_news li span.i_con {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFBF00;
	color: #000;
	margin-right: 5px;
	line-height: 1.3;
}
.content .ul_news li span.i_con.cl2 {
	background-color: #0040ff;
	color: #FFF;
}

.content .ul_news li a {
	display: block;
	color: #333;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none;
}

.content .ul_news li a:hover {
	color: #000;
	background-color: #FFF;
}

.content .ul_news2 li {
	font-size: 16px;
	display: block;
	color: #333;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none;
}

.content .ul_news2 li span.date {
	padding-right: 20px;
	color: #888;
}

.content .ul_news2 li span.i_con {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #00bfff;
	color: #FFF;
	margin-right: 5px;
	line-height: 1.3;
	border-radius: 2px;
}
.content .ul_news2 li span.i_con.cl2 {
	background-color: #0040ff;
	color: #FFF;
}

.content .ul_news2 li span.i_con.cl3 {
	background-color: #bf00ff;
	color: #FFF;
}

.content .ul_new_study li {
	font-size: 16px;
}

.content .ul_new_study li a {
	display: block;
	color: #333;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding: 5px 10px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none;
}

.content .ul_new_study li a:hover {
	color: #000;
	background-color: #FFF;
}

.content .ul_new_study li a span {
	color: #FFBF00;
}

.content .ul_new_study li span.i_con {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #808080;
	color: #FFF;
	margin-right: 5px;
	line-height: 1.3;
	border-radius: 2px;
}

.content .ul_new_study2 li {
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding: 5px 10px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none;
}

.content .ul_new_study2 li span.i_con {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #808080;
	color: #FFF;
	margin-right: 5px;
	line-height: 1.3;
	border-radius: 2px;
}
.content .ul_new_study3 li {
	list-style-type: disc;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 60px;
	padding: 5px 10px 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-decoration: none;
}

.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.img_center span {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	padding: 10px;
	left: 0;
	top: 0;
}

.img_center div {
	position: absolute;
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	padding: 50px;
	right: 0;
	bottom: 0;
}

.img_left {
	float: left;
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 30px;
	padding-bottom: 10px;
	max-width: 40%;
}

.img_right {
	float: right;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	max-width: 33%;
}

.img_right2 {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 10px;
	height: 200px;
	border-radius: 100px;
}

.img_left img,
.img_right img,
.img_center img {
	width: 100%;
}

.content .img_left p,
.content .img_right p {
	font-size: 14px;
	margin: 0px;
	text-align: center;
	color: #555;
}

.content p.check {
	color: #FF3333;
}

.content p.p_st {
	font-size: 20px;
	color: #FF6600;
}

.content .cont_wrap .txt_box {
	background-color: #EEE;
	padding: 20px;
	margin: 20px;
}

.content .cont_wrap .txt_box h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.content .cont_wrap .txt_box h3::after {
	display: none;
}

a.ap {
	padding-top: 50px;
	margin-top: -50px;
}

.weight400 {
    font-weight:400
}
 
.weight700 {
    font-weight:700
}


/*
コンテンツ大ボタン
-------------------------------------------*/
.btn_cnt a {
	font-size: 16px;
	color: #FFBF00;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 240px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	font-weight: 700;
	border: 1px solid #FFBF00;
	border-radius: 5px;
}

.btn_cnt.cl_2 a,
.box_cont .btn_cnt a {
	color: #000;
	background-color: #FFBF00;
}

.btn_cnt a i {
	padding-right: 10px;
}
.btn_cnt a:hover {
	color: #000000;
	background-color: #FFBF00;
}

.btn_cnt.cl_2 a:hover,
.box_cont .btn_cnt a:hover {
	color: #FFBF00;
	background-color: #FFF;
}

.btn_cnt.rt a {
	float: right;
	max-width: 220px;
	margin-right: 10px;
}

/*
トップへ戻るボタン
-------------------------------------------*/
.to_top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 800;
}
.to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #EEEEEE;
	color: #333;
	text-align: center;
	font-size: 32px;
	line-height: 60px
}
.to_top a:hover {
	background-color: #111;
	color: #FFF;
}

/*
フッター
-------------------------------------------*/

footer {
	background-color: #EEE;
	color: #333;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
	background: url(../img/obi_001_1.jpg) no-repeat center bottom;
	background-size: cover;
}

footer .cont_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer .cont_wrap .f_box {
	width:20%;
	padding: 10px;
}

footer .cont_wrap .g_map_base {
	width:40%;
	padding: 10px;
}

footer .cont_wrap .f_box.lg {
	width: 50%;
	padding: 30px;
}

footer .cont_wrap p {
	font-size: 16px;
	text-align: center;
}

footer .cont_wrap ul.f_list {
	padding: 20px;
}

footer .cont_wrap ul.f_list li a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #555;
}

footer .cont_wrap ul.f_list li a::before {
	color: #999;
}

footer .cont_wrap ul.f_list li a:hover {
	color: #000;
	background-color: #FFBF00;
}

address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	padding: 20px;
	text-align: center;
	color: #EEE;
}

footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
	background-color: rgba(0,0,0,0);
}

footer .box_pr p {
	padding: 20px;
	color: #FFF;
	font-size: 12px;
}

footer .cont_wrap ul.f_list {
	text-align: center;
}

footer .cont_wrap ul.f_list li {
	display: inline-block;
	padding: 20px;
}

footer .cont_wrap ul.f_list li a {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	border-radius: 10px;
}

footer .cont_wrap ul.f_list li a:hover {
	background-color: #FFF;
}

/*
グーグルマップ
-------------------------------------------*/
}.g_map_base {
	background-color: #E2E0DC;
	padding: 20px;
}

.g_map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.g_map iframe,
.g_map object,
.g_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 80%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #888;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	padding: 20px;
}
.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: 400;
	width: 33%;
}
.content table.table_01 td {
	font-size: 16px;
	line-height: 30px;
	background-color: #FFF;
}

.small {
	font-size: smaller;
	color: #666;
}
.chui {
	color: #FF6600;
}

.table_01 caption {
	font-size: 14px;
	line-height: 30px;
	background-color: #E5E5E5;
	color: #111;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}
.table_01 th span {
	font-size: 12px;
	color: #CCC;
}

/*
トップ下部ピックアップ
-------------------------------------------*/
.pick_up {
	width: 100%;
}

.pick_up ul {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1400px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pick_up ul li {
	width: 32%;
	position: relative;
}
.pick_up ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.pick_up ul li a img {
	width: auto;
	max-width: 100%;
	z-index: 0;
}
.pick_up ul li a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.pick_up ul li a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.pick_up ul li a:hover::before {
	background-color: rgba(0,0,0,0.8);
}

.pick_up ul li a div {
	color: #FFF;
	font-size: 32px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 80%;
	margin-top: -20px;
	margin-left: -40%;
	position: absolute;
	left: 50%;
	top: 47%;
	font-weight: 700;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	z-index: 10;
}

.pick_up ul li a div span {
	font-size: 16px;
}

/*
コンテンツボックス
-------------------------------------------*/

.box_cont {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.box_cont .box_c_in {
	width: 48%;
	min-height: 200px;
	padding: 10px;
	border: 1px solid #DDD;
	margin-bottom: 30px;
}

.box_cont .box_c_in:hover {
	background-color: #FFF;
	border-top-color: #111;
	border-right-color: #111;
	border-bottom-color: #111;
	border-left-color: #111;
}

.box_cont .box_c_in img {
	max-width: 100%;
	padding: 20px;
}

.content .box_cont .box_c_in h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
        letter-spacing: 0.01em;
}

.content .box_cont .box_c_in p {
	margin: 0;
}

/*
背景入り帯
-------------------------------------------*/
.obi_001::before {
  content: "";
  background: url(../img/obi_001.jpg) no-repeat center bottom;
  background-size: cover;
  display: block;
  position: fixed;
  top: 5%;
  left: 0;
  width: 100vw;
  height: 100vh;

  transform: translateZ(0);
}

.content .obi_001 h2 {
	text-align: center;
	color: #734e30;
	font-size: 30px;
	border-bottom: none;
	margin-top: 10px;
	padding-bottom: 0px;
	line-height: 1.3;
}

.content .obi_001 h2 span{
	font-size: 24px;
}

.content .obi_001 p{
	font-size: 18px;
	color: #000;	
	text-align: left;
	padding-right: 100px;
	padding-left: 100px;
	line-height: 2;
}

/*
無限ループ
-------------------------------------------*/
.loop_wrap_base {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #F3F3F3;
	padding-top: 30px;
	padding-bottom: 30px;
}


.loop_wrap_base h2 {
	font-weight: 400;
	color: #111;
	text-align: center;
	line-height: 1.2;
	padding: 10px;
	font-size: 24px;
}
.loop_wrap_base h2 span {
	font-size: 14px;
	color: #555;
}

.loop_wrap {
  display: flex;
  width: 220%;
  height: auto;
}

.loop_wrap ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.loop_wrap ul li {
	width: 16.66%;
}

.loop_wrap ul li a {
	display: block;
	text-decoration: none;
	color: #555;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	position: relative;
}

.loop_wrap ul li a img {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.loop_wrap ul li a span {
	display: inline-block;
	background-color: #00bfff;
	color: #FFF;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	z-index: 10;
	line-height: 1.3;
	border-radius: 2px;
}

.loop_wrap ul li a span.cl_2 {
	background-color: #0040ff;
}

.loop_wrap ul li a span.cl_3 {
	background-color: #bf00ff;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap ul:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap ul:last-child {
  animation: loop2 50s linear infinite;
}

.loop_wrap:hover ul {
  animation-play-state: paused;
}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}

/*------------------------------*/

.content .box_att {
	margin-top: 30px;
}

.content .box_att h2 {
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	padding: 15px;
	border-bottom-color: #333333;
}
.content .box_att p {
	font-size: 14px;
	margin: 0px;
	color: #333333;
}

/*
FAQ
-------------------------------------------*/
dl.faq {
	display: block;
	margin: auto;
	width: 90%;
}

dl.faq dt {
	font-size: 20px;
	color: #333;
	background-color: #f8e3a4;
	display: block;
	position: relative;
	width: 80%;
	margin-left: 20%;
	margin-bottom: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-weight: 700;
}

dl.faq dt::before{
	font-size: 24px;
	content: "Q.";
	position: absolute;
	left: 20px;
	top: 13px;
}

dl.faq dt::after{
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(34,34,34,0.0);
	border-top-width: 16px;
	border-bottom-width: 16px;
	border-left-width: 8px;
	border-right-width: 8px;
	border-top-color: #f8e3a4;
	top: 100%;
	right: 40px;
}

dl.faq dd {
	font-size: 16px;
	background-color: #dfe5f6;
	display: block;
	position: relative;
	width: 90%;
	padding: 20px;
	margin-bottom: 50px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}

dl.faq dd::after{
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(255,255,255,0.0);
	border-top-width: 16px;
	border-bottom-width: 16px;
	border-left-width: 8px;
	border-right-width: 8px;
	border-bottom-color: #dfe5f6;
	bottom: 100%;
	left: 40px;
}

dl.faq dd::before{
	font-size: 24px;
	content: "A.";
	position: absolute;
	left: 20px;
	top: 13px;
}

/*
写真
-------------------------------------------*/

.works_list li {
	display: block;
	float: left;
	width: 25%;
	padding: 20px;
}

.works_list2 li {
	display: block;
	float: left;
	width: 20%;
	padding:10px;
}

.works_list li a {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 10px;
	border: 1px solid #F6F6F6;
	position: relative;
}

.works_list li a:hover {
	background-color: #FFF;
	border: 1px solid #DDD;
}

.works_list2 li a {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 10px;
	border: 1px solid #F6F6F6;
	position: relative;
}

.works_list2 li a:hover {
	background-color: #FFF;
	border: 1px solid #DDD;
}

.works_list li a span {
	display: block;
	color: #000;
	font-size: 12px;
	background-color: #FFFFFF;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.works_list li a span.cl_2 {
	background-color: #333333;
	color: #FFF;
}

.works_list li a span.cl_3 {
	background-color: #FFBF00;
}

.works_list li a img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.works_list li a p {
	color: #111;
	text-align: center;
	margin: 0px;
        line-height: 1.3;
	font-size: 14px;
	padding: 10px 0 0 0;
}

.works_list2 li a img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.works_list2 li a p {
	color: #111;
	text-align: center;
	margin: 0px;
        line-height: 1.3;
	font-size: 14px;
	padding: 10px 0 0 0;
}

.g_list li {
	display: block;
	float: left;
	width: 20%;
	padding: 20px;
}

.g_list li a {
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.g_list li a img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.g_list li a img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


/*
ページャー
-------------------------------------------*/

.pager {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
	display: inline;
	margin: 10px;
	padding: 0;
	display: inline-block;
	width:280px;
	height: 40px;
	text-align: center;
	position: relative;
}

.pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	color: #FFF;
	text-decoration: none;
	background-color: #333333;
	border-radius: 5px;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
	color: #000;
	background-color: #F9F9F9;
}


@media screen and (min-width:960px){
body {
	font-size: 16px;
}

/*
ヘッダー
-------------------------------------------*/
header {
	height: 120px;
}

header h1 a img {
	top: 10px;
	height: 70px;
}

.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	position: absolute;
	right: 10px;
	top: 20px;
	width: auto;

	display: block !important;
	z-index: 1000;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: auto;
	top: 50px;
	padding: 10px;
	line-height: 30px;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	position: relative;
	float: left;
	font-size: 16px;
	font-weight: 700;
}

#g_navi li a::before {
	display: block;
	height: 2px;
	position: absolute;
	top: 2px;
	width: 70%;
	left: 15%;
	background-color: rgba(255,191,0,0.0);
	content: '';
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	background-color: rgba(255,191,0,1);
	top: 0px;
	width: 80%;
	left: 10%;
}

#g_navi li a:hover {
	color: #FFBF00 !important;
}

header.txt_w #g_navi li a {
	color: #000;
}

header.txt_w.fixed #g_navi li a {
	color: #111;
}

#g_navi li.contact a {
	background-color: #FFBF00;
	color: #000 !important;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
}

#g_navi li.contact a:hover {
	background-color: #000;
	color: #FFBF00 !important;
}

#g_navi li.contact a::before {
	display: none;
}

/*
ヘッダー
-------------------------------------------*/

#index_top {
	min-height: 850px;
}

#sub_top.study {
	background-image: url(../img/sub_top_study.jpg);
}

#sub_top.new_study {
	background-image: url(../img/sub_top_new_study.jpg);
}

#sub_top.publication {
	background-image: url(../img/sub_top_publication.jpg);
}

#sub_top.member {
	background-image: url(../img/sub_top_member.jpg);
}

#sub_top.recruit {
	background-image: url(../img/sub_top_recruit.jpg);
}

#sub_top.photo {
	background-image: url(../img/sub_top_photo.jpg);
}

#sub_top.photo3 {
	background-image: url(../img/sub_top_photo3.jpg);
}

#sub_top.history {
	background-image: url(../img/sub_top_history.jpg);
}

#sub_top.en {
	background-image: url(../img/sub_top_en.jpg);
}

#sub_top.news {
	background-image: url(../img/sub_top_news.jpg);
}

.no_pc {
	display: none !important;
}

}
/*-- /960px～ --*/


@media screen and (min-width:1200px){

header h1 a img {
	left: 50%;
	margin-left: -590px;
}

header #g_navi {
	right: 50%;
	margin-right: -500px;
}

.content .obi_001 p{
	padding-right: 250px;
	padding-left: 250px;
}

.content .box_cont .box_c_in p {
	margin: 0 10px;
}

}

@media screen and (max-width:1200px){

/*
フッター
-------------------------------------------*/

footer .cont_wrap .f_box {
	width: 50%;
	text-align: center;
}

footer .cont_wrap .g_map_base {
	width: 100%;
	text-align: center;
}

footer .cont_wrap .f_box.lg {
	width: 100%;
}

footer .cont_wrap ul.f_list li {
	padding: 5px;
}

}

@media screen and (max-width:960px){

body {
	font-size: 16px;
}

body.fixed {
	overflow: hidden;
}

.swiper .swiper-slide .swiper-slide-content {
	top: 30%;
}

.swiper .swiper-slide .swiper-slide-content {
        font-size: 4vw;
}

.swiper .swiper-slide .swiper-slide-content span {
        font-size: 14px;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
}

.content h2 {
        font-size: 24px;
}

.content .box_cont .box_c_in h2 {
	font-size: 20px;
	padding: 10px 0;
}

.content h3 {
	font-size: 22px;
}

.content table.table_01 {
	width: 96%;
}

.obi_001::before {
  background: url(../img/obi_001_2.jpg) no-repeat center bottom;
}

.content .obi_001 h2 {
	font-size: 24px;
}

.content .obi_001 h2 span{
	font-size: 20px;
}

.content .obi_001 p{
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
}

.content .cont_wrap .box_left {
	width: 100%;
	float: none;
}
.content .cont_wrap .box_right {
	width: 100%;
	float: none;
	overflow: hidden;
}

.content .cont_wrap .box_right .fb-page {
	width: 100% !important;
}

.works_list li {
	width: 33.33%;
}

.works_list2 li {
	width: 33.33%;
}

.g_list li {
	width: 33.33%;
}

.img_left,
.img_right,
.img_right2 {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	max-width: 80%;
}

dl.faq {
	width: 96%;
}

dl.faq dt {
	font-size: 18px;
	width: 90%;
	margin-left: 10%;
}

dl.faq dd {
	width: 90%;
}

/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #111;
}

header.txt_w .menu_btn span {
	background-color: #FFBF00;
}
header.txt_w.fixed .menu_btn span {
	background-color: #111;
}

.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}

.menu_btn.opened span {
	background-color: #555;
}

.menu_btn.opened span.middle {
    background: rgba(255, 255, 255, 0) !important;
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 80%;
	height: 100%;
	top: 0px;
	overflow: auto;
	z-index: 3000;
	background: url(../img/obi_001_2.jpg) no-repeat center bottom;
	display: none;
	padding-left: 10%;
}

#g_navi ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 100%;
}

#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding: 20px;
	line-height: 1.7;
	font-size: 16px;
	font-weight: 700;
}

#g_navi ul li a:hover {
	color: #FFBF00;
}

#g_navi ul li.contact a {
	text-align: center;
	background-color: #FFBF00;
	color: #000;
	width: 90%;
}

#g_navi ul li.contact a:hover {
	background-color: #FFF;
	color: #111;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}

/*
ヘッダー
-------------------------------------------*/

header {
	height: 60px;
}

header.fixed {
	background-color: #F6F6F6;
	background-color: rgba(255,255,255,0.9);
}

header h1 a img {
	top: 5px;
	left: 5px;
	height: 50px;
}

header .h_menu {
	display: none;
}

header #info {
	display: none;
}


#sub_top.study {
	background-image: url(../img/sub_top_study_sp.jpg);
}

#sub_top.new_study {
	background-image: url(../img/sub_top_new_study_sp.jpg);
}

#sub_top.publication {
	background-image: url(../img/sub_top_publication_sp.jpg);
}

#sub_top.member {
	background-image: url(../img/sub_top_member_sp.jpg);
}

#sub_top.recruit {
	background-image: url(../img/sub_top_recruit_sp.jpg);
}

#sub_top.photo {
	background-image: url(../img/sub_top_photo_sp.jpg);
}

#sub_top.photo3 {
	background-image: url(../img/sub_top_photo3_sp.jpg);
}

#sub_top.history {
	background-image: url(../img/sub_top_history_sp.jpg);
}

#sub_top.en {
	background-image: url(../img/sub_top_en_sp.jpg);
}

#sub_top.news {
	background-image: url(../img/sub_top_news_sp.jpg);
}

/*
フッター
-------------------------------------------*/

footer .cont_wrap .f_box {
	width: 50%;
	text-align: center;
}

footer .cont_wrap .g_map_base {
	width: 100%;
	text-align: center;
}

footer .cont_wrap .f_box.lg {
	width: 100%;
	padding: 10px;
}

footer .cont_wrap ul.f_list li {
	padding: 5px;
}

.no_sp {
	display: none;
}

/*
無限ループ
-------------------------------------------*/
.loop_wrap ul li a {
	font-size: 12px;
}

.loop_wrap ul li a span {
	font-size: 12px;
	line-height: 1.2;
}

.loop_wrap ul li a span.cl_2 {
	font-size: 12px;
	line-height: 1.2;
}

.loop_wrap ul li a span.cl_3 {
	font-size: 12px;
	line-height: 1.2;
}

}
/*-- /～960px --*/


@media screen and (max-width:640px){

.obi_001::before {
  background: url(../img/obi_001_sp.jpg) no-repeat center bottom;
}
	
#index_top #top_catch {
	top: 25%;
	left: 5%;
	width: 90%;
	height: 50%;
	margin-top: 0px;
	margin-left: 0px;
}

#index_top #top_catch h2 {
	font-size: 40px;
}

#index_top #top_catch p {
	font-size: 12px;
}

#sub_top {
	height: 180px;
	padding-top: 100px;
	font-size: 26px;
}

#sub_top.publication {
	padding-top: 70px;
}

#sub_top.publication span {
	font-size: 16px;
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content h2 {
        font-size: 22px;

}

.content h2.new_study {
	font-size: 18px;
}

.content h3 {
	font-size: 20px;
}

.content h4 {
	margin-right: 10px;
	margin-left: 10px;
}

.content h5 {
	margin-right: 10px;
	margin-left: 10px;
}

.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.content .ul_new_study li a {
	margin-right: 10px;
	margin-left: 10px;
}

.content .ul_new_study2 li {
	margin-right: 10px;
	margin-left: 10px;
}

.content .ul_new_study3 li {
	list-style-type: disc;
	margin-right: 10px;
	margin-left: 40px;
}

.content .obi_001 h2 {
	font-size: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.content .obi_001 h2 span{
	font-size: 18px;
}

.content .obi_001 p{
	font-size: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

.img_left,
.img_right,
.img_right2 {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	max-width: 100%;
}

.pick_up ul li {
	width: 100%;
}

.content .ul_news li span.date {
	padding-right: 0px;
	display: block;
}

.loop_wrap {
  width: 400%;
}

.box_cont {
	padding-right: 10px;
	padding-left: 10px;
}

.box_cont .box_c_in {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.content .cont_wrap .txt_box {
	margin-left: 0px;
	margin-right: 0px;
}

.pager {
	padding-top: 10px;
	padding-bottom: 10px;
}

.works_list li {
	width: 50%;
	padding: 10px;
}

.works_list2 li {
	width: 50%;
	padding: 10px;
}

.g_list li {
	width: 50%;
}

.img_center span {
	font-size: 14px;
	padding: 5px;
}

.img_center div {
	font-size: 12px;
	padding: 20px;
}

}


@media screen and (max-width:460px){

input,
textarea {
	max-width: 300px !important;
}

.swiper .swiper-slide .swiper-slide-content span {
        font-size: 10px;
}


#g_navi ul li a {
	padding: 10px;
	line-height: 1.7;
	font-size: 14px;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
}

.content table.table_01 th {
	background-color: #F6F6F6;
}


#index_top #top_catch h2 {
	font-size: 30px;
}

#sub_top {
	font-size: 20px;
}

#sub_top.publication span {
	font-size: 14px;
}

.box_cont .box_c_in {
	width: 100%;
}

.content h2 {
	font-size: 20px;
}

.content h2.new_study {
	font-size: 14px;
}

.content .box_cont .box_c_in h2 {
	font-size: 20px;
}

.obi_001 {
	margin-top: 5px;

}

.content .obi_001 h2 {
	font-size: 18px;
	margin-top: 10px;
}

.content .obi_001 h2 span{
	font-size: 16px;
}

.content .obi_001 p{
	font-size: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

footer .cont_wrap p {
	font-size: 12px;
}

.works_list li {
	width: 50%;
	padding: 5px;
}

.works_list2 li {
	width: 50%;
	padding: 5px;
}

.works_list li a img {
	height: 120px;
}

.works_list2 li a img {
	height: 120px;
}

.works_list li a p {
	font-size: 12px;
}

.works_list2 li a p {
	font-size: 12px;
}

dl.faq {
	width: 96%;
}

dl.faq dt, dl.faq dd {
	font-size: 16px;
	width: 90%;
}

}
