@charset "UTF-8";


/*
---------------------------------------------------------*/
.bold {
	font-weight: bold;
}
.dis_title {
	color: #FFF;
	font-size: 235%;
	letter-spacing: .2em;
	line-height: 1.5;
	background: #565556 url("../images/dis_tit_bg@2x.png") no-repeat right top;
	background-size: auto 100%;
	position: relative;
	margin-bottom: 1em;
}
.dis_title::before {
	content: "";
	display: block;
	padding-top: 120px;	/*高さ*/
}
.dis_title .in_box {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	box-sizing: border-box;
	padding: 0 4%;
}
.dis_title .txt_small {
	font-size: 70%;
	letter-spacing: .15em;
	line-height: 1.5;
	margin-left: -.5em;
}
.dis_title .txt2 {
	font-size: 60%;
	letter-spacing: .1em;
	font-weight: normal;
	line-height: 1.5;
	margin-top: .2em;
}
.dis_title .ft_gara {
	position: absolute;
	z-index: 0;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 106%;
	letter-spacing: .02em;
	line-height: 1.0em;
	font-weight: normal;
	opacity: 0.2;
}
.bnr_std{
	max-width: 700px;
	width: 80%;
	margin: 0 auto 20px;
	text-align: center;
}
.dis_syle1 > dt {
	font-weight: bold;
	margin-bottom: .4em;
}
.dis_syle1 > dd {
	margin-bottom: 1em;
}
.dis_syle1 > dd:last-of-type {
	margin-bottom: 0;
}
/*dis_anklist*/
.dis_anklist {
	display: flex;
    flex-wrap: wrap;
	padding: 0 30px;
	margin-bottom: 50px;
	max-width: 960px;
}
.dis_anklist > li {
	width: 23%;
	max-width: 220px;
	margin-top: .5em;
	margin-right: 2.6666%;
	border-bottom: 1px solid #ccc;
}
.dis_anklist.txt_long > li {
	max-width: 260px;
}
.dis_anklist > li:nth-child(4n) {
	margin-right: 0;
}
.dis_anklist a {
	position: relative;
	display: block;
	color: #6c6370;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4;
	height: 4.0em;
	transition: all .5s;
}
.dis_anklist a::before {
    font-family: 'fontello';
    content: '\e801';
    position: absolute;
    left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}
.dis_anklist a:hover {
	opacity: 0.8;
}
.dis_anklist a span {
	display: block;
	position: absolute;
	left: 1.5em;
	top: 50%;
	transform: translateY(-50%);
}
/*dis_reference*/
.dis_reference {
	margin-top: 30px;
	background-color: #eeeeee;
	box-sizing: border-box;
	padding: 25px 3%;
}
.dis_reference > dt {
	color: #6c6370;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: .5em;
}
.dis_reference > dd {
	font-size: 92%;
}
.dis_reference li {
	line-height: 1.5;
	word-break: break-all;
	margin-top: .8em;
}
.dis_reference li a {
	text-decoration: underline;
}
.dis_reference li a:hover {
	color: #999;
	text-decoration: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.dis_title {
	font-size: 200%;
	letter-spacing: .2em;
}
.bnr_std{
	margin: 0 auto 2%;
}
.dis_border_box .bnr_std {
	margin-bottom: 4%;
}
.dis_anklist {
	padding: 0;
}
.dis_anklist.txt_long > li {
	width: 48%;
	max-width: 100%;
	margin-right: 4% !important;
}
.dis_anklist.txt_long > li:nth-child(2n) {
	margin-right: 0 !important;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.dis_title {
	font-size: 140%;
	letter-spacing: .15em;
	margin-bottom: .8em;
}
.dis_title::before {
	padding-top: 30%;	/*高さ*/
}
.dis_title span {
	display: block;
}
.bnr_std{
	max-width: 613px;
	width: 100%;
	margin: 0 auto 0;
}
.dis_border_box .bnr_std {
	margin-bottom: 8%;
}
.dis_anklist {
	padding: 0;
	margin-bottom: 10%;
	max-width: 100%;
}
.dis_anklist.txt_long {
	display: block;
}
.dis_anklist > li {
	width: 48%;
	max-width: 100% !important;
	margin-right: 4%;
}
.dis_anklist > li:nth-of-type(even) {
	margin-right: 0;
}
.dis_anklist.txt_long {
	display: block;
}
.dis_anklist.txt_long > li {
	width: 100%;
	margin-right: 0 !important;
}
.dis_anklist a {
	font-size: 90%;
	letter-spacing: .02em;
}
/*dis_reference*/
.dis_reference {
	margin-top: 3%;
	padding: 6% 5%;
}

}



/*共通パーツ
---------------------------------------------------------*/
.dis_border_box {
	margin-top: 50px;
	border-top: solid 1px #ccc;
	padding-top: 50px;
}

.dis_dr {
	width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.dis_dr .img_box {
	width: 140px;
}
.dis_dr .txt_box {
	width: calc(97% - 140px);
	display: flex;
    flex-wrap: wrap;
}
.dis_dr .txt_box dl {
	order: 1;
}
.dis_dr .txt_box p.txt {
	order: 2;
}
.dis_dr .txt_box p:not(.txt) {
	order: 3;
	margin-top: .5em;
}
.dis_dr .txt_box dl dd {
	display: flex;
    align-items: center;
	font-size: 170%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-top: .1em;
	margin-bottom: 1.0em;
}
.dis_dr .txt_box dl dd span {
	font-size: 60%;
	font-weight: bold;
	letter-spacing: .3em;
	line-height: 1.2em;
	margin-right: 1.0em;
}

.dis_others > dt {
	color: #2650C5;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.6em;
	padding-left: .8em;
	border-left: solid 5px #2650C5;
	margin-bottom: 1.0em;
}
.dis_others > dd {
	font-size: 115%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
}

.dis_img_500 {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.dis_border_box {
	margin-top: 4%;
	padding-top: 4%;
}
.dis_others > dt {
	font-size: 130%;
	margin-bottom: .8em;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.dis_border_box {
	margin-top: 8%;
	padding-top: 8%;
}
	
.dis_dr {
	display: block;
	position: relative;
}
.dis_dr .img_box {
	width: 30%;
	margin-bottom: 4%;
}
.dis_dr .txt_box {
	width: 100%;
}
.dis_dr .txt_box dl {
	position: absolute;
	left: 35%;
	top: 8vw;
	font-size: 90%;
}
.dis_dr .txt_box p {
	font-size: 90%;
	line-height: 1.8em;
}

.dis_others > dt {
	font-size: 120%;
	padding-left: .5em;
	border-width: 3px;
	margin-bottom: .5em;
}
.dis_others > dd {
	font-size: 90%;
	letter-spacing: normal;
}
}



/*flt_box
---------------------------------------------------------*/
.flt_box .img_r{
	width: 300px;
	float: right;
}
.flt_box .txt_l{
	width: calc(97% - 300px);
	float: left;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.flt_box .img_r{
	margin-left: 3%;
	margin-bottom: 1em;
}
.flt_box .txt_l{
	width:100%;
	float: none;
}
.flt_box .txt_l .tb_w{
	width: calc(97% - 300px);
	display: block;
	margin-left: 0;
	margin-right: auto;
	box-sizing: border-box;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.flt_box .img_r{
	width: 60%;
	float: none;
	text-align: center;
    margin: 0 auto .5em;
}
.flt_box .txt_l{
	width: 100%;
	float: none;
}

}

/*---------------------------------------------------------
   h3 -> h2 変更に伴う見出しデザイン調整
---------------------------------------------------------*/
.content .ank_adjust h2 {
	background: #483a02;
	background: -moz-linear-gradient(left, #483a02 0%, #55400f 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#483a02), color-stop(100%,#55400f));
	background: -webkit-linear-gradient(left, #483a02 0%, #55400f 100%);
	background: -o-linear-gradient(left, #483a02 0%, #55400f 100%);
	background: -ms-linear-gradient(left, #483a02 0%, #55400f 100%);
	background: linear-gradient(to right, #483a02 0%, #55400f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#483a02', endColorstr='#55400f',GradientType=1 );
	color: #FFF;
	border-radius: 5px;
	font-size: 140%;
	padding: 15px;
	min-height: auto;
	line-height: 1.4;
	border-bottom: none;
	margin-bottom: 20px;
}

