@charset "utf-8";
/* CSS Document */

/* 共通css調整 */
header {
	letter-spacing: 0.06em;
}
a.cv_btn_header,
a.cv_btn_header_others {
    background-color: #152768;
    border: 1px solid #fff;
}
header img {
    width: 160px;
}

@media (min-width: 420px) {
header img {
    width: 200px;
}
}
.drawer-navbar-pc .icon_new-tab {
    width: 0.6em;
    height: 0.6em;
    margin-left: 6px;
    background-image: url(/web/jp/images/pr/icon_new-tab_dropdown.svg);
    background-repeat: no-repeat;
    display: inline-block;
}
.footer_nav .footer_list_title {
    line-height: 1.4;    
}

/*---------- section_cta ----------*/
.cta_wrap {
    position: relative;
    padding: 3rem 0; 
}
.cta_wrap::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #052F58;
    opacity: .60;
}
.cta_bg {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
}
.cta_bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.cta_wrap .container {
    position: relative;
    z-index: 10;
}
.cta *{
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-all;
}
.cta h2 {
    margin-bottom: 32px;
    color: #fff; 
    text-align: center;
}
.cta h2 span {
    padding-bottom: 4px;
    border-bottom: 2px solid #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}
.cta h2 span.lgwan {
	border-bottom:none !important;
}
.cta_content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.cta_list li {
	padding-left: 0.5rem;
    color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
.cta_list.checkmark li::before {
	border-color: #fff;
}
.cta_list li + li {
	margin-top: 1.0rem;
}
.cta_btn_wrap {
    width: 100%;
    margin: 2rem auto 0;
    justify-content: center;
    gap: 24px 24px;
}
.cta_btn_wrap .flex_item {
    max-width: 400px;
}  
.cta_btn_wrap li a {
    width: 100%;
}
@media (min-width: 768px) {    
.cta_wrap {
    padding-top: 4rem; 
    padding-bottom: 4rem;
}    
.cta h2 {
    margin-bottom: 48px;
} 
.cta h2 span {
    font-size: 32px;
    letter-spacing: .05em;
}     
.cta_list li {
	font-size: 18px;	
}
.cta_list.checkmark li::before {
    width: 16px;
    height: 8px;
}
.cta_btn_wrap {
    margin-top: 3rem;
}
.cta_btn_wrap .flex_item {
    width: calc(100%/2 - 12px);
}    
.cta_btn_wrap li a.btn_cta {
    padding: 24px 16px;
    font-size: 24px;
}  
.cta_btn_wrap li a.btn_cta::before {
    width: 32px;
    height: 32px;
}     
}
 
/*---------- btn ----------*/
a.btn_cta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    gap: 8px;
    padding: 18px 16px;
	background-color: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
	color: #fff;
	font-size: 18px;
    font-weight: 500;
    line-height: 1.0;
    transition: all 0.3s 0s ease;
}
a.btn_cta::before {
    flex: 0 0 auto;
    content: '';
    background-image: url(/web/jp/government/images/icon_document.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
}
a.btn_cta.download {background-color: #152768; }
a.btn_cta.contact::before {background-image: url(/web/jp/government/images/icon_voice.svg); }
a.btn_cta.contact {background-color: #3B81C7; }
a.btn_cta.download::before {background-image: url(/web/jp/government/images/icon_document.svg);}
a:hover.btn_cta {opacity: 1.0;} 
a:hover.btn_cta.download {background-color: #0B1436;}
a:hover.btn_cta.contact {background-color: #2C6094;} 
/*---------- flex_box ----------*/ 
.flex_row {
	display: flex;
	flex-flow: row wrap;
}	
.cta .flex_row .flex_item {
    width: 100%;
} 
.flex_row .flex_item_center {
    align-items: center;
}
/* list_style:checkmark */	  
ul.checkmark li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
    gap: 8px;
}     
ul.checkmark li::before {
    content: '';
	margin-top: 4px;
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    transform: rotate(-45deg);
    width: 16px;
    height: 8px;
}
/*  add feature links */	
.feature_links{
  width: 100%;
  display: flex;
  justify-content: right;
}
.feature_links {
  padding: 0 32px 0 0;
  width: 100%;
  box-sizing: border-box;
}
.feature_links a{
    display: block;
    background-image: url('/web/jp/government/images/service/contract/feature_link_arrow.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 16px;
    line-height: 1.5;
    color: #152768;
}
.feature_links a:hover{
    opacity: 0.7;
}