@charset "UTF-8";
/*
 * common/css/style.css
 */

/* # =================================================================
   # 基本style
   # ================================================================= */

body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
* {
	color: #333333;
	font-family: source-han-sans-japanese,sans-serif;
	font-weight: 400;
}

p,a,h1,h2,h3,h4,h5,h6,th,td,li,dt,dd {
	line-height: 1.8;
}

h1,h2,h3,h4,h5,h6,.mincho,.read_text {
	font-family: kozuka-mincho-pro,serif;
	line-height: 1.8;
}

p,a,th,td,li,dt,dd {
	font-size: 15px;
}

a {
	color: #297FC9;
	text-decoration: none;
	transition: .3s;
}

a:hover,
button:hover,
input[type="submit"]:hover {
	cursor: pointer;
}

a:focus {
	outline: none;
}

li {
	list-style: none;
}

main {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
@media print, screen and (max-width: 1199px) {
	main {
		padding-top: 50px;
	}
}


.wrap {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.container {
	width: 100%;
	max-width: 1240px;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}

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

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

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


/* -----------------
margin
----------------- */
.m0 {
  margin: 0;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m25 {
  margin: 25px;
}
.m30 {
  margin: 30px;
}
.m35 {
  margin: 35px;
}
.m40 {
  margin: 40px;
}
.m45 {
  margin: 45px;
}
.m50 {
  margin: 50px;
}
.m55 {
  margin: 55px;
}
.m60 {
  margin: 60px;
}
.m65 {
  margin: 65px;
}
.m70 {
  margin: 70px;
}
.m75 {
  margin: 75px;
}
.m80 {
  margin: 80px;
}
.m85 {
  margin: 85px;
}
.m90 {
  margin: 90px;
}
.m95 {
  margin: 95px;
}
.m100 {
  margin: 100px;
}

.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt65 {
  margin-top: 65px;
}
.mt70 {
  margin-top: 70px;
}
.mt75 {
  margin-top: 75px;
}
.mt80 {
  margin-top: 80px;
}
.mt85 {
  margin-top: 85px;
}
.mt90 {
  margin-top: 90px;
}
.mt95 {
  margin-top: 95px;
}
.mt100 {
  margin-top: 100px;
}

.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr55 {
  margin-right: 55px;
}
.mr60 {
  margin-right: 60px;
}
.mr65 {
  margin-right: 65px;
}
.mr70 {
  margin-right: 60px;
}
.mr75 {
  margin-right: 75px;
}
.mr80 {
  margin-right: 70px;
}
.mr85 {
  margin-right: 85px;
}
.mr90 {
  margin-right: 90px;
}
.mr95 {
  margin-right: 95px;
}
.mr100 {
  margin-right: 100px;
}

.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml55 {
  margin-left: 55px;
}
.ml60 {
  margin-left: 60px;
}
.ml65 {
  margin-left: 65px;
}
.ml70 {
  margin-left: 70px;
}
.ml75 {
  margin-left: 75px;
}
.ml80 {
  margin-left: 80px;
}
.ml85 {
  margin-left: 85px;
}
.ml90 {
  margin-left: 90px;
}
.ml95 {
  margin-left: 95px;
}
.ml100 {
  margin-left: 100px;
}

.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb85 {
  margin-bottom: 85px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb95 {
  margin-bottom: 95px;
}
.mb100 {
  margin-bottom: 100px;
}

/* -----------------
padding
----------------- */
.p0 {
  padding: 0;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p35 {
  padding: 35px;
}
.p40 {
  padding: 40px;
}
.p45 {
  padding: 45px;
}
.p50 {
  padding: 50px;
}
.p55 {
  padding: 55px;
}
.p60 {
  padding: 60px;
}
.p65 {
  padding: 65px;
}
.p70 {
  padding: 70px;
}
.p75 {
  padding: 75px;
}
.p80 {
  padding: 80px;
}
.p85 {
  padding: 85px;
}
.p90 {
  padding: 90px;
}
.p95 {
  padding: 95px;
}
.p100 {
  padding: 100px;
}

.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt65 {
  padding-top: 65px;
}
.pt70 {
  padding-top: 70px;
}
.pt75 {
  padding-top: 75px;
}
.pt80 {
  padding-top: 80px;
}
.pt85 {
  padding-top: 85px;
}
.pt90 {
  padding-top: 90px;
}
.pt95 {
  padding-top: 95px;
}
.pt100 {
  padding-top: 100px;
}

.pr0 {
  padding-right: 0;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr55 {
  padding-right: 55px;
}
.pr60 {
  padding-right: 60px;
}
.pr65 {
  padding-right: 65px;
}
.pr70 {
  padding-right: 70px;
}
.pr75 {
  padding-right: 75px;
}
.pr80 {
  padding-right: 80px;
}
.pr85 {
  padding-right: 85px;
}
.pr90 {
  padding-right: 90px;
}
.pr95 {
  padding-right: 95px;
}
.pr100 {
  padding-right: 100px;
}

.pl0 {
  padding-left: 0;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pl55 {
  padding-left: 55px;
}
.pl60 {
  padding-left: 60px;
}
.pl65 {
  padding-left: 65px;
}
.pl70 {
  padding-left: 70px;
}
.pl75 {
  padding-left: 75px;
}
.pl80 {
  padding-left: 80px;
}
.pl85 {
  padding-left: 85px;
}
.pl90 {
  padding-left: 90px;
}
.pl95 {
  padding-left: 95px;
}
.pl100 {
  padding-left: 100px;
}

.pb0 {
  padding-bottom: 0;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb65 {
  padding-bottom: 65px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb75 {
  padding-bottom: 75px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb85 {
  padding-bottom: 85px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb95 {
  padding-bottom: 95px;
}
.pb100 {
  padding-bottom: 100px;
}

/* -----------------
text-align
----------------- */
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.tai {
  text-align: inherit;
}
.taj {
  text-align: justify;
}

/* -----------------
float
----------------- */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}


/* # =================================================================
   # H1 〜 H6
   # ================================================================= */

/* -----------------
H1
----------------- */
.h1_head {
	width: 100%;
	border-bottom: 1px solid #BBC6CB;
	padding: 0 20px;
}
.h1_head h1 {
	width: 100%;
	height: auto;
	text-align: left;
	position: relative;
	margin: 0 auto 2px;
}
.h1_head h1::after {
	width: 60px;
	height: 2px;
	content: '';
	background: -moz-linear-gradient( 180deg, #09ACB2 0%, #1A85B5 100%);
	background: -webkit-linear-gradient( 180deg, #09ACB2 0%, #1A85B5 100%);
	background: -ms-linear-gradient( 180deg, #09ACB2 0%, #1A85B5 100%);
	background: linear-gradient(-90deg, #09ACB2, #1A85B5);
	position: absolute;
	bottom: 0;
	left: 0;
}
.h1_head small {
	font-size: 15px;
	font-family: kozuka-mincho-pro,serif;
}

@media print, screen and (min-width: 751px) {
	.h1_head {
		margin-bottom: 60px;
	}
	.h1_head h1 {
		max-width: 1200px;
		font-size: 36px;
		padding-bottom: 30px;
	}
	.h1_head small {
		margin: 0 20px;
	}
}

@media screen and (max-width: 750px) {
	.h1_head {
		margin: 30px 0;
	}
	.h1_head h1 {
		font-size: 24px;
		padding-bottom: 20px;
	}
}

/* -----------------
H2
----------------- */
h2 {
	width: 100%;
	border-top: 2px solid #BBC6CB;
	position: relative;
	margin-bottom: 50px;
	padding-top: 15px;
}
h2::after {
	width: 60px;
	height: 2px;
	content: '';
	background: -moz-linear-gradient( 180deg, #09ACB2 0%, #1A85B5 100%);
	background: -webkit-linear-gradient( 180deg, #09ACB2 0%, #1A85B5 100%);
	background: -ms-linear-gradient( 180deg, #09ACB2 0%, #1A85B5 100%);
	background: linear-gradient(-90deg, #09ACB2, #1A85B5);
	position: absolute;
	top: -2px;
	left: 0;
}
.h2_read {
	border-top: none;
	padding: 0;
}
.h2_read::after  {
	display: none;
}
.h2_border {
	width: 100%;
	border: none;
	position: relative;
	margin-bottom: 30px;
	padding: 0 0 0 20px;
}
.h2_border::after {
	width: 2px;
	height: calc(100% - 10px);
	content: '';
	background: -moz-linear-gradient( 90deg, #09ACB2 0%, #1A85B5 100%);
	background: -webkit-linear-gradient( 90deg, #09ACB2 0%, #1A85B5 100%);
	background: -ms-linear-gradient( 90deg, #09ACB2 0%, #1A85B5 100%);
	background: linear-gradient(-90deg, #09ACB2, #1A85B5);
	position: absolute;
	left: 0;
}

@media print, screen and (min-width: 751px) {
	h2 {
		font-size: 28px;
	}
	.h2_read {
		font-size: 24px;
		margin-bottom: 60px;
	}
	.h2_border {
		font-size: 25px;
	}
	.h2_border::after {
		top: 6.5px;
	}
}

@media screen and (max-width: 750px) {
	h2 {
		font-size: 24px;
	}
	.h2_read {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.h2_border {
		font-size: 22px;
	}
	.h2_border::after {
		top: 6px;
	}
}

/* -----------------
H3
----------------- */
h3 {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	padding-left: 20px;
}
h3::after {
	width: 2px;
	height: calc(100% - 10px);
	content: '';
	background: -moz-linear-gradient( 90deg, #09ACB2 0%, #1A85B5 100%);
	background: -webkit-linear-gradient( 90deg, #09ACB2 0%, #1A85B5 100%);
	background: -ms-linear-gradient( 90deg, #09ACB2 0%, #1A85B5 100%);
	background: linear-gradient(-90deg, #09ACB2, #1A85B5);
	position: absolute;
	left: 0;
}
.h3_read {
	padding: 0;
}
.h3_read::after  {
	display: none;
}

@media print, screen and (min-width: 751px) {
	h3 {
		font-size: 25px;
	}
	h3::after {
		top: 6.5px;
	}
	.h3_read {
		font-size: 20px;
	}
}

@media screen and (max-width: 750px) {
	h3 {
		font-size: 22px;
	}
	h3::after {
		top: 6px;
	}
	.h3_read {
		font-size: 18px;
		margin-bottom: 30px;
	}
}

/* -----------------
H4
----------------- */
h4 {
	width: 100%;
	line-height: 1.5;
	margin-bottom: 30px;
}

@media print, screen and (min-width: 751px) {
	h4 {
		font-size: 22px;
	}
}

@media screen and (max-width: 750px) {
	h4 {
		font-size: 18px;
	}
}


/* # =================================================================
   # font
   # ================================================================= */

.big {
	font-size: 130%;
}

.small {
	font-size: 70%;
}

strong,.bold,.title {
	font-weight: bold;
}

.title {
	font-size: 16px;
}

.red {
	color: #FF0000;
}


/* # =================================================================
   # table
   # ================================================================= */

table {
	width: 100%;
	border-collapse: collapse;
}
table .nowrap {
	width: 1px;
	white-space: nowrap;
}
.scroll_s,
.scroll_m,
.scroll_l {
	overflow-x: scroll;
}
@media screen and (max-width: 750px) {
	.scroll_s table {
		min-width: 500px;
	}
	.scroll_m table {
		min-width: 750px;
	}
	.scroll_l table {
		min-width: 1000px;
	}
}

/* -----------------
.table_default
----------------- */
.table_default {
	border-top: 1px solid #BBC6CB;
	border-bottom: 1px solid #BBC6CB;
}
.table_default thead {
	border-bottom: 1px solid #BBC6CB;
}
.table_default thead th {
	border-right: none;
}
.table_default tr {
	border-bottom: 1px solid #BBC6CB;
}
.table_default tr:last-child {
	border-bottom: none;
}
.table_default th {
	text-align: left;
	vertical-align: top;
	background: #ECF2F5;
	border-right: 1px dotted #BBC6CB;
}
.table_default td {
	text-align: left;
	vertical-align: top;
}

@media print, screen and (min-width: 751px) {
	.table_default th {
		padding: 15px 20px;
	}
	.table_default td {
		padding: 15px 20px;
	}
}
@media screen and (max-width: 750px) {
	.table_default th {
		padding: 10px;
	}
	.table_default td {
		padding: 10px;
	}
}

/* -----------------
.table_simple
----------------- */
.table_simple {
	border-top: 1px solid #BBC6CB;
	border-bottom: 1px solid #BBC6CB;
}
.table_simple tr {
	border-bottom: 1px dotted #BBC6CB;
}
.table_simple tr:last-child {
	border-bottom: none;
}
.table_simple th {
	width: 100px;
	white-space: nowrap;
	color: #5B6F79;
	text-align: left;
	vertical-align: top;
	padding: 15px 0;
}
.table_simple td {
	text-align: left;
	vertical-align: top;
	padding: 15px 0 15px 20px;
}

/* -----------------
.table_news
----------------- */
.table_news {
	border-top: 1px solid #BBC6CB;
	border-bottom: 1px solid #BBC6CB;
}
.table_news tr {
	border-bottom: 1px dotted #BBC6CB;
}
.table_news tr:last-child {
	border-bottom: none;
}
.table_news .date {
	width: 1px;
	white-space: nowrap;
	color: #5B6F79;
}
.table_news .tag {
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
}
.table_news .tag span {
	width: 100%;
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	display: block;
}
.table_news .tag span.tag_green {
	background: #89B428;
}
.table_news .tag span.tag_blue {
	background: #4EA0C4;
}
.table_news .tag span.tag_gray {
	background: #5b6f78;
}
.table_news th {
	text-align: left;
	vertical-align: top;
	padding: 15px 0;
}
.table_news th a.news_link {
	color: #333333;
}
.table_news th a.news_link:hover {
	color: #297FC9;
}

@media print, screen and (min-width: 751px) {
	.table_news .date {
		text-align: center;
		vertical-align: top;
		padding: 15px 0 15px 15px;
	}
	.table_news .tag {
		width: 150px;
		vertical-align: top;
		padding: 15px 20px;
	}
	.table_news .tag span {
		margin: 4px 0;
	}
}
@media screen and (max-width: 750px) {
	.table_news td,
	.table_news th {
		display: block;
		float: left;
	}
	.table_news .date {
		width: 130px;
		padding: 20px 0 10px;
	}
	.table_news .tag {
		width: 100px;
		padding: 20px 0 10px;
	}
	.table_news th {
		padding: 0 0 20px;
	}
}

/* -----------------
.table_dot
----------------- */
.table_dot,
.table_dot tr,
.table_dot th {
	border: none;
	text-align: left;
	vertical-align: top;
}
.table_dot th {
	width: 1px;
	position: relative;
	background: transparent;
	padding: 0 1em 0 0;
	white-space: nowrap;
}
.table_dot th::before {
	content: '：';
	font-weight: 200;
	position: absolute;
	top: 0;
	right: 0;
}
.table_dot td {
	padding: 0;
}

@media screen and (max-width: 750px) {
	.table_dot.new_line tr {
		overflow: hidden;
		display: block;
		padding-bottom: 10px;
	}
	.table_dot.new_line tr:last-child {
		padding-bottom: 0;
	}
	.table_dot.new_line th,
	.table_dot.new_line td {
		width: auto;
		display: block;
		float: left;
	}
}


/* # =================================================================
   # 画像
   # ================================================================= */

figure {
	line-height: 0;
}
figure img {
	width: 100%;
	height: auto;
	line-height: 0;
	font-size: 0;
	display: block;
}
figure.img_auto,
figure.img_auto_left,
figure.img_auto_right {
	width: 100%;
	overflow: hidden;
}
figure.img_auto img,
figure.img_auto_left img,
figure.img_auto_right img {
	width: auto;
	max-width: 100%;
}
figure.img_auto img {
	margin: 0 auto;
}
figure.img_auto_left {
	float: left;
}
figure.img_auto_right {
	float: right;
}
figure figcaption {
	font-size: 12px;
	line-height: 1.7;
}

@media print, screen and (min-width: 751px) {
	figure.img_small {
		width: 270px;
	}
	figure.img_Xsmall {
		width: 200px;
	}
	figure.img_left {
		float: left;
		margin: 0 30px 10px 0;
	}
	figure.img_right {
		float: right;
		margin: 0 0 10px 30px;
	}
}

@media screen and (max-width: 750px) {
	figure.img_small {
		width: 100%;
		margin: 20px auto;
	}
	figure.img_small_sp {
		width: 200px;
		margin: 20px auto;
	}
	figure.img_medium {
		width: 100%;
	}
}


/* # =================================================================
   # テキスト
   # ================================================================= */

.read_text {
	font-size: 24px;
	margin-bottom: 20px;
}
.text_box p {
	margin-bottom: 10px;
}
.text_box p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 750px) {
	.fd_clmr {
		display: flex;
		flex-direction: column-reverse;
	}
}


/* # =================================================================
   # リスト
   # ================================================================= */

.note_list > li {
	font-size: 14px;
	line-height: 1.8;
	text-indent: -1.5em;
  padding-left: 1.5em;
}
.note_list > li::before {
	counter-increment: item;
	content: '※';
	padding-right: .5em;
}

.note_list_count {
	counter-reset: item;
}
.note_list_count > li {
	font-size: 14px;
	line-height: 1.8;
	text-indent: -2.0em;
  padding-left: 2.0em;
}
.note_list_count > li::before {
	counter-increment: item;
	content: '※' counter(item);
	padding-right: .5em;
}

.list_dot > li {
	line-height: 1.8;
  padding-left: 1em;
	position: relative;
}
.list_dot > li::before {
	content: '・';
  color: #666666;
  display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.list_number {
	padding-left: 1.4em;
}
.list_number > li {
	line-height: 1.8;
	list-style: decimal;
	position: relative;
	padding-left: 5px;
}

.anchorlink {
	margin-top: -100px;
	padding-top: 100px;
}
.anchorlink_list {
	overflow: hidden;
}
.anchorlink_list > li {
	float: left;
	margin-right: 50px;
}


/* # =================================================================
   # テキストリンク + アイコン
   # ================================================================= */

.link {
	color: #333333;
	position: relative;
	border-bottom: 1px solid transparent;
	transition: .3s;
}
.link:hover,
.text_link:hover {
	color: #297FC9;
	border-bottom: 1px solid #5fb4ff;
}
.arrow_link,.arrow_anchorlink {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.arrow_link {
	background: url("../images/icon/arrow_link.svg") no-repeat 3px 9px / auto 11px;
}
.arrow_anchorlink {
	background: url("../images/icon/arrow_anchorlink.svg") no-repeat left 10px / 12px auto;
}
.blank_link,
.pdf_link {
	width: auto;
}
.blank_link {
	height: 14px;
	margin: 0 8px -1px 5px;
}
.pdf_link {
	height: 13px;
	margin: 0 0 -1px 5px;
}
.mail_link {
	height: 13px;
	margin: 0 5px -1px 0;
}


/* # =================================================================
   # ボタン
   # ================================================================= */

.btn {
	text-align: center;
	line-height: 1.8;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.btn,
.btn::before,
.btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn_small {
	color: #333333;
	font-size: 15px;
	background: #FFFFFF;
	border: 1px solid #297FC9;
	padding: 10px 20px;
}
.btn_small:hover {
	color: #297FC9;
	background: #ECF2F5;
}
.btn_contact {
	color: #FFFFFF;
	background: #000000;
	border: 1px solid #000000;
}
.btn_contact:hover {
	color: #297FC9;
	background: #ECF2F5;
	border: 1px solid #297FC9;
}
.btn_contact .icon_mail.hover_icon,
.btn_contact:hover .icon_mail {
	display: none;
}
.btn_contact:hover .icon_mail.hover_icon {
	display: inline-block;
}



/* # =================================================================
   # カラム
   # ================================================================= */

.column {
	width:100%;
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-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;
	justify-content: space-between;
}
.column .box {
	display: block;
	margin-bottom: 30px;
}
.box {
	display: block;
}
.column .box a .mincho {
	font-size: 20px;
}

@media print, screen and (min-width: 751px) {
	.column_02 .box {
		width: calc(50% - 20px);
	}
	.column_03 .box {
		width: calc((100% - 80px) / 3);
	}
}

@media screen and (max-width: 750px) {
	.column_02 .box,
	.column_03 .box {
		width: 100%;
	}
}


/* # =================================================================
   # ボックス
   # ================================================================= */

.box_layout {
	width: 100%;
}
.box_layout .top_bar::after {
	width: 80px;
	height: 2px;
	background: -webkit-linear-gradient( 180deg, #09ACB2 0%, #1A85B5 100%);
	background: -ms-linear-gradient( 180deg, #09ACB2 0%, #1A85B5 100%);
	background: linear-gradient(-180deg, #09ACB2, #1A85B5);
}
.blue_box {
	background: #ECF2F5;
	padding: 5px;
}
.white_box {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #BBC6CB;
}

@media print, screen and (min-width: 751px) {
	.box_layout h3 {
		font-size: 22px;
	}
	.box_layout .top_bar::after {
		position: absolute;
		top: -2px;
		left: 40px;
	}
	.box_layout .text_box {
		padding: 0 40px 40px;
	}
	.box_layout .side_bar {
		margin: 40px 0;
		padding: 0 40px;
	}
	.box_layout .side_bar::after {
		left: -2px;
	}
	.box_layout .top_bar {
		margin-bottom: 20px;
    padding: 35px 40px 0;
	}
}

@media screen and (max-width: 750px) {
	.box_layout h3 {
		font-size: 16px;
	}
	.box_layout .top_bar::after {
		position: absolute;
		top: 0;
		left: 20px;
	}
	.box_layout .text_box {
		padding: 0 20px 20px;
	}
	.box_layout .side_bar {
		margin: 20px 0;
		padding: 0 20px;
	}
	.box_layout .top_bar {
		margin-bottom: 20px;
		padding: 20px 20px 0;
	}
}


/* # =================================================================
   # タブ
   # ================================================================= */


.tab_box {
  border-bottom: 1px solid #BBC6CB;
	display: flex;
	justify-content: space-between;
}
.tab_box li {
	width: 100%;
  color: #444444;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #ECF2F5;
  float: left;
  border-top: 1px solid #ECF2F5;
  border-right: 1px solid #ECF2F5;
  border-left: 1px solid #ECF2F5;
  border-bottom: 1px solid #BBC6CB;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-flex;
	display: flex;
  margin: 0 10px -1px 0;
  padding: 10px 20px;
  cursor: pointer;
  transition: .3s;
}
.tab_box li:last-child {
  margin: 0 0 -1px 0;
}
.tab_box li:hover {
	background: #BBC6CB;
  border-top: 1px solid #BBC6CB;
  border-right: 1px solid #BBC6CB;
  border-left: 1px solid #BBC6CB;
}
.tab_box li.active {
  background: #FFFFFF;
  border-top: 1px solid #BBC6CB;
  border-right: 1px solid #BBC6CB;
  border-left: 1px solid #BBC6CB;
  border-bottom: 1px solid #FFFFFF;
  cursor: auto;
}
.tab_content li {
	padding: 30px 0;
  display: none;
}
.tab_content li.show {
  display: block;
}

@media print, screen and (min-width: 751px) {
	.tab_box li {
		font-size: 14px;
	}
}

@media screen and (max-width: 750px) {
	.tab_box li {
		font-size: 15px;
	}
}


/* # =================================================================
   # アコーディオン
   # ================================================================= */

.accordion_box {
	width: 100%;
}
.accordionlist dt {
	width: 100%;
	background: #ECF2F5;
	display:block;
	margin-bottom: 2px;
	padding: 15px 50px 15px 20px;
	position: relative;
	transform: perspective(1px) translateZ(0);
	cursor: pointer;
	transition-duration: .3s;
}
.accordionlist dt:last-child {
  margin-bottom: 0;
}
.accordionlist dt:hover {
	background: #BBC6CB;
}
.accordionlist dd {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	display: none;
	padding: 20px 20px 30px
}
.accordionlist dt .accordion_icon,
.accordionlist dt .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordionlist dt .accordion_icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 49.5%;
	right: 20px;
}
.accordionlist dt .accordion_icon span {
	width: 100%;
	height: 1px;
	background: #297FC9;
	position: absolute;
	left: 0;
}
.accordionlist dt .accordion_icon span:nth-of-type(1) {
  top: 0;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.accordionlist dt .accordion_icon span:nth-of-type(2) {
	top: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.accordionlist dt .accordion_icon.active span:nth-of-type(1) {
	top: 0;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}
.accordionlist dt .accordion_icon.active span:nth-of-type(2) {
	top: 0;
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
}

@media print, screen and (min-width: 751px) {
	.accordionlist dt {
		font-size: 14px;
	}
}

@media screen and (max-width: 750px) {
	.accordionlist dt {
		font-size: 15px;
	}
}


/* # =================================================================
   # パンくず
   # ================================================================= */

.breadcrumb_list {
	width: 100%;
	max-width: 1240px;
	margin: 30px auto;
	padding: 0 10px;
}
.breadcrumb_list ol {
	width: auto;
	height: 100%;
	float: left;
}
.breadcrumb_list li {
	height: 100%;
	line-height: 0;
	float: left;
	position: relative;
  display: inline-block;
	margin-left: 10px;
	padding-right: 20px;
}
.breadcrumb_list li a,
.breadcrumb_list li .on {
	font-size: 14px;
	line-height: 20px;
}
.breadcrumb_list li a span {
	color: #999999;
	transition: .3s;
}
.breadcrumb_list li a span:hover {
	color: #297FC9;
}
.breadcrumb_list li .on {
	color: #333333;
}
.breadcrumb_list li::before,
.breadcrumb_list li::after{
	content: '';
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.breadcrumb_list li::before {
	width: 6px;
	height: 6px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 3px;
}
.breadcrumb_list li:last-child {
	padding-right: 0;
}
.breadcrumb_list li:last-child::before {
	display: none;
}


/* # =================================================================
   # 研究員リンク
   # ================================================================= */

.researchers_box {
	width: 100%;
}
.researchers_box .btn_small {
	width: 160px;
	display: block;
	margin: 0 auto;
}
.researchers_link a {
	width: 100%;
	height: 100%;
	line-height: 0;
	display: block;
}
.researchers_link a figure {
	font-size: 0;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.researchers_link a figure::after {
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(45, 65, 75, .5);
	position: absolute;
	top: 0;
	left: -100%;
	opacity: 0;
	transition: left .3s ease, opacity .3s ease;
	z-index: 1;
}
.researchers_link a:hover figure::after {
	left: 0;
	opacity: 1;
}
.researchers_link a figure .read_more {
	color: #FFFFFF;
	font-size: 13px;
	position: absolute;
	right: 20px;
	top: 50%;
	opacity: 0;
	transition: opacity .5s ease;
	z-index: 2;
}
.researchers_link a:hover figure .read_more {
	opacity: 1;
}
.researchers_link a .link_name {
	width: 100%;
	height: 20px;
	color: #333333;
	font-size: 20px;
	font-family: kozuka-mincho-pro,serif;
	line-height: 20px;
	display: block;margin-bottom: 20px;
	margin-bottom: 15px;
	transition: .5s ease;
}
.researchers_link a:hover .link_name {
	color: #297FC9;
}
.researchers_link a .department {
	color: #5B6F79;
	font-size: 13px;
	margin-bottom: 10px;
}
.researchers_link a .text {
	font-size: 13px;
}

@media print, screen and (min-width: 751px) {
	.researchers_link {
		padding: 0 15px;
	}
	.researchers_box .slick-dots li {
		width: 40px;
		margin: 0 10px;
	}
	.researchers_box .slick-prev {
		position: absolute;
		bottom: -19px;
		left: 50%;
		transform: translate(-100px, -50%);
    -webkit-transform: translate(-100px, -50%);
    -ms-transform: translate(-100px, -50%);
	}
	.researchers_box .slick-next {
		position: absolute;
		bottom: -19px;
		right: 50%;
		transform: translate(100px, -50%);
    -webkit-transform: translate(100px, -50%);
    -ms-transform: translate(100px, -50%);
	}
}
@media screen and (max-width: 750px) {
	.researchers_link {
		padding: 0 5px;
	}
	.researchers_box .slick-dots li {
		width: 20px;
		margin: 0 5px;
	}
	.researchers_box .slick-prev {
		position: absolute;
		bottom: -19px;
		left: 50%;
		transform: translate(-120px, -50%);
    -webkit-transform: translate(-120px, -50%);
    -ms-transform: translate(-120px, -50%);
	}
	.researchers_box .slick-next {
		position: absolute;
		bottom: -19px;
		right: 50%;
		transform: translate(120px, -50%);
    -webkit-transform: translate(120px, -50%);
    -ms-transform: translate(120px, -50%);
	}
}


/* # =================================================================
   # READ MORE 画像リンク
   # ================================================================= */

.more_link a {
	width: 100%;
	height: 100%;
	display: block;
}
.more_link a figure {
	font-size: 0;
	line-height: 0;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
.more_link a figure::after {
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(45, 65, 75, .5);
	position: absolute;
	top: 0;
	left: -100%;
	opacity: 0;
	transition: left .3s ease, opacity .3s ease;
	z-index: 1;
}
.more_link a:hover figure::after {
	left: 0;
	opacity: 1;
}
.more_link a figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.more_link a figure .read_more {
	color: #FFFFFF;
	font-size: 13px;
	position: absolute;
	right: 20px;
	top: 50%;
	opacity: 0;
	transition: opacity .5s ease;
	z-index: 2;
}
.more_link a:hover figure .read_more {
	opacity: 1;
}
.more_link a .link_name {
	width: 100%;
	color: #333333;
	font-size: 20px;
	font-family: kozuka-mincho-pro,serif;
	line-height: 1.5;
	display: block;margin-bottom: 20px;
	margin-bottom: 15px;
	transition: .5s ease;
}
.more_link a .small {
	font-size: 13px;
	font-family: kozuka-mincho-pro,serif;
	margin-bottom: 0;
	transition: .5s ease;
}
.more_link a:hover .link_name,
.more_link a:hover .small {
	color: #297FC9;
}

@media print, screen and (min-width: 751px) {
	.more_link a figure {
		height: 200px;
	}
}
@media screen and (max-width: 750px) {
	.more_link a figure {
		height: 150px;
	}
}


/* # =================================================================
   # ICRに相談する／質問する
   # ================================================================= */

.contact_box {
	width: 100%;
	background-image: url("/common/images/contact_bk.jpg") !important;
	background-repeat: no-repeat;
	background-position: center;
}
.contact_wrap {
	width: 100%;
	height: 100%;
	background: rgba(21, 100, 168,0.6) !important;
}
.contact_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.contact_container p {
	color: #FFFFFF;
	text-align: center;
}
.btn_consult {
	width: 100%;
	max-width: 320px;
	color: #FFFFFF;
	background: #000000;
	border: 1px solid #000000;
	display: block;
	margin: 30px auto 0;
}
.btn_consult:hover {
	color: #297FC9;
	background: #ECF2F5;
	border: 1px solid #297FC9;
}
.btn_consult span {
	color: #FFFFFF;
	font-size: 13px;
}
.btn_consult:hover span {
	color: #297FC9;
}

@media print, screen and (min-width:751px) {
	.contact_box {
		background-size: cover;
		background-attachment: fixed;
	}
	.contact_container {
		padding: 80px 20px;
	}
	.btn_consult {
		height: 90px;
		font-size: 18px;
		line-height: 88px;
	}
}
@media print, screen and (max-width:750px) {
	.contact_box {
		background-size: 750px auto;
	}
	.contact_container {
		padding: 60px 20px 50px;
	}
	.btn_consult {
		height: 80px;
		line-height: 78px;
	}
}


/* # =================================================================
   # ICRに相談する／質問する
   # =================================================================

.contact_box {
	width: 100%;
	background: url("../images/contact_bk.jpg") no-repeat;
	background-size: cover;
}
.contact_wrap {
	width: 100%;
	height: 100%;
	background: rgba(180, 203, 235,0.7);
}
.contact_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.contact_container .btn_contact {
	display: block;
}
.contact_container .btn_contact .icon_mail {
	width: 20px;
	height: auto;
}

@media print, screen and (min-width:751px) {
	.contact_box {
		height: 250px;
	}
	.contact_container .btn_contact {
		width: 320px;
		height: 90px;
		font-size: 18px;
		line-height: 88px;
		margin: 80px auto;
		padding-left: 25px;
	}
	.contact_container .btn_contact .icon_mail {
		position: absolute;
		top: 37px;
		left: 85px;
	}
}
@media print, screen and (max-width:750px) {
	.contact_box {
		height: 240px;
	}
	.contact_container .btn_contact {
		width: 300px;
		height: 80px;
		line-height: 78px;
		margin: 80px auto;
		padding-left: 25px;
	}
	.contact_container .btn_contact .icon_mail {
		position: absolute;
		top: 31px;
		left: 85px;
	}
}


/* # =================================================================
   # GET Adobe Acrobat Reader ボックス
   # ================================================================= */

.get_adobe_acrobat_reader {
	width: 100%;
	border: 1px solid #ccc;
	padding: 20px;
	overflow: hidden;
}
.get_adobe_acrobat_reader a {
	width: 160px;
	height: auto;
	line-height: 0;
	display: block;
}
.get_adobe_acrobat_reader p {
	height: auto;
	font-size: 14px;
}

@media print, screen and (min-width:751px) {
	.get_adobe_acrobat_reader a {
		margin: 5px 0;
		float: left;
	}
	.get_adobe_acrobat_reader p {
		width: calc(100% - 180px);
		float: right;
	}
}
@media print, screen and (max-width:750px) {
	.get_adobe_acrobat_reader a {
		margin: 10px auto 20px;
	}
}

/* # =================================================================
   # セキュリティボックス
   # ================================================================= */

.security_box {
	width: 100%;
}
.security_box .security_mark_list {
	width: 100%;
	margin-bottom: 10px;
}
.security_box .security_mark_list li img {
	width: 100%;
}
.security_box .security_mark_list li.privacymark {
	width: 60px;
}
.security_box .security_mark_list li.anab_bsi_asms-ac {
	width: 120px;
	font-size: 10px;
	font-weight: bold;
}
.security_box p {
	width: 100%;
	font-size: 12px;
}

@media print, screen and (min-width:751px) {
	.security_box .security_mark_list li {
		float: left;
	}
	.security_box .security_mark_list li.privacymark {
		margin-right: 20px;
	}
}
@media print, screen and (max-width:750px) {
	.security_box .security_mark_list {
		text-align: center;
	}
	.security_box .security_mark_list li {
		display: inline-block;
		margin: 0 10px;
	}
}


/* # =================================================================
   # 404エラー
   # ================================================================= */

.error_box {
	width: 100%;
}
.error_box .text_box {
	text-align: center;
}
.error_box h1 span {
	font-family: kozuka-mincho-pro,serif;
}
.error_box .text_box .small {
	color: #666666;
}

@media print, screen and (min-width:751px) {
	.error_box {
		max-width: 1000px;
		margin: 100px auto;
	}
	.error_box figure {
		width: calc(100% - 360px);
		max-width: 580px;
		float: right;
	}
	.error_box .text_box {
		width: 360px;
		float: left;
		padding: 2% 0;
	}
	.error_box h1 .text_404 {
		font-size: 90px;
	}
	.error_box h1 .text_notfound {
		font-size: 40px;
	}
	.error_box .text_box .small,
	.error_box .text_box .small a {
		font-size: 12px;
	}
}
@media print, screen and (max-width:750px) {
	.error_box {
		margin: 30px auto;
	}
	.error_box figure {
		width: 300px;
		margin: 0 auto 80px;
	}
	.error_box .text_box {
		width: 100%;
		padding: 30px 0;
	}
	.error_box h1 .text_404 {
		font-size: 40px;
	}
	.error_box h1 .text_notfound {
		font-size: 30px;
	}
	.error_box .text_box .bold {
		font-size: 13px;
	}
	.error_box .text_box .small,
	.error_box .text_box .small a {
		font-size: 10px;
	}
}


/* # =================================================================
   # PC/SP 非表示
   # ================================================================= */

@media print, screen and (min-width:751px) {
	.forSP {
		display: none;
	}
}
@media print, screen and (max-width:750px) {
	.forPC {
		display: none;
	}
}


/* -----------------
印刷
----------------- */
@media print {
	body {
		zoom: 0.7;
		-webkit-print-color-adjust: exact !important;
	}
	body,main,.wrap {
		width: 100%;
		min-width: 1200px !important;
		margin: 0 auto;
	}
	header {
		position: relative !important;
	}
	.header_fixed {
		display: none !important;
	}
	.contact_box {
		background-attachment: inherit !important;
		background-size: 100% auto;
	}
}
