@charset "utf-8";
/*------------------------------
	case
------------------------------*/
.case .problem03 .ttlLv4,.case .problem03 .ttlLv3{
	position: relative;
}
.case .problem03 .ttlLv4 span,.case .problem03 .ttlLv3 span{
	float: right;
	padding: 2px 22px 0 0;
	font-size: 1.5rem;
}

.case .problem03 .ttlLv3 span{
	padding: 8px 30px 0 0;
}

.case .problem03 .ttlLv4 span:before,.case .problem03 .ttlLv3 span:before{
	content: "";
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #354187;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}
.case .problem03 .ttlLv4 span:after,.case .problem03 .ttlLv3 span:after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	bottom: 13px;
	right: 14px;
	margin-top: -3px;
}

/*------------------------------
	column
------------------------------*/
.column_info{
	font-size: 1.4rem;
	color: #666;
	margin-bottom: 30px;
}
.column_lead{
	font-size: 1.6rem;
	color: #354187;
	font-weight: bold;
}
.column_lead + section{
	margin-top: 30px;
}
.column_attention{
	margin-bottom: 20px;
	font-size: 1.4rem;
	color: #666;
}
.colum_relation{
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #fff7dc;
	border: solid 1px #1F2A65;
}
.colum_relation a{
	color: #1f2a66;
}
.colum_img{
	border: 2px solid #cccccc;
	background: #fff;
}
section + .column_attention{
	margin-top: 30px;
	border-top: dashed 1px #ccc;
	padding-top: 20px;
}
.column_side .ttl{
	margin: 0 0 20px 0;
  padding: 17px 0 17px 10px;
  color: #1f2a66;
  font-size: 1.8rem;
  font-weight: bold;
  border-top: 2px solid #202a67;
  border-bottom: 2px solid #202a67;
}
.column_side .archive{
	margin-bottom: 50px;
}
.column_side .year li{
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
	padding: 10px 5px;
}
.column_side .archive a{
	color: #1f2a66;
	display: block;
}
.column_side .pickup_box a{
	color: #333;
}
.column_side .pickup_box a img{
	height: auto;
	width: 100%;
}	
.column_side .pickup_box a img:hover{
	opacity: 0.8;
}
.column_side .pickup_box .col{
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
}
.column_side .pickup_box .col .columnTtl{
	margin-top: 10px;
	font-size: 1.4rem;
}
.column_side .pickup_box .col:nth-of-type(1)::before,
.column_side .pickup_box .col:nth-of-type(2)::before,
.column_side .pickup_box .col:nth-of-type(3)::before {
	content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
}
.column_side .pickup_box .col:nth-of-type(1)::before {
    background: url('/common/images/ranking01.png') no-repeat;
    background-size: cover;
}
.column_side .pickup_box .col:nth-of-type(2)::before {
    background: url('/common/images/ranking02.png') no-repeat;
    background-size: cover;
}
.column_side .pickup_box .col:nth-of-type(3)::before {
    background: url('/common/images/ranking03.png') no-repeat;
    background-size: cover;
}
.column_side .pickup_box .col:nth-of-type(4)::before {
	content: "4";
	position: absolute;
	background: #354187;
    color: #fff;
    padding: 0.3em 0.7em;
	border-radius: 50%;
	font-size: 14px;
    top: 0;
    left: 8px;
}
.column_side .stripeBoxList .itemInr{
	height: 100%;
}
.column_side  .stripeBoxList .itemInr .itemTxt{
	display: table-cell;
	vertical-align: middle;
}
.column_side .stripeBoxList .itemInr .itemName{
	font-size: 1.4rem;
	margin-bottom: 0;
}
.column_side .stripeBoxList a[target="_blank"] .itemInr::before{
	width: 18px;
	height: 22px;
}
.column_side .archive_category {
	margin-bottom: 50px;
}
.column_side .archive_category li {
	padding: 0;
}
.column_side .archive_category .Tag {
	width: 100%;
    display: block;
    text-align: center;
    padding: 5px;
}
section.column .item .col{
	width: 352px;
	margin-left: 0;
	padding-left: 60px;
	float: left;
	position: relative;
}
section.column .item .col:nth-child(odd){
	margin-right: 41px;
}
section.column .item .col:nth-child(-n+2){
	margin-bottom: 50px;
}
section.column .item .col:nth-of-type(1)::before,
section.column .item .col:nth-of-type(2)::before,
section.column .item .col:nth-of-type(3)::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0;
	top: 0;
}
section.column .item .col:nth-of-type(1)::before {
	background: url('/common/images/ranking01.png') no-repeat;
	background-size: cover;
}
section.column .item .col:nth-of-type(2)::before {
	background: url('/common/images/ranking02.png') no-repeat;
	background-size: cover;
}
section.column .item .col:nth-of-type(3)::before {
	background: url('/common/images/ranking03.png') no-repeat;
	background-size: cover;
}
section.column .item .col:nth-of-type(4)::before {
	content: "4";
	position: absolute;
	background: #354187;
    color: #fff;
    padding: 0.3em 0.7em;
	border-radius: 50%;
	font-size: 14px;
    top: 0;
	left: 23px;
}
section.column .item .col:nth-of-type(1)::before,
section.column .item .col:nth-of-type(2)::before,
section.column .item .col:nth-of-type(3)::before {
}
section.column .item .col a{
	color: #333;
}
section.column .item .col a img:hover{
	opacity: 0.8;
}
section.column .item .Tag{
	display: none;
}
section.column .columnTtl {
  margin-top: 10px;
  text-align: center;
}
section.column ul li{
	padding-left: 0;
}
section.column dl{
	display: flex;
  padding: 20px 0;
  vertical-align: middle;
}
section.column dl:nth-child(n+2) {
    border-top: 1px solid #eee;
}
section.column dt{
	display: flex;
  padding-top: 3px;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
section.column dt span {
  margin-left: 18px;
  vertical-align: middle;
}
section.column dd{
	vertical-align: middle;
  margin-left: 20px;
}
section.column img{
	width: 100%;
	height: 180px;
    object-fit: cover;
}
section.column span.Tag{
	display: block;
  width: 100px;
  height: 21px;
  padding-top: 2px;
  font-size: 1.2rem;
  text-align: center;
}
.tag_01{
	color: #b57300;
  border: 1px solid #b57300;
}
.tag_02{
	color: #006ed5;
  border: 1px solid #006ed5;
}
.tag_03{
	color: #df0c0c;
  border: 1px solid #df0c0c;
}
.tag_04{
	color: #478900;
  border: 1px solid #478900;
}
.tag_05{
	color: #333;
	border: 1px solid #333;
}
.colum_relation span.Tag{
	background: #fff;
	font-size: 1.2rem;
	padding: 2px 10px;
	margin-right: 8px;
}
.column-single h2 {
    margin: 0 0 20px 0;
    padding: 15px 0 10px 10px;
    color: #1f2a66;
    font-size: 2.5rem;
    font-weight: bold;
    border-top: 2px solid #202a67;
    border-bottom: 2px solid #202a67;
}
.column-single h3 {
    margin: 60px 0 20px 0;
    padding: 0 0 6px 10px;
    color: #202a67;
    border-bottom: solid 0.125em #bdbdbd;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    text-align: left;
}
.column-single h3::after {
    position: absolute;
    content: '';
    display: block;
    width: 20%;
    height: 100%;
    left: 0;
    bottom: -0.125em;
    border-bottom: 0.125em solid #202a67;
}
.column-single .mgb30 + .box h3 {
	margin-top: 30px;
}
.column-single p + h3 {
	margin-top: 30px;
}
.column-single h4 {
	margin: 40px 0 20px 0;
    padding: 6px 10px 6px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #1f2a66;
    background: #f7f7f7;
}
.column-single .mgb20 + .item h4 {
	margin-top: 20px;
}
.column-single h5 {
	padding-left: 14px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #202a67;
    position: relative;
	margin-top: 20px;
}
.column-single h5::after {
	content: "";
    height: 10px;
    width: 10px;
    background: #202a67;
    position: absolute;
    top: 7px;
    left: 0;
}
.column-single table {
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background: #fff;
	margin: 10px 0 30px;
}
.column-single th,
.column-single td {
	padding: 14px;
    border: 1px solid #cccccc;
    vertical-align: middle;
}
.column-single th {
    background: #1f5598;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.column-single .key_img img {
	width: 100%;
}
.column-single .column_side .same_category .col,
.column-single section.column .item .col {
	padding: 0;
}
.column-single .column_side .same_category .col::before,
.column-single section.column .item .col::before {
	content: none;
}
.column-single section.column .item .col {
	width: 367px;
	margin-bottom: 20px;
}
.column-single section.column .item .col:nth-child(odd) {
	margin-right: 25px;
}
.column-single section.column img {
	height: 225px;
}
.column-single .same_category .column_col_none {
	display: none;
}
.column-single .column .item .column_col_none {
	display: none;
}
.column-single .column_attention {
  margin-top: 30px;
  border-top: dashed 1px #ccc;
  padding-top: 20px;
}


/*------------------------------
	manual
------------------------------*/

section.shortcut .dl_btn div{
	display: inline-block;
	margin-bottom: 40px;
	text-align: center;
}
section.shortcut .dl_btn div:nth-last-child(-n+3) {
	margin-bottom: 0;
}
section.shortcut .dl_btn div .dl_name{
	margin-bottom: 10px;
}
section.shortcut .dl_btn div .linkBtn{
	margin-top: 10px;
}

/*------------------------------
	service feature timerec
------------------------------*/

.mov_cont{
	width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.mov_cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------
voice
-------------------------------------------------------*/
.voice {
  width: 100%;
  position: relative;
  padding-bottom: 80px;
}
.awardContent {
  width: 100%;
  position: relative;
}

.voiceContentItem {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.voiceContentItem:not(:first-of-type) {
  margin-top: 22px;
}

.voiceIcon {
  width: 260px;
  background-color: #efefef;
  position: relative;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 5px 30px;
}
.voiceIcon img {
  width: auto;
  max-width: 100%;
  padding-bottom: 10px;
}
.voiceTtl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #202a67;
}
.voiceText {
  width: 740px;
  border: solid 2px #354187;
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.voiceText p {
  width: 88%;
}

.voiceText:after, .voiceText:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 28%;
}

.voiceText:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 91px;
  border-right-width: 91px;
  margin-top: -8px;
  margin-right: -5px;
  border-right-color: #FFFFFF;
  transform: rotate(5deg);
}

.voiceText:before {
  border-color: rgba(53, 65, 135, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 103px;
  border-right-width: 103px;
  margin-top: -12px;
  margin-right: 1px;
  border-right-color: #354187;
  transform: rotate(5.5deg);
}