@charset "UTF-8";
/*====================================

	----------------------------------
		Structure
	----------------------------------

	0. General
	1. Header
	2. Main
	3. Footer
	4. Page

	----------------------------------
		Change Log
	----------------------------------

	-2021/03/01	Fixed all

====================================*/


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/*====================================

	0. General

====================================*/
html { font-size: 62.5%; }
body { position: relative; background: #ffffff; color: #202020; font-weight: 500; font-size: 1.0rem; font-family: 'Noto Sans JP', sans-serif; }
img { vertical-align: bottom; }
a { color: #202020; text-decoration: none; cursor: pointer; }
	a:hover { opacity: 0.8; }
input[type=submit] { cursor: pointer; }
ul,
ol { list-style: none; }

div.inner { display: block; overflow: hidden; margin: 0 auto; width: 1000px; zoom: 1; }
.spOnly { display: none !important; }
#page-top { position: fixed; right: 20px; bottom: 30px; z-index: 3; }
#page-top a { display: block; width: 60px; height: 60px; background: url("/common/img/icon_pagetop.png") no-repeat 0 0; text-align: center; text-indent: -9999px; }


/*====================================

	1. Header

====================================*/
header { position: relative; z-index: 5; padding-top: 120px; min-width: 1000px; font-size: 1.6rem; line-height: 1.1; }
#l-header_logo { position: absolute; top: 25px; right: 50%; width: 500px; }
#l-header_logo img { width: 380px; height: auto; }
#l-header_cmn { background: #025f91; }
#l-header_cmn > ul { display: -webkit-flex; display: flex; margin: 0 auto; width: 1000px; -webkit-justify-content: flex-start; justify-content: flex-start; }
#l-header_cmn > ul > li { position: relative; -webkit-flex-grow: 1; flex-grow: 1; }
#l-header_cmn > ul > li:not(:first-child):before { position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 1px; height: 30px; background: #9fa0a0; content: ""; }
#l-header_cmn > ul > li > a { display: block; padding: 20px 0; color: #fff; text-align: center; font-weight: 700; }

#l-header_sub { position: absolute; top: 27px; left: 50%; display: -webkit-flex; display: flex; margin-left: 140px; width: 380px; -webkit-align-items: flex-start; align-items: flex-start; }
#l-header_sub ul { display: -webkit-flex; display: flex; width: 380px; flex-wrap: wrap; }
#l-header_sub li { position: relative; margin-right: 20px; width: 170px; }
#l-header_sub .button { display: block; }
#l-header_sub p img { width: 203px; height: auto; }


/*====================================

	2. Main

====================================*/
main { position: relative; padding-bottom: 50px; min-width: 1000px; font-size: 1.8rem; line-height: 1.4; }
main.tile { background: url("/common/img/bg_tile.png"); }
main a { text-decoration: underline; }
main a:hover { text-decoration: none; }



/*====================================

	3. Footer

====================================*/
footer { padding: 50px 0; background: #f0f0f0; font-size: 1.4rem; }
footer .column { margin: 0 auto; width: 1000px; }
.leftBlock { width: 440px; }
.leftBlock dl { padding-top: 12px; border-top: 1px solid #000; }
.leftBlock dt { float: left; }
.leftBlock dd { margin-bottom: 12px; padding: 0 0 12px 120px; border-bottom: 1px solid #000; }
.rightBlock { width: 500px; }
.rightBlock ul { display: -webkit-flex; display: flex; margin: 1em 0; flex-wrap: wrap; }
.rightBlock li { margin-right: 1.5em; }
.rightBlock p { font-size: 1.2rem; }
#footerLogo { margin-bottom: 17px; font-weight: 700; font-size: 2rem; }
#l-footer_sub ul { display: -webkit-flex; display: flex; width: 380px; flex-wrap: wrap; }
#l-footer_sub li { position: relative; margin-right: 20px; width: 170px; }
#l-footer_sub .button { display: block; }




/*====================================

	4. page

====================================*/

/*-----------------------------------------------------
Common
------------------------------------------------------*/
/*
	Title
------------------------------------------------------*/
.title00 { display: -webkit-flex; display: flex; margin-bottom: 40px; height: 150px; background: #000 url("/common/img/bg_title.png") no-repeat 0 0 / cover; color: #fff; text-align: center; font-weight: 700; font-size: 4rem; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.title00L { background: #000 url("/common/img/bg_title_l.png") no-repeat 0 0 / cover; height: 558px; padding-top: 160px; text-align: center; }
.title01 { border-bottom: 2px solid #026093; }
.title01 span { display: inline-block; padding: 0.2em 0.8em; background: #026093; color: #fff; font-size: 2.4rem; }
.title02 { font-weight: 700; font-size: 2rem; }
.title03 { font-weight: 700; font-size: 2.4rem; }
.title03:before { color: #026093; content: "■"; }
.titleBB { padding-bottom: 10px; border-bottom: 2px solid #026093; }
/*
	Text
------------------------------------------------------*/
main p { margin: 1em 0; line-height: 1.6; }
main small { font-size: 80% !important; }
.komeTxt { padding-left: 1em; text-indent: -1em; }
.komeNumTxt { padding-left: 2em; text-indent: -2em; }
.kakkoTxt { padding-left: 3em; list-style: none inside; text-indent: -3em; }
.taR { text-align: right !important; }
.taL { text-align: left !important; }
.taC { text-align: center !important; }
.fwB { font-weight: 900; }
.block { display: block !important; }
.c_white { color: #fff; }
.c_red { color: #e60012; }
.required { display: inline-block; margin-right: 0.6em; padding: 2px 10px; background: #e60012; color: #fff; font-size: 1.4rem; }
.optional { display: inline-block; margin-right: 0.6em; padding: 2px 10px; background: #026093; color: #fff; font-size: 1.4rem; }
/*
	Image
------------------------------------------------------*/
figure { margin: 0.5em 0; text-align: center; }
figure.gray { padding: 30px; background: #f0f0f0; }
figure.bBlue { padding: 30px 20px; border: 3px solid #026093; background: #fff; }
figure img { max-width: 100%; height: auto; }
/*
	List
------------------------------------------------------*/
main ol,
main ul { margin: 1em 0; }
.discList { margin: 1em 0; list-style: none; }
.discList > li { position: relative; padding-left: 1em; }
.discList > li:before { position: absolute; top: 0; left: 0; content: "・"; }
.decimalList { margin: 1em 0 1em 1.5em; list-style: decimal; }
.circleList { margin: 1em 0 1em 1.5em; list-style: circle; }
.alphaUList { margin: 1em 0 1em 1.5em; list-style: upper-alpha; }
.alphaLList { margin: 1em 0 1em 1.5em; list-style: lower-alpha; }
.squareLList { margin: 1em 0 1em 1.5em; list-style: square; }
.katakanaList { margin: 1em 0 1em 1.5em; list-style: katakana; }
.irohaList { margin: 1em 0 1em 1.5em; list-style: katakana-iroha; }
.romanList { margin: 1em 0 1em 1.5em; list-style: upper-roman; }
.kakkoList { margin: 1em 0; padding-left: 2.5em; list-style: none inside; text-indent: -2.5em; }
	.kakkoList > li { counter-increment: cnt; }
	.kakkoList > li:before { display: marker; content: "（" counter(cnt) "）"; }
	.kakkoList > li * { text-indent: 0; }
.komeList { margin: 1em 0; text-indent: 0; }
	.komeList > li { padding-left: 1em; text-indent: -1em; }
.komeNumList { margin: 1em 0; }
	.komeNumList > li { padding-left: 2em; text-indent: -2em; }
	.komeNumList > li * { text-indent: 0; }
main ol ol,
main ol ul,
main ul ol,
main ul ul { margin-top: 0 !important; margin-bottom: 0 !important; }
/*
	Icon
------------------------------------------------------*/
.icon { position: relative; display: inline-block; padding-left: 1.5em; text-decoration: none; }
.icon:before { position: absolute; top: 0; left: 0; width: 1.4em; height: 1.4em; content: ""; }

.icon.arrowBlue:before { background: url("/common/img/icon_arrow_blue.png") no-repeat 0 0 / auto 1.2em; }
.icon.arrowBlueBottom:before { background: url("/common/img/icon_arrow_blue.png") no-repeat 0 0 / auto 1.2em; transform: rotate(90deg); }
/*
	Button
------------------------------------------------------*/
.btnBlock { margin: 70px 0; text-align: center; }

.button { position: relative; display: inline-block; text-align: center; text-decoration: none; line-height: 1.1; }
.button:before { position: absolute; top: 0; right: 1em; bottom: 0; margin: auto; width: 1.4em; height: 1.4em; content: ""; }
.button.green,
.button.orange,
.button.blue { padding: 4px; background: -webkit-linear-gradient(90deg, rgba(201,201,201,1) 0%, rgba(255,255,255,1) 50%, rgba(201,201,201,1) 100%); background: linear-gradient(90deg, rgba(201,201,201,1) 0%, rgba(255,255,255,1) 50%, rgba(201,201,201,1) 100%); }
.button.green span { display: block; padding: 20px; background: #009c74; color: #fff; font-weight: 700; font-size: 1.5rem; }
.button.orange span { display: block; padding: 20px; background: #ef7c00; color: #fff; font-weight: 700; font-size: 1.5rem; }
.button.blue { margin: 0 10px; }
.button.blue span { position: relative; display: inline-block; padding: 35px 95px; background: #026093; color: #fff; font-weight: 700; font-size: 2rem; }
.button.blue span:before { position: absolute; top: 0; right: 1.5em; bottom: 0; margin: auto; width: 25px; height: 25px; background: url("/common/img/icon_arrow.png") no-repeat; content: ""; }
.button.blue.back span:before { position: absolute; top: 0; right: auto; bottom: 0; left: 1.5em; margin: auto; width: 25px; height: 25px; background: url("/common/img/icon_arrow.png") no-repeat; content: ""; transform: rotate(180deg); }
.button.blank span:before { position: absolute; top: 0; right: 1.5em; bottom: 0; margin: auto; width: 25px; height: 25px; background: url("/common/img/icon_blank.png") no-repeat 50% 50%; content: ""; }
/*
	Marker
------------------------------------------------------*/
marker { }
marker.lightYellow { background: linear-gradient(transparent 80%, #ffcc00 80%); }
marker.thinRed { background: linear-gradient(transparent 90%, #e60012 90%); }
marker.red { background: linear-gradient(transparent 0%, #e60012 0%); color: #fff; }
/*
	Table
------------------------------------------------------*/
table { margin: 1em 0; width: 100%; border-collapse: collapse; }
table ol,
table ul { margin: 0; }
/*
	Columns
------------------------------------------------------*/
.column { display: -webkit-flex; display: flex; flex-wrap: wrap; }
.column.space-between { -webkit-justify-content: space-between; justify-content: space-between; }
.column.justify-center { -webkit-justify-content: center; justify-content: center; }
.column.align-items-center { -webkit-align-items: center; align-items: center; }


/*
	Block　COMMON
------------------------------------------------------*/
section { margin: 0 auto; width: 1000px; }

.checkBlock { margin-top: 50px; }
.checkBlock dl { border: 2px solid #e60012; background: #fff; }
.checkBlock dt { margin: -30px 0 0 -3px; font-weight: 700; font-size: 2.4rem; line-height: 1; }
.checkBlock dt span { position: relative; display: inline-block; padding: 16px 10px 16px 85px; background: #e60012; color: #fff; }
.checkBlock dt span:before { position: absolute; top: 0; bottom: 0; left: 15px; margin: auto; width: 56px; height: 37px; background: url("/common/img/icon_check.png") no-repeat; content: ""; }
.checkBlock dt span:after { position: absolute; top: 0; right: -28px; bottom: 0; margin: auto; width: 0; height: 0; border-top: 28px solid transparent; border-bottom: 28px solid transparent; border-left: 28px solid #e60012; content: ""; }
.checkBlock dd { padding: 15px 20px; font-size: 1.6rem; }
.checkBlock dd em { font-weight: 700; font-style: normal; font-size: 2.3rem; display: inline-block; margin-bottom: 0.4em; }
.checkBlock dd figure { margin-top: 20px; }



/*-----------------------------------------------------
Top
------------------------------------------------------*/
.topBlock01 { margin-top: -105px; }
.topBlock01 h2 { margin-bottom: 10px; }
.topBlock01 h3 { margin-bottom: 90px; }
.topBlock01 h3 span { border-bottom: 5px solid #f08300; display: inline-block; font-size: 3.4rem; }
.topBlock01 .arrow { position: relative; font-weight: 700; font-size: 2.4rem; padding-top: 60px; text-align: center; margin-bottom: 80px; }
.topBlock01 .arrow:before { position: absolute; top: 0; right: 0; left: 0; margin: auto; width: 0; height: 0; border-top: 40px solid #f08300; border-right: 50px solid transparent; border-left: 50px solid transparent; content: ""; }
.topBlock01 dl { border: 1px solid #000; background: #fff; margin: 75px 0 65px; }
.topBlock01 dt { background: #dcdddd; padding: 15px 38px; font-size: 2rem; text-align: center; }
.topBlock01 dd { padding: 30px 0; text-align: center; }
.topBlock02 .btnBlock ul { width: 1000px; margin: 0 auto; }
.topBlock02 .button.blue span { padding: 5px; width: 294px; height: 96px; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }


/*-----------------------------------------------------
threat
------------------------------------------------------*/
.threatBlock01 { margin-bottom: 80px; }
.threatBlock01 .graph { text-align: center; margin-top: 30px; }
.threatBlock01 .graph dt { margin-bottom: 10px; color: #026093; font-size: 2.4rem; }
.threatBlock01 .graph dd { padding: 25px; border: 2px solid #026093; background: #fff; }
.threatBlock01 .arrow { position: relative; font-weight: 700; font-size: 2.4rem; padding-top: 60px; text-align: center; }
.threatBlock01 .arrow:before { position: absolute; top: 0; right: 0; left: 0; margin: auto; width: 0; height: 0; border-top: 40px solid #f08300; border-right: 50px solid transparent; border-left: 50px solid transparent; content: ""; }
.threatBlock02 .example { margin-bottom: 30px; width: 480px; }
.threatBlock02 .example.wide { width: 1000px; }
.threatBlock02 .example dt { margin-bottom: 20px; padding: 10px 20px; border-left: 8px solid #026093; background: #f0f0f0; font-size: 2rem; }
.threatBlock02 .example dd { font-size: 1.8rem; line-height: 1.6;; }
.threatBlock02 .example figure { margin-bottom: 15px; }
.threatBlock02 td { padding: 10px 0; border-bottom: 1px solid #9fa0a0; }
.threatBlock02 .sum td { border-top: 3px solid #9fa0a0; border-bottom: none; font-weight: 700; }
.threatBlock02 .type01 { margin: 24px 0; padding: 8px 20px; background: #f0f0f0; line-height: 1.6; }
.threatBlock02 .type02 { margin: 24px 0 60px; padding: 8px 20px; border: 5px solid #e60012; background: #fff; text-align: center; line-height: 1.6; }
.threatBlock02 .type02 em { margin-right: 0.2em; font-weight: 700; font-style: normal; font-size: 3rem; }



/*-----------------------------------------------------
comparison
------------------------------------------------------*/
.comparisonBlock02 { padding: 30px 35px; background: #f0f0f0; }
.comparisonBlock02 h2 { margin-bottom: 0.6em; text-align: center; font-size: 2.4rem; }
.comparisonBlock02 .cyber01 { width: 450px; border: 3px solid #009c74; }
.comparisonBlock02 .cyber01 dt { padding: 30px 15px 0; background: #009c74; }
.comparisonBlock02 .cyber02 { width: 450px; border: 3px solid #026093; }
.comparisonBlock02 .cyber02 dt { padding: 15px 15px 0; background: #026093; }
.comparisonBlock02 dt { text-align: center; color: #fff; font-weight: 700; font-size: 2.4rem; line-height: 1.3; height: 100px; }
.comparisonBlock02 dd { padding: 20px; text-align: center; font-size: 1.6rem; }
.comparisonBlock02 figure { margin-top: 20px; }
.comparisonBlock02 .button.green span { position: relative; display: inline-block; padding: 30px 80px 30px 40px; background: #009c74; color: #fff; font-weight: 700; font-size: 2rem; }


/*-----------------------------------------------------
about
------------------------------------------------------*/
.aboutBlock01 { margin-bottom: 60px; }
.aboutBlock01 .cyber { margin: 0 auto; width: 450px; border: 3px solid #026093; }
.aboutBlock01 .cyber dt { text-align: center; color: #fff; background: #026093; font-weight: 700; font-size: 2.4rem; line-height: 1.3; padding: 15px; }
.aboutBlock01 .cyber dd { padding: 20px 12px; text-align: center; font-size: 1.6rem; }
.aboutBlock01 .cyber figure { margin-top: 20px; }
.aboutBlock02 { margin-bottom: 60px; }
.aboutBlock03 { margin-bottom: 60px; }
.aboutBlock03 .point { margin: 20px 0; padding: 20px 20px; background: #f0f0f0; }
.aboutBlock03 .point dt { font-size: 2rem; }
.aboutBlock03 .point dd { margin-top: 10px; font-size: 1.6rem; }
.aboutBlock03 .point figure { margin-top: 20px; }
.aboutBlock04 { margin-bottom: 60px; }


/*-----------------------------------------------------
content
------------------------------------------------------*/
.contentBlock01 .example { width: 480px; border: 2px solid #026093; border-radius: 10px; background: #fff; }
.contentBlock01 .example dt { padding: 0.4em; background: #026093; color: #fff; text-align: center; font-size: 2.2rem; }
.contentBlock01 .example dd { position: relative; padding: 0.2em 1em; color: #026093; font-size: 2rem; line-height: 1.6; }
.contentBlock01 .example dd:after { position: absolute; right: 1.6em; bottom: 1em; content: "など"; }


/*-----------------------------------------------------
accident
------------------------------------------------------*/
.accidentBlock01 { }


/*-----------------------------------------------------
Request
------------------------------------------------------*/
.tableForm { table-layout: fixed; font-size: 1.6rem; }
.tableForm th { padding: 12px; border: 1px solid #9fa0a0; background: #f0f0f0; text-align: left; font-weight: normal; }
.tableForm td { padding: 10px 20px; border: 1px solid #9fa0a0; vertical-align: middle; }
.tableForm input[type="text"],
.tableForm input[type="email"],
.tableForm input[type="tel"],
.tableForm input[type="url"] { padding: 10px; width: 340px; border: 1px solid #9fa0a0; }
.tableForm input.short { width: 180px; }
.tableForm label { margin-right: 1em; }
.tableForm textarea { margin: 0 !important; }
.tableForm .add_check{margin: .3em 0 .5em 1em; font-size: 90%;}
.tableForm .txt_atten{font-size: 90%; margin:0;}

.formBlock01 { margin-top: 40px; }
.formBlock01 table + p { font-size: 1.6rem; }
.formBlock01 textarea { margin: 10px 0 !important; width: 100%; height: 150px; border: 1px solid #9fa0a0; }
.formBlock01 textarea.heightMin { height: 3em; }
.formBlock01 .komeList { font-size: 1.6rem; }

.formBlock02 { }
.tableForm02 th { background: #e5eff4; text-align: center; }
.tableForm02 .noborder { border: none; }
#quote { display: none; }

.requestTelBlock{margin-bottom:20px; padding: 10px 20px; border: 1px solid #026093;}


/*-----------------------------------------------------
PDF DL
------------------------------------------------------*/
.pdfDlBox .pdfDlBox_inner {display: flex; justify-content: center;}
.pdfDlBox .pdfDlBox_item{display: flex; flex-direction: column; justify-content: space-between;}
.pdfDlBox .pdfDlBox_item + .pdfDlBox_item{margin-left: 30px;}
.pdfDlBox .itemImg img{border: 1px solid #ccc;}
.pdfDlBox .itemImg-pamphlet img{width: 140px;}
.pdfDlBox .itemImg-ppt{height: 100%;}
.pdfDlBox .itemImg-ppt a{display: flex; align-items: center; justify-content: center; height: 100%;}
.pdfDlBox p{margin-bottom: 1.5em; line-height: 1.6;}
.pdfDlBox .pdfDlBtn{position: relative; display: flex; align-items: center; justify-content: center; width: 265px; margin: 0 auto; padding: 15px 28px 15px 72px; border-radius: 10px; background: -webkit-linear-gradient( -90deg, rgb(0,115,177) 0%, rgb(3,83,123) 100%); color: #fff; font-size: 18px; font-weight: bold; text-decoration: none;}
.pdfDlBox .pdfDlBtn::before{ content: ""; position: absolute; top: 50%; left: 16px; transform: translateY(-50%); display: block; width: 42px; height: 42px; background: url(/common/img/icon_pdf-w.png); background-size: contain;}


