@charset "UTF-8";
/* =======
	cw:content width
	ar:arrow right
	gn:global navi
======= */
@import url("https://use.typekit.net/yxa1mxv.css");
/* CSS 初期化 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	font-family: YuGothic, 'Yu Gothic', '游ゴシック体', YuGothicM, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', sans-serif, Helvetica, Arial;
	line-height: 1;
	color: #000000;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border:0;
}
a{
	color: inherit;
	text-decoration: none;
	transition: opacity .7s;
	border: 0;
	cursor: pointer;
}
a:hover{
	opacity:0.6;
	filter: alpha(opacity=60);		/* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;				 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;			  /* Safari 1.x */
	zoom:1;
	cursor: pointer;
}


@media(min-width:600px){
	body{
		zoom:80%;
	}
	
}

p {
	line-height: 1.8em;
	font-size: 18px;
	text-align: justify;
}
html, body{
	width: 100%;
	min-width: 960px;
	display: block;
	font-size: 100%;
	/*	scroll-behavior: smooth;*/
}
main, section{
	clear: both;
	overflow: hidden;
	display: block;
	position:  relative;
}

::selection {
    background: #0662b0;
    color: #ffffff;
}
/*Firefox*/
::-moz-selection {
    background: #0662b0;
    color: #ffffff;
}


/* ===========
 common
 ============= */
.ddf_sp{
	display: none;
}
.content_box .img img.ddf_sp{
	display: none;
}
/* 
.ddf_pc{
	display: none;
}
 */

#container {
	margin: 0;
	padding: 0;
	width: 100%;	
	overflow-x: hidden;
}

.ddf_cw {
	margin: 0 auto;
	width: 1280px;
	overflow: hidden;
	height: 100%;
	position: relative;
}
.ddf_header {
	background: #ffffff;
	height: 120px;
	/* overflow: hidden; */
}

#ddf_gn {
	background: #ffffff;
	padding: 0 0 6px;
	margin: -20px 0 0;
	position: relative;
	z-index: 1100;
}

#main {position: relative;z-index: 1000;}

#footer {
	background: #ffffff!important;
}
.left{
	float: left;
}

.right{
	float: right;
}


/* ===========
 section_wrap
 ============= */
.section_wrap {
	padding: 100px 80px;
}
#main section:last-child .section_wrap {
	padding-bottom: 40px;
}

.h2.bg {
	display: block;
	background: #0d1b38;
	line-height: 1.0;
	font-size: 1.0rem;
	padding: 5px 0;
	margin: 0 0 20px;
}

.h2.bg span{
	color: #ffffff;
	font-size: 2.0rem;
	font-weight: 300;
	vertical-align: middle;
}

/* ===========
 hgroup
 ============= */

.hgroup p,
.hgroup span,
.content_box p,
.content_box span{
	color: #1B274E;
}

.hgroup {
	margin: 0 0 50px;
	padding: 0;
}

.hgroup_wrap {
	margin: 0;
	padding: 0;
}

.hgroup_wrap p {
	margin: 0;
	padding: 0;
	font-size: 2.76rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	font-feature-settings: "palt";
}
.hgroup_wrap p.small{
	margin: 40px 0 0;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.08rem;
	display: block;
}
.hgroup_wrap p span {
	font-weight: 600;
}
.hgroup_wrap h1 {
	margin: 0 0 70px;
	padding: 0;
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	/* font-feature-settings: "palt"; */
	text-align: center;
}
.hgroup_wrap h1 span {
	padding: 10px 5px 5px;
	font-weight: 600;
	border-bottom: 4px solid #00153e;
	color: #00153e;
}



/*headタグ改修　追加 230510　ごとう*/
#flow0 .hgroup_wrap h2 .new {
    color: #ffffff!important;
    border-bottom-color: #ffffff!important;
}
#set1 #case1 .hgroup_wrap h2 .new {
    color: #ffffff!important;
    border-bottom-color: #ffffff!important;
}
#set1 #method1 .hgroup_wrap h2 .new {
    color: #ffffff!important;
    border-bottom-color: #ffffff!important;
}
#set1 #mustnot1 .hgroup_wrap h2 .new {
    color: #ffffff!important;
    border-bottom-color: #ffffff!important;
}
#set1 #about1 .hgroup_wrap h2 .new {
    color: #ffffff!important;
    border-bottom-color: #ffffff!important;
}

.hgroup_wrap h2 .new {
	padding: 10px 5px 5px!important;
	font-weight: 600;
	border-bottom: 4px solid #00153e;
	color: #00153e!important;
	border-radius: none;
	background: none;
	display: inline-block;
	letter-spacing: 0.06em;
	font-weight: 600!important;
	font-size: 2rem;
}

.text_part .content_box .text > h2 {
    margin-bottom: 26px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #001c58;
    line-height: 1.4;
}
/*ここまで　headタグ改修　追加 230510　ごとう*/
.hgroup .hgroup_color1 {
	color: #FF7727;
}
@media (max-width: 600px){
	.hgroup_wrap h1 span {
		font-size: 1.4rem!important;
	}
}


.hgroup_wrap h2 {
	margin: 0 0 50px;
	padding: 0;
	height: auto;
	/* line-height: 1rem; */
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	/* font-feature-settings: "palt"; */
	text-align: center;
	/* display: inline-block; */
}

.hgroup_wrap h2 > span {
	padding: 10px 20px;
	background: #b20000;
	min-width: 190px;
	color: #ffffff;
	display: inline-block;
	border-radius: 5px;
}



/* ===========
 tel_set
 ============= */

.tel_set {
	margin: 0;
	padding: 0;
}

.tel_set1 {
	margin: 0;
	padding: 3px 10px;
	height: 48px;
	display: inline-block;
	color: #d3a12a!important;
	border: 2px solid #d3a12a;
	border-radius: 3px;
	font-size: 1.2rem;
	line-height: 1.3;
	letter-spacing: 0.08rem;
}

.tel_set2 {
	margin: 0 0 0 10px;
	padding: 0;
	display: inline-block;
	height: 60px;
	color: #ffffff;
	font-weight: bold;
	font-family: "din-condensed";
	vertical-align: bottom;
}

.tel_set2_1 {
	font-size: 4.0rem;
	letter-spacing: 0.05em;
	/* vertical-align: -10px; */
	line-height: 3.0rem;
	display: inline-block;
}

.tel_set2_2 {
	margin-left: 10px;
	font-size: 5.0rem;
	letter-spacing: 0.05em;
	/* vertical-align: -10px; */
	line-height: 4.0rem;
	display: inline-block;
}

/* ===========
 3 box
 ============= */
.white li {
	background: #ffffff;
	vertical-align: top;
}
.gray li {
	background: #eeeeee;
	vertical-align: top;
}

.box,
.list {
	margin: 0;
	padding: 0;
	text-align: center;
}

.box li {
	display: inline-block;
	width: 370px;
	height: 200px;
	margin: 0;
	position: relative;
}

.box li {
	display: inline-block;
	width: 370px;
	height: 200px;
	margin: 0 -0.5px;
	position: relative;
}

.box li h1{
	position:absolute;
	left: 10px;
	top: 10px;
	padding: 5px 14px 3px;
	font-family: "din-condensed";
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.03em;
	background: #b20200;
}

.box li h2{
	position:absolute;
	left: 10px;
	top: 10px;
	padding: 5px 14px 3px;
	font-family: "din-condensed";
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.03em;
	background: #b20200;
}
.box li h3{
	position:absolute;
	left: 10px;
	top: 10px;
	padding: 5px 14px 3px;
	font-family: "din-condensed";
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.03em;
	background: #b20200;
}

.box h1 span{
	color: #ffffff;
	font-weight: 300;
}

.box h2 span{
	color: #ffffff;
	font-weight: 300;
}
.box h3 span{
	color: #ffffff;
	font-weight: 300;
}
.box div{
	width: 100%;
	/* max-width: 230px; */
	position: absolute;
	top: 54%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.box div > span {
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: 0.01em;
	color: #1a274e;
	display: inline-table;
	text-align: left;
	font-feature-settings: "palt";
}

/* ===========
 red btn
 ============= */

.content_btn.red {
	text-align: center;
}

.content_btn.red a {
	display: inline-block;
	background: #b20000;
	color: #fff;
	width: auto;
	height: 30px;
	text-align: center;
	margin: 0 auto;
	vertical-align: bottom;
	padding: 20px 71px 16px 58px;
	border-bottom: 10px solid #770002;
	font-weight: 300;
	position: relative;
	font-family: "din-condensed";
	font-size: 2.0rem;
	letter-spacing: 0.01em;
	border-radius: 5px;
}
.content_btn.red a:hover{
	opacity: 0.95;
	border-bottom: 8px solid #770002;
	margin: 2px auto 0;
}
.content_btn.red a:active{
	opacity: 0.95;
	border-bottom: 3px solid #770002;
	margin: 7px auto 0;
}

.content_btn.red a:after {
	content: "";
	margin: 0;
	padding: 0;
	/* top: calc(50% - 10px * 1.41421356 / 2); */
	top: 29px;
	left: calc(57% + 2em + 10px);
	position: absolute;
	border: 3.5px solid #ffffff;
	border-left: none;
	border-top: none;
	height: 10px;
	width: 10px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.content_btn.red a span {
	font-weight: 300;
}

@media (max-width: 600px){
	.content_btn.red a {
		font-size: 1.5rem!important;
		border-bottom-width: 4px!important;
		padding: 15px 50px 11px 44px!important;
		letter-spacing: 0.03em;
	}
	.content_btn.red a:after {
		border: 2px solid #ffffff;
		border-left: none;
		border-top: none;
		top: 38%!important;
	}
}


/* ===========
 mail
 ============= */
#ddf_to_mail {
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 10000;
	display: block;
	width: 160px;
	height: 150px;
}
#ddf_to_mail a {
	padding: 20px;
	display:  block;
	background: #1B274E;
	color: #fff;
	height: calc(100% - 40px);
	position: relative;
}
#ddf_to_mail a span {
    font-size: 1rem;
    line-height: 1.2;
    width: auto;
    word-break: keep-all;
    display: inline-block;
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#ddf_to_mail a img {
	position: absolute;
	top: 74%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/* ===========
 pagetop
 ============= */
#ddf_to_top {
	position: fixed;
	right: 20px;
	bottom: 62px;
	z-index: 10000;
}
#ddf_to_top a {
	display:  block;
}

/* ===========
 header
 ============= */

.ddf_head_logo {
	width: 640px;
	position: absolute;

	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.ddf_tel_wrap {
	width: auto;
	position: absolute;
	top: 50%;
	right: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	overflow: hidden;
}
.ddf_head_logo a {
	display: block;
}

#ddf_head_h1 {
	position: absolute;
	top: calc(100% - 0.8rem - 17px);
	left: 273px;
	color: #606060;
	font-weight: 600;
	font-size: 0.7rem;
	letter-spacing: 0.01em;
	background: #ffffff;
}

.ddf_mail {
	background: #1a274e;
	color: #fff;
	padding: 10px;
	float: left;
	margin-right: 10px;
	line-height: 1.2em;
	position: relative;
	text-align: left;
}

.ddf_tel_ar {
	background: #1a274e;
	color: #fff;
	padding: 10px;
	float: left;
	margin-right: 30px;
	line-height: 1.2em;
	position: relative;
	text-align: left;
}
.ddf_tel_ar:before {
	content: "";
	height: 0;
	border-style: solid;
	border-width: 27px 0 31px 13px;
	border-color: transparent transparent transparent #1a274e;
	left: 100%;
	top: 0px;
	position: absolute;
}

.ddf_tel_info {
	float: left;
}

.ddf_tel_info .label {
	/* display: block; */
	overflow: hidden;
	margin: 0 0 2px;
	text-align: center;
}

.ddf_tel_info .label .label_1 {
	background: #1a274e;
	color: #fff;
	height: 100%;
	width: 60px;
	float: left;
	padding: 5px 7px;
	font-weight: bold;
	font-size: 14px;
}

.ddf_tel_info .label .label_2 {
	box-sizing: border-box;
	float: right;
	padding: 3px 2px;
	width: calc(100% - 80px);
	color: #1a274e;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.1em;
	border: 1px solid #1a274e;
	line-height: 1;
	letter-spacing: -0.05em;
}
.ddf_tel_info .label .label_2 .label_2_time {
	font-weight: bold;
	padding-left: 6px;
	font-family: "din-condensed";
	font-size: 15px;
	letter-spacing: 0.05em;
}
.telnumber{
	color: #1a274e;
	display: block;
	font-family: "din-condensed";
	vertical-align: bottom;
}
.telnumber .label_1 {
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 0.1em;
}
.telnumber .label_2 {
	font-weight: bold;
	font-size: 40px;
	padding-left: 5px;
	letter-spacing: 0.01em;
}

#ddf_menu_sp {
	display: none;
}

/* ===========
 nav
 ============= */

#ddf_gn:before {
	content: "";
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 1280px;
	background: #19274e;
	height: 6px;
	top: calc(100% - 6px);
	left: calc(50% - (1280px / 2));
}

#ddf_gn_set01 {
	margin: 0;
	padding: 0;
	display: block;
	/* height: 50px; */
	overflow: hidden;
	/* position: relative; */
	/* border-bottom: 8px solid #19274e; */
}



#ddf_gn_set01 *{
	/* transition: .3s; */
}


#ddf_gn_set01 > li{
	margin: 0;
	padding: 0;
	width: auto;
	background: #fff;
	color: #1a274e;
	float: left;
	/* position: relative; */
}

#ddf_gn_set01 > li:nth-child(1),
#ddf_gn_set01 > li:nth-child(2){
	width: 230px;
	font-size: 1.3rem;
	font-weight: 600;
}

#ddf_gn_set01 > li:nth-child(3),
#ddf_gn_set01 > li:nth-child(4),
#ddf_gn_set01 > li:nth-child(5),
#ddf_gn_set01 > li:nth-child(6),
#ddf_gn_set01 > li:nth-child(7){
	width: calc((100% - (230px * 2)) / 5);
	font-size: 1.0rem;
	font-weight: 600;
}


#ddf_gn_set01 > li > a{
	display: block;
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 1000;
}

#ddf_gn_set01 > li >a:before{
	content: "";
	border-left: 1px solid #8e8e8e;
	height: 30px;
	z-index: 1100;
	position: absolute;
	top: 50%;
	left: calc(100% - 1px);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

#ddf_gn_set01 > li >a:before {
}

#ddf_gn_set01 > li >a:before{

}

#ddf_gn_set01 > li:nth-child(1){
	/* background: #1a274e; */
	/* border-bottom: 1px solid #cccccc; */
}
#ddf_gn_set01 > li:nth-child(1) > a > span{
	/* color: #ffffff; */
}

#ddf_gn_set01 > li.is-open{
	background: #1a274e;
}

#ddf_gn_set01 > li.is-open > a > span{
	color: #ffffff;
}

#ddf_gn_set01 > li.is-open > a:before,
#ddf_gn_set01 > li:hover > a:before{
	display: none;
}

#ddf_gn_set01 > li:hover{
	background: #1a274e;
}

#ddf_gn_set01 > li:hover > a > span{
	color: #ffffff;
}

#ddf_gn_set01 > li > ul{
	visibility: hidden;
}

#ddf_gn_set01 > li.is-open > ul,
#ddf_gn_set01 > li:hover > ul{
	/* display: block; */
	opacity: 1.0;
	top: 100%;
	visibility: visible;
	transition: 0.3s;
	z-index: 1000;
}

#ddf_gn_set01 > li:hover > ul{
	z-index: 1100;
}

#ddf_gn_set01 > li > a span {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	text-align: center;
	color: #00153e;
	font-weight: 300;
}
#ddf_gn_set02 {
	position: absolute;
	right: 0;
	top: 0px;
	width: 400px;
	text-align: right;
}

#ddf_gn_sp_menu_close {
	display: none;
}

#ddf_gn_set02 > li {
	font-size: 1.0rem;
	font-weight: 600;
	display: inline-block;
}

#ddf_gn_set02 > li:after {
	content: "/";
	margin-left: 5px;
}

#ddf_gn_set02 > li:last-child::after {
	content: "";
}

#ddf_gn .ddf_cw {
	padding: 30px 0 0;
	overflow: visible;
}

#ddf_gn_set01 > li > .ddf_gn_inner1 {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1100;
	background: #19274e;
	top: 50%;
	opacity: 0;
}
#ddf_gn_set01 li#ddf_gn_01 > .ddf_gn_inner1 > .ddf_gn_li {
	float: left;
	width: calc((100% - 0.05px) / 7);
	text-align: center;
	color: #ffffff;
	/* position: relative; */
}
#ddf_gn_set01 li#ddf_gn_02 > .ddf_gn_inner1 > .ddf_gn_li {
	float: left;
	width: calc(100% / 9);
	text-align: center;
	color: #ffffff;
	/* position: relative; */
}
#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li > a{
	width: auto;
	display:block;
	padding: 10px 0;
	height: 2em;
	font-size: 0.80rem;
	letter-spacing: 0.06rem;
	position: relative;
	border: 2px solid #19274e;
	z-index: 1200;
}
#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li > a > span{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li > a:before{
	content: "";
	border-left: 1px solid #3d4560;
	height: calc(100% - 6px);
	z-index: 1100;
	position: absolute;
	top: 50%;
	left: calc(100% - 1px);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li:last-child > a:before{
	display: none;
}

#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li > .ddf_gn_inner2 {
	/* display: none; */
	visibility: hidden;
	opacity: 0;
	top: 50%;
}

#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li > .ddf_gn_inner2:hover {
	display: block;
	color: #19274e !important;
}

#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li.is-open > a {
	background: #ffffff;
	color: #19274e !important;
}

#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li:hover > a{
	border-bottom: 2px solid transparent;
	background: #ffffff;
	color: #19274e !important;
}

#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li:hover > a:before,
#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li.is-open > a:before{
	display: none;
}

#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li:hover > a:after,
#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li.is-open > a:after{
	content: "";
	border: 4px solid transparent;
	border-top: 4px solid #19274e;
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li > .ddf_gn_inner2 {
	position: absolute;
	left: 0;
	/* top: 100%; */
	width: 100%;
	background: #ffffff;
	border: 2px solid #19274e;
	border-bottom: none;
	border-top: none;
	display: block;
	z-index: 1100;
	/* visibility: hidden; */
	/* opacity: 0; */
}
#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li:hover > .ddf_gn_inner2,
#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li.is-open > .ddf_gn_inner2{
	/* display: block; */
	visibility: visible;
	opacity: 1;
	top: 100%;
	transition: 0.3s;
}
#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li > .ddf_gn_inner2 > li {
	float: left;
	width: calc(100% / 4);
	text-align: center;
	color: #19274e;

}

#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li > .ddf_gn_inner2 > li > a {
	width: 100%;
	display: block;
	padding: 15px 0;
	font-size: 0.98rem;
	letter-spacing: 0.06rem;
	position: relative;
}


#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li > .ddf_gn_inner2 > li > a:before{
	content: "";
	border-left: 1px solid #ccced7;
	height: calc(100% - 6px);
	z-index: 1100;
	position: absolute;
	top: 50%;
	left: calc(100% - 1px);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
#ddf_gn_set01 > li > .ddf_gn_inner1 > .ddf_gn_li > .ddf_gn_inner2 > li:last-child > a:before{
	display: none;
}


/* ===========
 content_box
 ============= */

.content_box {
	margin: 20px 0 50px;
	padding: 0;
	overflow: hidden;
	/* text-align: center; */
}

.content_box:last-child {
	margin-top: 0;
	margin-bottom: 0;
}




.list.rank {
    margin: 0;
    padding: 0;
    width: 100%;
}

.list.rank li {
    margin: 0 0 10px;
    padding: 8px 0 10px 60px;
    display: block;
    width: auto;
    color: #1b274e;
    text-align: left;
    font-size: 2.2rem;
    letter-spacing: 0.01rem;
    border-bottom: 4px solid;
    position: relative;
}


.list.rank li:before{
	content: "1.";
	position: absolute;
	left: 200px;
	top: 0;
	margin: 0;
	padding: 6px 4px 4px 8px;
	font-family: "din-condensed";
	font-size: 2.2rem;
	font-weight: 300;
	color: #ffffff;
	text-align: center;
	width: 35px;
	height: 35px;
	background: #b20000;
}

.list.rank li:nth-child(1)::before{
	content: "1.";
}

.list.rank li:nth-child(2)::before{
	content: "2.";
}

.list.rank li:nth-child(3)::before{
	content: "3.";
}

.list.rank li:nth-child(4)::before{
	content: "4.";
}

.list.rank li:nth-child(5)::before{
	content: "5.";
}

.list.rank li > span {
    margin-left: 200px;
}
.list.rank li > span > span {
    font-size: 1.6rem;
}
.bg-white {
    background: #ffffff;
}
.bg-gray {
    background: #eeeeee!important;
}

.img {
    /* margin: 60px 0 0; */
    padding: 0;
}

.img img {
    margin: 0 auto;
    width: auto;
    display: block;
}

/* ===========
 footer
 ============= */

#footer_tel {}

.footer_tel_box {
	width: 770px;
	margin: 0 auto;
	/* height: 190px; */
	background: #001c58;
}

.footer_tel_p {
	width: auto;
	padding: 40px;
	color: #ffffff;
	text-align: center;
	font-size: 2.2rem;
}

.footer_tel_p > div {
	margin: 20px 0 0;
}

.footer_tel_set {}

.footer_tel_set .tel_set1 {
	font-size: 1.6rem;
	line-height: 1.2;
	height: auto;
}

.footer_tel_set .tel_set2 {
	height: auto;
}

.footer_tel_set .tel_set2_1 {
	font-size: 4.2rem;
	letter-spacing: 0.01em;
	color: #ffffff;
}

.footer_tel_set .tel_set2_2 {
	font-size: 4.9rem;
	letter-spacing: 0.01em;
	color: #ffffff;
}

#footer > #footer_pick {
	background: url(/assets/images/ddf_bg2.png) no-repeat #001c58 right bottom;
	background-size: cover;
}

#footer_pick .hgroup_wrap h1 span {
	color: #ffffff;
	border-bottom-color: #ffffff;
}


#footer_pick .content_box {
	text-align: center;
}
.footer_pick_box {
	display: block;
	margin: 2px;
	padding: 30px;
	vertical-align: top;
	float: left;
	position: relative;
}

.footer_pick_box:nth-child(1),
.footer_pick_box:nth-child(2),
.footer_pick_box:nth-child(3) {
	height: 370px;
	width: calc((100% - ((5px + 60px) * 3)) / 3);
	background: #ffffff;
}

.footer_pick_box:nth-child(4),
.footer_pick_box:nth-child(5) {
	height: 240px;
	width: calc((100% - ((5px + 60px) * 2)) / 2);
	background: #ffffff;
}

.footer_pick_box:nth-child(4) p{
	position: absolute;
	bottom: 1em;
}

.footer_content_p {
	text-align: center;
	margin: 0 0 20px;
	letter-spacing: 0.01em;
	line-height: 1.6;
	font-size: 1.2rem;
	font-weight: 300;
	font-feature-settings: "palt";
}

#footer > #footer_pick .section_wrap {
	padding-left: 0;
	padding-right: 0;
}

.footer_pick_box h2{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
	color: #001c58;
}

.footer_pick_box h2 span{
	font-weight: 600;
	position: relative;
}

.footer_pick_box h2 span > sup {
	position: absolute;
	font-size: 0.6rem;
	right: 0;
	top: -0.8rem;
}



.footer_pick_box img{
	height: 300px;
}

.footer_pick_box p {
	font-size: 0.8rem;
	text-align: left;
	line-height: 1.6;
}


.footer_pick_box:nth-child(1) img{
	margin: -30px 0 -29px;
}
.footer_pick_box:nth-child(2) img{
	margin: 0px 0 -30px;
}
.footer_pick_box:nth-child(4) h2,
.footer_pick_box:nth-child(5) h2{
	position: absolute;
	top: 50%;
	left: 35%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: left;
}
.footer_pick_box:nth-child(5) h2{
	top: 26%;
	left: 32%;
}
.footer_pick_box:nth-child(4) img,
.footer_pick_box:nth-child(5) img{
	position: absolute;
	top: 50%;
	left: 70%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.footer_pick_box:nth-child(5) img{
	left: 77%;
}
.footer_pick_box:nth-child(5) p{
	position: absolute;
	top: 70%;
	left: 34%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 330px;
}


.footer_service_flow {}

.flow_box {
	margin: 0 0 10px 210px;
	padding: 0;
	height: 150px;
	width: 970px;
	background: #eeeeee;
	position: relative;
	text-align: left;
}
.flow_box:before {
	content: "";
	position: absolute;
	top: 0;
	left: -210px;
	width: 200px;
	height: 150px;
	background: url(/assets/images/ddf_flow_iconlist_pc.png) no-repeat right bottom;
}
.flow_box:nth-child(1)::before{
	background-position: 0 0;
}
.flow_box:nth-child(2)::before{
	background-position: 0 -150px;
}
.flow_box:nth-child(3)::before{
	background-position: 0 -301px;
}
.flow_box:nth-child(4)::before{
	background-position: 0 -452px;
}
.flow_box:nth-child(5)::before{
	background-position: 0 -610px;
}

.flow_box span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.6;
}

#footer > section:nth-child(2n) {
	background: #eeeeee;
}

.footer_case {
	margin: 50px 0 30px;
	text-align: center;
}

.case_box {
	/* width: 300px; */
	/* height: 280px; */
	margin-right: 90px;
	background: #ffffff;
	display: inline-block;
}

.case_box:last-child {
	margin: 0;
}

.case_box a {
	width: 300px;
	height: 280px;
	display: block;
}

.case_box a span {
	display: none;
}

.footer_content_p.cus_p {
	margin: 0 0 30px;
	width: 100%;
	display: block;
	background: #1c2952;
	padding: 10px 0;
	text-align: center;
}

.footer_content_p.cus_p span {
	font-size: 1.4rem;
	color: #ffffff;
}

.footer_cus {margin: 50px 0 0;}

.cus_box {
	margin: 0 0 50px;
}

.cus_box h1 {
	padding: 0;
	margin: 0 0 10px;
	font-size: 1.4rem;
	font-weight: 600;
}

.cus_box h1 > span {
	font-weight: 600;
}

.cus_box h1:before {
	content: "";
	margin-right: 10px;
	border: 10px solid #b20000;
	line-height: 0;
	display: inline-block;
	border-radius: 20px;
	vertical-align: -1px;
}

.cus_box h2 {
	padding: 0;
	margin: 0 0 10px;
	font-size: 1.4rem;
	font-weight: 600;
}

.cus_box h2 > span {
	font-weight: 600;
}

.cus_box h2:before {
	content: "";
	margin-right: 10px;
	border: 10px solid #b20000;
	line-height: 0;
	display: inline-block;
	border-radius: 20px;
	vertical-align: -1px;
}

.cus_box p {
	font-size: 1.2rem;
	letter-spacing: 0.01em;
	line-height: 2.0;
}

.box.faq li h1 {
	background: #ffffff;
	/* color: #ccc; */
	padding: 0;
	position: absolute;
	top: 24%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.box.faq li h1 span {
	color: #b20200;
	font-style: italic;
	font-size: 1.8rem;
	font-weight: 300;
}

.box.faq li > div {
	top: 59%;
}

.box.faq li > div > span {
	text-align: center;
	letter-spacing: 0.12rem;
}

.box.faq {
	margin: 40px 0;
}


.footer_content_p.spe_p1 {
	margin: 0 0 20px;
	width: 100%;
	display: block;
	background: #1c2952;
	padding: 10px 0;
	text-align: center;
}

.footer_content_p.spe_p1 span {
	font-size: 1.4rem;
	color: #ffffff;
}

.footer_table.spe_table {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 1px solid #a0a0a0;
	text-align: center;
	font-size: 1.4rem;
}

.footer_table.spe_table th {
	background: #cccccc;
	padding: 20px;
	color: #000000;
	font-weight: 600;
	border-right: 1px solid #a0a0a0;
}
.footer_table.spe_table th > span,
.footer_table.spe_table td > span{
	color: #000000;
}

.footer_table.spe_table th:first-child {
	width: 280px;
}

.footer_table.spe_table td {
	padding: 20px;
	vertical-align: middle;
	font-size: 1.1rem;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}

.footer_table.spe_table tr:nth-child(1) td:first-child,
.footer_table.spe_table tr:nth-child(3) td:first-child {
	text-align: left;
	font-size: 1.4rem;
}

.footer_logo {
	display: block;
	margin: 0 auto;
}

#footer_comp .content_box > p{
	text-align: center;
	letter-spacing: 0.04rem;
	margin: 30px 0 13px;
	font-size: 0.95rem;
}

.service.list {}

.service.list > li {
	display: inline-block;
	margin: 0 20px;
}

.service.list > li > a {
	display: block;
}

.service.list > li > a img {
	display: block;
	width: 160px!important;
	height: auto;
}
#footer > #ddf_footer_idf {
	background: #ffffff;
}

#ddf_footer_idf .section_wrap {
	text-align: center;
	margin: 0;
	padding: 20px 0;
}

#ddf_footer_idf .section_wrap a {
	display: inline-block;
}

#ddf_footer_idf .section_wrap a img{
	display: inline-block;
	width: 70px;
}
#ddf_footer_idf .section_wrap p {
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1.0;
	vertical-align: 70%;
	padding-left: 10px;
}
@media (max-width: 600px){
	#footer_gr .section_wrap {
		padding: 30px 0 5px!important;
	}
	.service.list > li {
		display: inline-block!important;
		margin: 0 15px 15px!important;
	}
	.service.list > li > a {
		text-align: left;
		width: 90px!important; 
		margin: 0!important; 
	}
	.service.list > li > a img {
		display: inline-block;
		width: 90px!important;
		height: auto;
	}
	#ddf_footer_idf .section_wrap a img {
		width: 45px;
	}
	#ddf_footer_idf .section_wrap p {
		font-size: 0.6rem;
		letter-spacing: -0.5px;
		vertical-align: 50%;
	}
	#ddf_footer_idf .section_wrap {
		padding: 0 0 15px!important;
	}
}

#footer_gr .section_wrap {
	padding: 50px 0 10px;
}
#footer_gr .content_box{
	margin: 0;
}

#ddf_footer_cr {background: #333333!important;}
#ddf_footer_cr .section_wrap{
	padding: 0;
}

#ddf_footer_cr .section_wrap p {
	padding: 10px 0;
	color: #ffffff;
	text-align: center;
	font-size: 0.6rem;
	letter-spacing: 0.08rem;
}
/*
#footer {
    position: fixed;
    bottom: 0;
}
*/

@media (max-width: 600px){
.ddf_head_logo a img {
    width: 280px;
    height: auto;
}
}

	@media(min-width:600px){
		.service.list {
			width: 100%!important;
			margin: 0 auto;
		}
	}







/* =========================== menu sp =============================== */
/* =========================== menu sp =============================== */
#bl_menu_sp {
  position: absolute;
  overflow: hidden;
  width: 50px;
  height: 100%;
  padding: 0;
  top: 0;
  right: 0;
  display: block;
}

#bl_menu_sp li {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#bl_menu_sp li p {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#bl_menu_sp li p span {
  display: block;
  width: 100%;
  height: 5px;
  margin: 4px auto 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  /* border-radius: 20px; */
  background-color: #911a80;
  /*! opacity: 0; */
  font-size: 12px;
  font-family: "din-condensed";
}

#bl_menu_sp.bl_pc--hidden {
  display: none !important;
}


/*NEWグロナビ*/

#ddf_gn_new {
	background: #ffffff;
    padding: 0 0 6px;
    margin: -20px 0 0;
    position: relative;
    z-index: 1100;
}

#ddf_gn_new .ddf_cw {
    padding: 20px 0 0;
    overflow: visible;
}

.new_gnav > a > span:before {
    border-color: #FFF!important;
}
.new_gnav {
	background-color: #1B274E!important;
}
.new_gnav > a > span {
	color: #FFF!important;
}
#ddf_gn_set01 > li:hover span {
/*	color: #FFF!important;*/
}
/* drop down */

/* -----------------------------------------*/
/* link */
.mod_dropnavi ul li a{
  transition-property: border;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  font-size:15px;
  cursor:pointer;
}
.mod_dropnavi ul li a:link    {text-decoration:none;}
.mod_dropnavi ul li a:visited {text-decoration:none;}
.mod_dropnavi ul li a:hover   {text-decoration:none;}
.mod_dropnavi ul li a:active  {text-decoration:none;}

/* mod_dropnavi */
.mod_dropnavi{
	background-color:#1c284b;
}

.mod_dropnavi>ul{
	width:1280px;
	height:50px;
	margin:0 auto;
	padding:0;
}

.mod_dropnavi>ul>li{
	width:12.5%;
	float:left;
	position:relative;
	text-align:center;
	line-height:50px;
	font-size:15px;
}

.mod_dropnavi>ul>li:hover{
	background-color:#0c142e;
}

.mod_dropnavi>ul>li>a{
	display:block;
	color:#FFFFFF;
	font-weight:normal;
}
/*
.mod_dropnavi>ul>li>a:hover   {border-bottom:solid 3px #336600;}
.mod_dropnavi>ul>li>a:active  {border-bottom:solid 3px #336600;}
*/

/* mod_dropnavi_child */
.mod_dropnavi .mod_dropnavi_child{
  display:none;
  position:absolute;
  top:48px;
  left:0px;
  z-index:1001;
  padding:3px 0 0 0!important;
	
}
.mod_dropnavi .mod_dropnavi_child ul{
 padding:4px 27px 16px 10px!important;
 background-color:#3d4b75;
}
.mod_dropnavi .mod_dropnavi_child ul li{
 line-height:1.3;
 text-align:left;
 margin:12px 0 0 0!important;
 white-space:nowrap;
 color:#FF3;
}
.mod_dropnavi .mod_dropnavi_child ul li a{
  padding:0 0 0 12px!important;
  display:block;
	
}
.mod_dropnavi .mod_dropnavi_child ul li a:link    {color:#FFF; text-decoration:none;}
.mod_dropnavi .mod_dropnavi_child ul li a:visited {color:#FFF; text-decoration:none;}
.mod_dropnavi .mod_dropnavi_child ul li a:hover   {color:#FFF; text-decoration:underline;}
.mod_dropnavi .mod_dropnavi_child ul li a:active  {color:#FFF; text-decoration:underline;}




/* clearfix：float解除＆親要素に高さを算出させる
-----------------------------------------*/
.ex_clearfix_nav:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.ex_clearfix_nav {
  min-height: 1px;
}
* html .ex_clearfix_nav {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.col_L{
	float:left;
}

/*グロナビCSS(スマホ版)*/
.nav_bg {
	background-color: #eaeaea!important;
}
.accbox {
	text-align: center;
    margin: 0;
    padding: 0;
    max-width: 100%;/*最大幅*/
}
.accbox ul{
	padding-left: 0!important;
	margin: 0!important;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1px 0;
	font-size: 1.2em;
    padding : 1.2em 12px;
    color :#ffffff;
    font-weight: bold;
    background-color :#1a274e;
    cursor :pointer;
    transition: all 0.5s;
}
/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    padding-right: 8px;
}
/*アコーディオンなし*/
.accbox .acclist {
    display: block;
    margin: 2px 0;
	font-size: 1.2em;
    padding : 1.2em 12px;
    color :#1a274e;
    font-weight: bold;
    background-color :#ffffff;
    cursor :pointer;
}

/*ラベルホバー時*/
.accbox label:hover {
/*    background :#85baef;*/
}
/*チェックは隠す*/

.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px 10px;
    opacity: 1;
	background-color: #eaeaea;
}
/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}

.cssacc:checked + label + .accshow > ul > li{
	background-color: #ffffff;
	color: #1a274e;
	font-size: 1.2em;
	margin: 2px 0;
	padding : 1.0em 0;
}
.cssacc:checked + label + .accshow > ul > a > li{
	background-color: #ffffff;
	color: #1a274e;
	font-size: 1.2em;
	margin: 2px 0;
	padding : 1.0em 0;
}


/* ========================
footer_v2.php(200409)
==========================*/
#footer_pick .white_h1{
	color: #FFFFFF;
}

.strong_card .uk-card-body h3.uk-card-title{
	color: #2665ae;
	font-size: 2em;
	line-height: .5;
}

.strong_card .uk-card-body p span.uk-background-muted{
	padding: .5em;
	box-sizing: border-box;
}

@media (max-width:600px){
	.strong_card .uk-card-body h3.uk-card-title{
		line-height: 1.4;
	}
}

.bc_bg {
	background-color: #f8f8f8;
}

.bc_wrap {
	padding: 15px 0;
	line-height: 2;
	letter-spacing: -0.2px;
}

.bc_wrap a{
	color: rgba(10,100,190,1.00);
}

@media (max-width:600px){
	#ddf_gn + .bc_bg {
		padding-top: 70px;
	}
	.bc_bg + #main {
		padding-top: 0;
	}
	.bc_wrap {
		font-size: .7rem;
	}
}


/*小見出し*/
.head-s {
	padding: 0;
	margin-bottom: 10px;
	text-align: center!important;
}
.head-s span{
	font-size: 1.8rem;
	color: #1B274E;
	font-weight: 600;
	padding: 10px 5px 0;
	border-bottom: 4px solid #00153e;
	vertical-align: baseline!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.head-s {
		margin-bottom: 10px;
	}
	.head-s span{
		font-size: 0.9rem;
		border-bottom: 1px solid #00153e;
	}
}

/*大見出し*/
.head-b {
	font-size: 2.5rem;
	line-height: 1.4;
	color: #1B274E;
	margin: 20px auto;
	text-align: center!important;
	vertical-align: baseline!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.head-b {
		font-size: 1.5rem;
		margin: 10px auto;
	}
}

/*小さめ大見出し*/
.head-c{
	font-size: 2.5rem;
	line-height: 1.4;
	color: #1B274E;
	margin: 20px auto;
	text-align: center!important;
	vertical-align: baseline!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.head-c {
		font-size: 1.2rem;
		margin: 10px auto;
	}



	/*スマホ画像*/
	.img-sp{
		width: 60%;
		}
}

.button_solid018 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 25px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eee;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
    font-size: 1.4rem;
    margin: 2vh auto;
}
.button_solid018 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-48%);
    position: absolute;
    top: 48%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.detail-link a {
    display: inline-block;
    font-size: 1.0rem;
    color: #1B274E;
    padding: 0 5px;
    border-bottom: 1px solid #00153e;
    vertical-align: baseline!important;
}
.detail-link a span {
    font-weight: 600;
}

@media screen and (max-width: 640px) {
	.button_solid018 a {
		max-width: 100px;
		font-size: 1rem;
		padding: 14px 30px 14px 25px;
	}
	
	
	
}


#set1 section:nth-child(2n-1) {
    background: initial;
}

.ninjin{
	color: #faa05a!important;
}

.margin{
	margin: 40px;
}
@media (max-width:640px) {
	.margin{
		margin: 30px;
	}
}
.under_text{
	text-align: center;
    margin-bottom: 50px;
    font-size: 1.2rem;
    font-weight: bold;
	line-height: 1.5;
}


.txt_link{
	color: #10A2F5;
	border-bottom: 1px solid #10A2F5;
	display: inline-block;
}

.pc_none{
	display: none;
}

.ttl_gr{
	margin-bottom: 0rem;
}

.ttl_gr h2{
	font-size: 2rem;
	text-align: center;
	line-height: 1.2em;
	padding-bottom: .5rem;
	border-bottom: dotted 1px #333333;
}

.ttl_gr p{
	font-size: 1.2rem;
	text-align: center;
}

.img_boxdayo{
	width: 100%;
	margin: 2rem auto 2rem;
}

.img_boxdayo img{
	width: 100%;
}

.remake .content_box p{
	color: #333333;
}

.remake .content_box p small{
	font-size: .8rem;
}

.remake .content_box h4{
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: .5rem;
}

.box29 {
    margin: 2em 0;
    background: #FAE8E6;
		box-sizing: border-box;
}

.box29 .box29-title {
    font-size: 1.2em;
    background: #B9473C;
    padding: .8rem .5rem;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
		box-sizing: border-box;
}

.box29 .box29-text{
	padding: 1rem;
}

#footer_pick {
	background: url(/assets/images/ddf_bg2.png) no-repeat #001c58 right bottom;
	background-size: cover;
}

#set1 section.res_area{
	background-color: #EDF7FF;
	text-align: center;
}

section.res_area .res_btndayo{
	width: auto;
	margin: 0 auto;
	padding: 1.5rem;
	text-align: center;
	background-color: #0F765F;
	display: inline-block;
	border-radius: 5px;        /* CSS3草案 */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px;   /* Firefox用 */   
}

section.res_area .res_btndayo p{
	color: #FFFFFF;
}

section.res_area .res_btndayo p.res_txt_1{
	color: #FFFFFF;
	font-size: 1.5rem;
}

section.res_area .res_btndayo p span.res_txt_2{
	color: #333333;
	display: inline-block;
	font-size: 1.2rem;
	padding: .5rem;
	line-height: 1.5em;
	background-color: #E5C502;
	border-radius: 3px;        /* CSS3草案 */  
-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 3px;   /* Firefox用 */   
}

section.res_area .res_btndayo p a.res_tel span.txt_tel{
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: bold;
}

section.res_area .res_btndayo p a.res_tel span.txt_tel::after,
section.res_area .res_btndayo p a.res_tel span.txt_tel::before{
	content: " ";
}

section.res_area .res_btndayo p a.res_tel span.tel{
	color: #FFFFFF;
	font-size: 2.5rem;
	font-weight: bold;
}

section.res_area .res_btndayo hr{
	border: dotted 1px #E5C502;
}

.footer_pick_box img {
    height: 230px;
}
/* ------------------ #problem ---------------------*/
#set1 #problem {
	background: url("../../assets/images/retiree/problem_bg.jpg") no-repeat center;
	background-size: cover;
}
@media (max-width:600px) {
	#set1 #problem {
		background: none;
	}
	#set1 #problem {
		background: url("../../assets/images/retiree/problem_bg.jpg") no-repeat center center #14192a;
		background-size: cover;
	}
}

#problem h3{
	color: #FFFFFF;
	background-color: #b20000;
	padding: 1rem 0;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}

#problem ul li::before{
	content: "■ ";
}

#problem ul li{
	font-size: 1.5rem;
	margin: 1rem 0;
}

/* ------------------ #consul_graph ---------------------*/
section#consul_graph{
	background-color: #FFFFFF !important;
}

#consul_graph h4,
#houchi h4{
	color: #FFFFFF;
	text-align: center;
	font-size: 1.8rem;
	margin: 4rem 0;
}

#consul_graph h4 span,
#houchi h4 span{
	background-color: #02093B;
	padding: .8rem 1rem;
}

#consul_graph .content_box{
}

#consul_graph .img_boxdayo{
	width: 80%;
	margin: 4rem auto;
}

#consul_graph .img_boxdayo img{
	width: 100%;
}

/* ------------------ #research ---------------------*/
#research ul.special_panel{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

#research ul.special_panel li.special_item{
	width: 20%;
	padding: 1.5%;
	box-sizing: border-box;
}

#research ul.special_panel li.special_item .img{
	padding-bottom: 2rem;
}
#research ul.special_panel li.special_item .title{
	display: inline-block;
	font-weight: bold !important;
	padding-bottom: 1rem;
	height: 4rem;
}

#research ul.special_panel li.special_item .title p{
	text-align: justify;
	line-height: 1.5em;
	font-weight: bold;
}

#research ul.special_panel li.special_item .text p{
	text-align: justify;
	line-height: 1.3em;
}

/* ------------------ #case_list ---------------------*/
table.jirei th{
	padding: .5rem;
	font-weight: bold;
	width: 18%;
	border-right: solid 1px #000000;
	box-sizing: border-box;
	text-align: left;
}

table.jirei td{
	padding: .5rem .5rem .5rem 2%;
	width: 80%;
	box-sizing: border-box;
	line-height: 1.5em;
	text-align: justify;
}

#case_list .box29{
	margin-bottom: 3rem;
}

@media (max-width:600px) {
	table.jirei th{
	padding: .5rem;
	width: 100%;
	border-bottom: solid 1px #000000;
	border-right: none;
	text-align: center;
	display: block;
}

	table.jirei td{
	padding: .5rem;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.5em;
	display: block;
	margin-bottom: 2rem;
}

}

/* ------------------ sp ---------------------*/
@media (max-width:600px) {
	.pc_none{
		display: none;
	}
	
	.sp_none{
		display: block;
	}
	
	.align_left{
		text-align: left;
	}
	
	small{
		text-align: left !important;
		line-height: 1.2em;
	}
	
	#set1 section.res_area .res_btndayo p a.res_tel span.tel{
	font-size: 2rem;
}

	.ttl_gr h2{
		font-size: 1.2em;
		text-align: left;
	}

	.ttl_gr p{
		font-size: 0.7em;
		text-align: left;
	}
	
	#set1 section.res_area .res_btndayo p span.res_txt_2{
		margin-bottom: 1rem;
	}
	
/* ------------------ #remake ---------------------*/
	.remake .content_box h4{
		font-size: 1.2rem;
	}
	
	/* ------------------ #problem_sp ---------------------*/
	#problem h3{
	font-size: 1.5rem !important;
	line-height: 1.5em;
	}

	#problem ul li{
		text-align: left;
		line-height: 1.5em;
		font-size: 1rem;
	}

/* ------------------ #consul_graph_sp ---------------------*/
	#consul_graph h4,
	#houchi h4{
		font-size: 1.4rem;
		margin: 4rem 0;
	}

	#consul_graph h4 span,
	#houchi h4 span{
		display: block;
		line-height: 1.5em;
		letter-spacing: -1px;
	}

	#consul_graph .img_boxdayo {
			width: 100%;
			margin: 2rem auto;
	}

	/* ------------------ #research_sp ---------------------*/
	#research ul.special_panel{
		justify-content: space-between;
	}
	
	#research ul.special_panel li.special_item{
	width: 48%;
	box-sizing: border-box;
	margin-bottom: 2rem;
	}
	
	#research ul.special_panel li.special_item .img{
	padding-bottom: 1rem;
	}

	
	
}


.test {
	color: aqua !important;
}
/*参考サイト
https://ai-create.net/magazine/2017/06/19/uikit3%E3%81%AE%E4%BD%BF%E3%81%84%E6%96%B9-%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%8B%E3%82%89%E3%83%AC%E3%82%A4%E3%82%A2%E3%82%A6%E3%83%88%E3%81%BE%E3%81%A7/*/

/*背景　
.uk-sectionのあとに記述
白
.uk-section-default
グレー
.uk-section-muted
*/



.text-m {
	font-size: 1.6em;
	text-align: center;
}

@media screen and (max-width: 640px){
	.text-m {
		font-size: 1em;
		line-height: 18px;
		text-align: justify;
	}
}



.text-navy {
	color: #1B274E;
}

.text-gray {
	color: #333;
}

.bg-gray {
	background-color: #777;
	color: #fff;
}

.text-s10 {
	font-size: 1.0rem;
}

.indent {
	text-indent: -2.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.inline {
	display: inline!important;
}

.text-s13 {
	font-size: 1.3rem;
}

.text-b {
	font-weight: 600;
}


.m-b5 {
	margin-bottom: 5px;
}

.m-t30 {
	margin-top: 30px;
}

.p-tbrl {
	padding: 60px 66px 0;
}

.p-t7 {
	padding-top: 7px;
}

.f-w600 {
	font-weight: 600;
}

.f-w600 span{
	font-weight: 600;
    color: #fff !important;
    background-color: #b20000;
    padding: 5px 10px;
    margin: 0px 12px 4px 5px;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */
/*
	.uk-container p, .uk-container span {
		font-size: 1.0rem;
	}
*/
	
	.f-w600 span{
		padding: 5px 5px 0;
	}
	.text-s13sp {
		font-size: 1.3rem!important;
	}
	.p-tbrl {
		padding: 40px 36px 0;
	}
	
	.text-s12sp span{
		font-size: 1.2rem!important;
	}
}
/*小見出し*/
.head-s {
	padding: 0;
	margin-bottom: 10px;
	text-align: center!important;
}
.head-s span{
	font-size: 1.5rem;
	color: #1B274E;
	font-weight: 600;
	padding: 10px 5px 0;
	border-bottom: 1px solid #00153e;
	vertical-align: baseline!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.head-s {
		margin-bottom: 10px;
	}
	.head-s span{
		font-size: 1.1rem;
	}
}

/*大見出し*/
.head-b {
	font-size: 2.5rem;
	line-height: 1.4;
	color: #1B274E;
	margin: 20px auto;
	text-align: center!important;
	vertical-align: baseline!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.head-b {
		font-size: 1.4rem;
		margin: 10px auto;
	}
}

.head-b span {
	font-size: 2.5rem;
	line-height: 1.4;
	margin: 20px auto;
	text-align: center!important;
	vertical-align: baseline!important;
}

@media (max-width:640px) {
	.head-b span {
		font-size: 1.4rem;
		margin: 10px auto;
	}
}

/*詳細ボタン*/
.detail-btn {
	padding: 0;
	text-align: center!important;
}
.detail-btn a{
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #fff;
	background-color: #b20000;
	margin: 50px auto 35px;
	padding: 20px 40px 15px 45px;
	border-bottom: 5px solid #770002;
	vertical-align: baseline!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.detail-btn a{
		margin: 20px auto 30px;
		padding: 15px 40px 15px 45px;
	}
	.detail-btn span{
		font-size: 1.4rem;
	}
}

/*詳細文字リンク*/
.detail-link {
	padding: 0;
	margin-bottom: 50px;
	text-align: center!important;
}
.detail-link a{
	display: inline-block;
	font-size: 1.0rem;
	color: #1B274E;
	padding: 0 5px;
	border-bottom: 1px solid #00153e;
	vertical-align: baseline!important;
}
.detail-link a span{
	font-weight: 600;
}

.detail-link-b {
	padding: 0;
	margin-bottom: 50px;
	text-align: center!important;
}

.detail-link-b a{
	display: inline-block;
	font-size: 1.0rem;
	color: #FFF;
	padding: 0 5px;
	border-bottom: 1px solid #FFF;
	vertical-align: baseline!important;
}
.detail-link-b a span{
	font-weight: 600;
}

/*スマホ用*/
@media screen and (max-width: 640px) {
	
}


/*背景付きの見出し*/
.head-bg {
	background-color: #00153e;
}
.head-bg h2{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.0;
	color: #fff;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.head-bg {
		background-color: #00153e;
	}
	.head-bg h2{
		font-size: 1.3rem;
		font-weight: 600;
		line-height: 1.6;
		color: #fff;
	}
}

/*赤いbgのcaseのやつ*/
.case-red {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #fff;
	background-color: #b20200;
	padding: 10px 20px 5px 20px;
	vertical-align: baseline!important;
	text-align: center!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.case-red {
		font-size: 1.4rem;
	}
}

/*下層ページのファーストビュー*/


@media screen and (min-width: 641px) {
	.bg-img-top {
		background: url(/assets/images/about/ddf_about1_bg.png) #000b0c no-repeat right bottom;
		background-size: cover;
		color: #fff;
	}
}
@media screen and (max-width: 640px) {
	.bg-img-top {
		background: url(/assets/images/ddf_bg2_sp.png) #000b0c no-repeat left bottom;
		background-size: cover;
		color: #fff;
	}
}
.bg-img-top div h1 span{
	color: #fff;
	border-color: #fff;
}
.bg-img-top div h1{
	color: #fff;
}



@media screen and (min-width: 641px) {
	.bg-img-top-co {
	background: url(/assets/images/about/ddf_about1_bg.png) #000b0c no-repeat left center;
	background-size: cover;
	color: #fff;
}
}
@media screen and (max-width: 640px) {
	.bg-img-top-co {
		background: url(/assets/images/ddf_bg2_sp.png) #000b0c no-repeat left bottom;
		background-size: cover;
		color: #fff;
	}
}

.bg-img-top-co div h1 span{
	color: #fff;
	border-color: #fff;
}
.bg-img-top-co div h1{
	color: #fff;
}
@media screen and (min-width: 641px) {
	.bg-img-top2 {
		background: url(/assets/images/ddf_bg2.png) #000b0c no-repeat left center;
		background-size: cover;
		color: #fff;
	}
}
@media screen and (max-width: 640px) {
	.bg-img-top2 {
		background: url(/assets/images/ddf_bg2_sp.png) #000b0c no-repeat left bottom;
		background-size: cover;
		color: #fff;
	}
}
.bg-img-top2 div h1 span{
	color: #fff;
	border-color: #fff;
}
.bg-img-top2 div h1{
	color: #fff;
}


.uk-text-warning {
	font-weight: 600;
}




@media screen and (min-width: 641px) {
	.bg-img-top2 {
		background: url(/assets/images/ddf_bg2.png) #000b0c no-repeat left center;
		background-size: cover;
		color: #fff;
	}
}
@media screen and (max-width: 640px) {
	.bg-img-top2 {
		background: url(/assets/images/ddf_bg2_sp.png) #000b0c no-repeat left center;
		background-size: cover;
		color: #fff;
	}
}
.bg-img-top2 div h1 span{
	color: #fff;
	border-color: #fff;
}
.bg-img-top2 div h1{
	color: #fff;
}



@media screen and (min-width: 641px) {
	.bg-img2 {
		background: url(/assets/images/retiree/problem_bg.jpg) no-repeat center;
		background-size: cover;
	}
}

@media screen and (max-width: 640px) {
	.bg-img2 {
		background-color: #eee;
	}
}
/*背景付きの見出し(赤)*/
.head-bg2 {
	background-color: #880101;
}
.head-bg2 h2{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.0;
	color: #fff;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.head-bg2 {
		background-color: #880101;
	}
	.head-bg2 h2{
		font-size: 1.3rem;
		font-weight: 600;
		line-height: 1.6;
		color: #fff;
	}
}



/*開くとじるボタン*/
.btn {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #fff;
	background-color:grey;
	margin: 30px 0px 0 0;
	padding: 8px 15px 6px 15px;
	vertical-align: baseline!important;
	text-align: center!important;
}
/*スマホ用*/
@media screen and (max-width: 640px) {
	.btn {
		font-size: 1.2rem;
	}
}
.btn:hover {
    cursor: pointer;    
}
.btn:active {
	background: #4F4F4F;
}


@media screen and (min-width: 641px) {
	.bg-img-ddf {
	background: url(/assets/images/ddf_bg.jpg) #000b0c no-repeat left center;
	background-size: cover;
	color: #fff;
}
}
@media screen and (max-width: 640px) {
	.bg-img-ddf {
		background: url(/assets/images/ddf_bg2_sp.png) #000b0c no-repeat left bottom;
		background-size: cover;
		color: #fff;
	}
}

.bg-img-ddf div h1 span{
	color: #fff;
	border-color: #fff;
}
.bg-img-ddf div h1{
	color: #fff;
}

/*ここから追加*/

#problem h3 {
    color: #FFFFFF;
    background-color: #b20000;
    padding: 1rem 0;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.gray-white{
	width: 100%;
	height: auto;								
	 background: linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 20%,#E7E7E8 20%,#E7E7E8 90%,#FFFFFF 90%,#FFFFFF 100%);
	margin: 10vh 0;
}

.nayami-flexpart{
	display: flex;
	flex-direction: column;
	width: 70%;	
	margin: auto;
}

.nayami-flexpart li span{
	background: linear-gradient(transparent 40%, yellow 60%);
	font-weight: bold;
}

/*フレックス上*/
.flex-top{
	display: flex;	
}

/*フレックス右上*/
.top-right-flex{
	display: flex;
	flex-direction: column;
	padding-top: 5vh;
	justify-content: center;
	align-items: center;
	flex: 2;
}

.yellow-box{
	background-color: #F3E100;
	border: solid 9px #020300;
	border-radius: 20px;
	width: 92%;
	padding: 20px;
}
.yellow-box ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
	justify-content: flex-end;
	padding-left: 0;
}

.yellow-box ul li{
	flex-basis: 95%;
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
    line-height: 1.7;
}										
					
.yellow-box ul li::before {
  content: url("https://digitaldata-forensics.com/hacking-c/image/checkbox.png");
  vertical-align: middle;
  position: absolute;
	left: -37px;
}


.top-q{
	font-size: 2.4vw;
	font-weight: bold;
	padding-right: 25px;
	margin-bottom: 2vh;
}
.top-q h2 {
    font-weight: bold;
}
.top-q p {
    color: #b20000;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 2px;
}
.sankaku{
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-top: 30px solid  #CA125B;
	margin: auto;
}

.nayami-txt{						
	font-weight: bold;	
	text-align: center;
}
					
.nayami-txt p {
	text-align: left;
	display: inline-block;
	font-size: 1.9vw;
	line-height: 1.5;
	font-weight: bold;
	margin: 0;
}

/*フレックス左上*/
.top-left-flex{
	flex: 1;
}
.top-left-flex img{
	width: 100%;
}


/*フレックス下*/
.flex-bottom{
	
}
.navy-box{
	background-color: #1F2749;
	border: solid 10px #FFFFFF;
	border-radius: 20px;		
	height: auto;
	box-shadow: 0 0 7px 2px rgb(0 0 0 / 15%);
	padding: 7vh 0;
	position: relative;
}

.navy-box::before {
  content: url("https://digitaldata-forensics.com/hacking-c/image/navy-icon1.png");
  vertical-align: middle;
  position: absolute;
	left: -1.3px;
	top: 20%;
/*	transform: scale(1.2);*/
}
.navy-box::after {
  content: url("https://digitaldata-forensics.com/hacking-c/image/navy-icon2.png");
  vertical-align: middle;
  position: absolute;
	right: -1.3px;
	    top: 25%;
/*	transform: scale(1.2);*/
}

.navy-box-txt{
	text-align: center;
	font-size: 2.2vw;
	font-weight: bold;
	color: #FFFFFF;	
	line-height: 1.2;
}
					
.white-border{
	border: solid 1px #FFFFFF;
	width: 70%;
	margin: 20px auto;
}
.navy-txt-s{
	font-size: 1.8vw;
	font-weight: bold;
	color: #FFFFFF;	
	text-align: center;
}
.yellow-moji{
	font-weight: bold!important;
	color: #ECE600;
/*	    font-size: 1.5rem;*/
}
.bottom_text{
	font-size: 1.3rem;
    line-height: 1.7;
    padding: 30px 0;
    /* background: #eee; */
    margin: 30px auto;
    font-weight: bold;
    text-align: center;
}
.bottom_text span{
	font-weight: bold;
	background:linear-gradient(transparent 40%, yellow 60%);
}

/*三角形*/
.pink-icon{
	color: #CB125A;
	font-size: 5vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-solid, .fass {
    font-weight: 900;
}
.fa-classic, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fal, .far, .fas, .fat {
    font-family: "Font Awesome 6 Pro";
	font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
							
/* solid018 */
.button_solid018 a {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 200px;
	padding: 25px 25px;
	color: #313131;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background: #eee;
	filter: drop-shadow(0px 2px 4px #ccc);
	border-radius: 3px;
	font-size: 1.4rem;
	margin: 2vh auto;
}
.button_solid018 a:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.button_solid018 a:after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #313131;
	border-right: 3px solid #313131;
	transform: rotate(45deg) translateY(-48%);
	position: absolute;
	top: 48%;
	right: 20px;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
}
.head-d {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #1B274E;
    margin: 20px auto;
    text-align: center!important;
    vertical-align: baseline!important;
}
.head-h3 {
    font-size: 1.7rem;
    line-height: 1.4;
    color: #1B274E;
    margin: 20px auto;
    text-align: left;
    vertical-align: baseline!important;
    font-weight: bold;
    border-left: 7px solid #1B274E;
/*
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
*/
    padding-left: 20px;
	
}
.head-h3 span{
	font-size: 1.5rem;
	font-weight: bold;
}



@media(max-width:768px){
	.button_solid018 a{
		max-width: 100px;
		font-size: 1rem;
		padding: 14px 30px 14px 25px;
	}
	.top-readmore{
		margin-top: -30px;
	}
}
#about_2011 .flex_2011>div {
    width: 100%!important;
/*	padding: 0!important;*/
}

.ct_2011 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.main_2011{
    box-sizing: border-box;
}
.h2_2011 {
    text-align: center;
}
.h2_2011 h2 {
    margin-bottom: 50px;
    font-family: 'Roboto';
    color: #28427B;
    font-size: 49px;
    font-weight: 900;
}
.h2_2011 h2 span {
    margin-left: 20px;
    font-family: 'NotoSansJP';
    color: #353738;
    font-size: 28px;
    font-weight: 700;
    vertical-align: 6px;
}
#footer_faq.content {
    max-width: 1000px;
    margin: 40px auto;
    padding: 10px;
}
.qa_box {
    padding: 0;
}
#qa_2011 .qa_box li:first-child .qa_q {
    margin-top: 0;
}
.qa_q {
    background-color: #1B274E;
    margin: 30px 0 10px;
    padding: 5px 20px 2px;
    box-shadow: 0 2px 5px -1px rgb(0 0 0 / 30%);
    border-radius: 3px;
    cursor: pointer;
}
.qa_q p {
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}
.qa_q span {
    margin-right: 6px;
    color: #fff;
    font-family: sans-serif;
    font-size: 2rem;
    font-weight: bold;
}
.qa_box .inner {
    padding: 0;
}
.qa_a {
    padding: 5px 40px 5px 72px;
}
.qa_a p {
    position: relative;
    margin: 0;
    font-size: 1.2rem;
}
.uk-child-width-1-2{
	width:50%;
}

.yellow-box {
    background-color: #f8f8f8;
    border: none;
    border-radius: 13px;
    width: 92%;
    padding: 30px;
}
.nayami-flexpart,
#about_2011{
	margin: 10vh auto;
}
.nayami-txt {
    margin-bottom: 50px;
}
.bg-blue,
.bg-fff{
	margin: 0 auto 10vh;
}
.bg-blue{
	background: #1B274E!important;
}
.bg-blue h3,
.bg-fff h3{
	font-size: 2.7rem;
/*    line-height: 2;*/
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
    border-bottom: 3px dashed rgb(255,255,255,0.3);
    margin: 0 auto 15px;
	padding: 10px 0;
}
.bg-blue h3 font,
.bg-fff h3 font{
	font-size: 1.5rem;
}
	
	
.bg-blue h3 span{
	color: yellow;
	font-weight: bold;
}
.bg-blue p{
	font-weight: 500;
	color: #fff;
}
.bg-fff h3,
.bg-fff p{
	color: #000;
}
.bg-blue p,
.bg-fff p{
	text-align: justify;
    width: 70%;
    margin: auto;
}
.bg-fff h3 span{
	color: #b20000;
/*    font-family: sans-serif;*/
    font-weight: bold;
}
.bg-fff h3{
	border-bottom: 3px dashed rgb(0,0,0,0.3);
}
.lisk span{
	color:#b20000;
	font-weight: bold;	
}

.inner-contents{
	width: 70%;
	padding: 30px 0;
}
.about_container{
	width: 80%;
	padding: 0!important;
	
}
.case-yellow {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    color: #000;
    background-color: yellow;
    padding: 19px 20px 15px;
    vertical-align: baseline!important;
    text-align: center!important;
    font-weight: bold;
    /* border: 3px solid #000; */
    border-radius: 30px;
    margin-bottom: 0!important;
    border: 3px solid #000;
}
.case_title{
	align-items: center;
    margin-bottom: 20px;
    /* border: 3px solid #000; */
    border-radius: 30px;
    box-sizing: border-box;
    outline: 3px solid #000;
    outline-offset: -3px;
}
.case_title h3{
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 0!important;
	font-size: 1.3rem;
}
.contentbox{
	padding: 30px 50px;
    color: #000;
    font-weight: bold;
    /* border: 5px solid #000; */
    background: #f8f8f8;
}
.btn.btn-kawa{
	display: inline-block;
	font-size: 1rem;
    line-height: 1.2;
    color: #fff;
    background-color: #b20000;
    margin: 30px 0px 0 0;
    padding: 8px 17px 6px 20px;
    vertical-align: baseline!important;
    text-align: center!important;
    border-radius: 11px;
    font-weight: bold;
    letter-spacing: 2px;
	
}
.btn.btn-kawa:active {
    background: #770002;
}
#about_2011 {
    background-size: cover!important;
    background-position: center center!important;
}
.head-y {
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 3px dashed rgb(0,0,0,0.3);
    text-align: center;
    margin: 0 auto 20px;
    padding-bottom: 10px;
	line-height: 1.5;
}

.under_text.mega{
	font-size: 2.5rem;
	letter-spacing: 1px;
}
.under_text.mega span,
.head-y span{
	font-weight: bold;
    background: yellow;
	color: #000;
/*	font-size: 1.5rem!important;*/
}
.footer_logo {
    display: block;
    margin: 0 auto;
	width: 600px;
}
section#ddf_footer_idf {
    margin-top: 1rem;
}

#ddf_footer_idf .section_wrap.footer_parts {
    display: flex;
    margin: auto!important;
    align-items: center;
    justify-content: center;
}

#ddf_footer_idf .section_wrap.footer_parts p{
	margin-bottom: 0;
	line-height: 1.5;
}

#ddf_footer_idf .section_wrap.footer_parts img{
	width: 80px;
}
@media(max-width:768px){
	
	.under_text.mega span,
	.head-y span{
/*		font-size: 1.3rem!important;*/
	}
	.yellow-moji {
/*
		font-weight: bold!important;
		color: #ECE600;
*/
		font-size: 1.5rem!important;
	}
	.gray-white{
		margin:0 0 10vh;
	}
	.nayami-flexpart{
		width: 90%;						
	}
	.top-left-flex{
		display: none;
	}
	.about_container {
		width: 90%;
	}
	.yellow-box{
		width: 95%;
		box-sizing: border-box;
		padding: 20px 10px 20px 50px;
	}
	.yellow-box ul{
		flex-direction: column;
	}
	
	.yellow-box ul li {
		flex-basis: 48%;
		font-weight: bold;
		font-size: 1rem;
		position: relative;
	}
	.h2_2011 h2 {
		font-size: 30px!important;
		margin-bottom: 20px!important;
	}
	.h2_2011 h2 span {
		font-size: 13px!important;
		margin-left: 14px!important;
	}
	.head-h3 span {
		font-size: 1.2rem;
		font-weight: bold;
	}
	.head-h3 {
		font-size: 1rem;
		border-left: 4px solid #1B274E;
		padding-left: 10px;
	}
	.h2_2011 h2 {
		margin-bottom: 20px;
	}
	.case_title {
		align-items: baseline;
		flex-direction: column;
	}
	.case_title {
		padding-bottom: 11px;
		padding-bottom: 11px;
		border-bottom: 1px dashed rgb(0,0,0,0.3);
		border-radius: 0;
		outline: none;
		
	}
	.case_title h3 {
		text-align: left;
		padding-left: 4px;
		margin-bottom: 0!important;
		font-size: 1.2rem;
		margin-top: 10px;
		
	}
	.case-yellow {
		padding: 8px 15px 6px;
	}
	.nayami-flexpart, #about_2011 {
		margin: 3vh auto;
	}
	
	.top-q{
		font-size: 1.7rem;
		padding-right: 0;
	}
	.bottom_text {
		font-size: 1rem;
		padding: 0px;
		margin: 20px 5px;
		text-align: left;
	}

	.nayami-txt p {
		text-align: left;
		display: inline-block;
		font-size: 1rem;
		line-height: 1.2;
		font-weight: bold;
		margin: 0;
		font-size: 1.07rem;
	}
	.under_text {
		text-align: center;
		margin-bottom: 30px;
		font-size: 1rem;
	}
	.under_text.mega {
		font-size: 1.4rem;
	}
	.head-y {
		font-size: 1.5rem;
		letter-spacing: 1px;
		line-height: 1.5;
	}
	.inner-contents {
		width: 95%;
	}
	.bg-blue h3, .bg-fff h3{
		font-size: 1.7rem;
		line-height: 1.5;
		width: 90%;
		padding-bottom: 10px;
	}
	.bg-blue p, .bg-fff p {
		width: 90%;
		font-size: 12px;
	}
	#about_2011 .flex_2011>div:first-child {
		padding: 10px!important;
		width: 90%;
	}
	.p-tbrl {
		padding: 40px 15px 0;
	}
	.p-tbrl h3{
		font-size: 1.2rem;
   		text-align: left;
	}
	.f-w600 span {
		padding: 5px;
		margin: 0;
		margin-right: 4px;
	}
	p.koumoku {
		font-size: 12px;
		font-weight: bold;
	}
	.navy-box{
		border: solid 6.5px #FFFFFF;
	}
	.navy-box::before {
		display: none;
	}
	.navy-box::after {
		display: none;
	}	
	
	.navy-box-txt{
		font-size: 1.1rem;
	}
	.w1060{
		padding: 0!important;
	}
	.uk-text-justify {
		font-size: 1rem;
	}
	.contentbox {
		padding: 20px;
		font-size: 1rem;
	}
	.sp_remove{
		padding: 0!important;
	}
	.sp_remove p{
		font-size: 1rem;
	}
	.button_solid018 a{
		margin: 4vh auto;
	}
	
	.navy-txt-s{
		font-size: 0.85rem;
	}
	.white-border{
		width: 90%;
	}
	.pink-icon{
		font-size: 4rem;
	}
	.slick-dots {
		bottom: -25px!important;
	}
	.footer_logo {
		width: 90%;
	}
}

.footer_link {
	margin-bottom: 5rem;
}
.footer_link h3 {
	color: "#000";
	margin: 0 0 10px 0;
	padding: 0 0 5px 30px;
	border-bottom: solid 1px #d6d9da;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.4;
	position: relative;
	width: 93%;
    margin: 0 auto 1.3rem auto;
}
.footer_link h3::before{
	position: absolute;
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	top: 6px;
	left: 2px;
	border-top: 4px solid #28427B;
	border-right: 4px solid #28427B;
	transform: rotate(45deg);
		
}
.link_items {
	display: flex;
	justify-content: start;
	width: 90%;
	margin: auto;
	flex-wrap: wrap;
}
.footer_link a {
	width: 30%;
	/* display: inline-block; */
	margin-left: 0;
	padding-right: 1rem;
	position: relative;
	line-height: 1.7;
	font-size: 1.2rem;
	/* color: #1e87f0; */
}


.footer_link a:hover{
	text-decoration: underline;
	opacity: 0.8;
}

.footer_link a i.fa-circle{
	font-weight: 900;
	font-size: 0.6rem;
	/* margin-bottom: -3px; */
	top: 13px;
	left: -16px;
	position: absolute;
}
@media(max-width:600px){
	.footer_link a {
		width: 100%!important;
		text-align: left;
		margin-left: 15px;
	}
}

