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

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

パソコン向けスタイルおよび共通スタイルの指定

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
    min-width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    width: 100%;
    font-family:'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.spImg {
    display: none;
}

.Toggle {display:none;}

.wow:first-child {
      visibility: hidden;
    }
	
.spbr {
    display: none;
}
	
/*==========================================
 ヘッダーのスタイル
===========================================*/
.NavMenu h1 {
	display: none;
}

header {
	background-color: #E8E9F5;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	}
	
header section {
	display: flex;
	align-items: center;
	margin-left: 20px;
		margin-top: 20px;
	margin-bottom: 7px;
}
    	
header section h1 {
	margin-right: 20px;
}

header section p {
	text-align: left;
}

header ul {
	display: flex;
}

header ul li {
	margin-left: 10px;
}

header ul li a {
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

header ul li a:hover {
	background-color: #05BCEB!important;
	color: #FFFFFF!important;
	text-align: left;
}

header ul li:first-child a {
	background-color: #2BBF49;
}

header ul li:last-child a {
	background-color: #572BBF;
}

header ul li a img {
	display: none;
}

/*==========================================
 フッターのスタイル
===========================================*/
footer {
    width: 100%;
	}

#page-top {
    position: fixed;
    right: 16px;
    bottom: 96px;
}

/*==========================================
Other
===========================================*/
#main_img {
	background-color: #E8E9F5;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: left -200px bottom;
	padding-bottom: 52px;
}

#mainTop {
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-top: 22px;
	display: flex;
	justify-content: space-between;
}

#mainTop section {
	text-align: left;
	margin-top: 38px;
}

#mainTop section h2 {
	margin-bottom: 38px;
}

#mainTop section p {
	font-size: 1.750em;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	border-radius: 50px;
	display: inline-block;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 9px;
}

.mt_text {
	width: 100%;
	display: inline-flex;
	justify-content: center;
}

.mt_text p {
	align-self: baseline;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mt_text p:last-child {
align-self: flex-end;
}

.mt_text p span {
	background-color: #C40BB7;
	border-radius: 50px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

#mainImg {
	position: relative;
	padding-top: 61px;
}

#mainList {
max-width: 100%;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
	display: flex;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

#mainList li {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	max-width: 170px;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 0.813em;
	font-weight: bold;
}

#mainList li strong {
	font-size: 1.308em;
	color: #2B5DBF;
}

#mainList li span {
	color: #2B5DBF;
}

.btn {
max-width: 100%;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.btn li {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 1.438em;
	font-weight: bold;
		max-width: 456px;
	width: 100%;
}

.btn li a {
	display: block;
	border-radius: 10px;
	height: 119px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
}

.btn li a img {
	margin-right: 12px;
}

.btn li a span {
	font-size: 0.696em;
	color: #FF0000;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 12px;
}

.btn li:first-child a {
	background-color: #FFA200;
}

.btn li:nth-child(2) a {
	background-color: #119B7A;
}

.btn li a:hover {
	background-color: #979797;
}

#y_block {
	background-color: #FFD606;
}

#y_block .inner {
	max-width: 991px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	padding-top: 25px;
}

#y_block .inner section h2 {
	font-size: 1.8em;
	font-weight: 900;
	line-height: 1.7;
}

#y_block .inner section h2 span {
	background-color: #FFFFFF;
}

#y_block .inner section p {
	font-weight: bold;
	margin-top: 15px;
}

#y_block .inner figure {
	position: relative;
	bottom: -20px;
}

#btnBlock {
	background-color: #F0F0F0;
	background-image: url(../images/s01.png);
	background-repeat: no-repeat;
	background-position: center top -20px;
	padding-top: 80px;
	padding-bottom: 80px;
}

#btnBlock .btn {
	margin-top: 0px;
}

#btnBlock p {
	font-size: 1.438em;
	font-weight: bold;
max-width: 973px!important;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}

#btnBlock p a {
	display: block;
	border-radius: 10px;
	height: 119px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	background-color: #00AC62;
}

#btnBlock p a img {
	margin-right: 12px;
}

#btnBlock p a span {
	font-size: 0.696em;
	color: #FF0000;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 12px;
}

#btnBlock p a:hover {
	background-color: #979797;
}

#btnBlock .btn {
justify-content: space-between;
max-width: 973px!important;
width: calc(100% - 2em);
}

#btnBlock .btn li {
    margin-left: 0px!important;
    margin-right: 0px!important;
    font-size: 1.438em;
    font-weight: bold;
    max-width: 48%;
    width: 100%;
		margin-left: auto;
	margin-right: auto;
}

#topForm {
	background-color: #2B5DBF;
	padding-top: 80px;
	padding-bottom: 120px;
}

#topForm .inner {
max-width: 1100px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#topForm .inner h2 {
	font-size: 2.125em;
	color: #FFFFFF;
	font-weight: 900;
	padding-bottom: 50px;
}

#topForm .inner .form {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding-top: 80px;
	padding-bottom: 80px;
}

#topForm .inner .form dl {
	max-width: 926px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#topForm .inner .form dl dt {
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 17px;
}

#topForm .inner .form dl dt span {
	font-size: 0.667em;
	background-color: #FF0000;
	border-radius: 5px;
	display: inline-block;
	max-width: 43px;
	width: 100%;
	text-align: center;
	margin-left: 10px;
	color: #FFFFFF;
}

#topForm .inner .form dl dd input {
	border: 1px solid #707070;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#topForm .inner .form dl dd input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

#topForm .inner .form dl dd {
	margin-bottom: 56px;
}

#topForm .inner .form dl dd select {
	border: 1px solid #707070;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#topForm .inner .form dl dd textarea {
	border: 1px solid #707070;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.form_btn {
	font-size: 1.375em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2B5DBF;
	border-radius: 15px!important;
	max-width: 368px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-top: 27px;
	padding-bottom: 27px;
	background-image: url(../images/point2.png);
	background-repeat: no-repeat;
	background-position: right 65px center;
}

.form_btn:hover {
	background-color: #9B9B9B;
		-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
		 	transition: 0.3s ease-in-out;
}

#f_navi {
	margin-top: 80px;
	display: flex;
	justify-content: center;
}

#f_navi li {
	font-size: 1.250em;
	font-weight: bold;
	background-image: url(../images/ber2.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
	margin-right: 35px;
}

#f_navi li:last-child {
	background-image: none;
	padding-right: 0px;
	margin-right: 0px;
}

footer .btn li:nth-child(3) a {
	background-color: #00AC62;
}

footer .btn {
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 65px;
	margin-bottom: 35px;
	flex-wrap:wrap;
}

footer .btn li {
    margin-left: 2%;
    margin-right: 2%;
    max-width: 32%;
    width: 96%;
}

#copy {
	font-size: 0.750em;
	padding-bottom: 50px;
}

.font {
	margin-bottom: 40px;
	font-weight: bold;
}

#c_flow {
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}

.tabs {
	display: none;
}

#risk {
	margin-top: 120px;
	background-color: #F3F3F3;
	padding-bottom: 70px;
}

#risk h2 {
	background-color: #300E80;
	padding-top: 34px;
	padding-bottom: 34px;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 2.125em;
	font-weight: bold;
	color: #FFFFFF;
}

#risk h2 span {
	color: #FFE604;
}

#risk_contents {
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 70px;
	}
	
#i05 {
	position: absolute;
	right: 113px;
	top: -127px;
}

.font2 {
	font-size: 1.250em;
	font-weight: bold;
	padding-bottom: 70px;
}

#risk_box {
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

#risk_box section {
	max-width: 48%;
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 10px;
	position: relative;
	padding-top: 68px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}

#risk_box section h3 {
	font-size: 1.250em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #572BBF;
	border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	position: absolute;
	left: 0px;
	top: -25px;
}

#risk_box section p {
	font-weight: bold;
}

#risk_box section figure {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#reason {
	background-color: #E0D8F4;
	padding-top: 100px;
	padding-bottom: 70px;
}

.reason_inner {
max-width: 1100px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#reason h2 {
	font-size: 2.125em;
	color: #FFFFFF;
	font-weight: 900;
	background-color: #300E80;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
	margin-bottom: 40px;
}

.font3 {
	font-size: 1.125em;
	font-weight: bold;
	padding-bottom: 20px;
}

#reason section {
	margin-top: 70px;
}

#reason section h3 {
	font-size: 1.750em;
	background-color: hsla(0,0%,100%,0.66);
	font-weight: 900;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	color: #300E80;
	margin-bottom: 25px;
	}
	
.section_inner {
display: flex;
align-items: center;
}

.section_inner figure {
	max-width: 352px;
	width: 100%;
}

.section_inner figure img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
 	text-align: center;
}

.section_inner p {
	text-align: left;
	padding-left: 35px;
	padding-right: 35px;
	font-weight: bold;
}

.reverse {
flex-direction:row-reverse;
}

.tbbr {
	display: none;
}

#risk2 {
	padding-top: 100px;
	padding-bottom: 88px;
	max-width: 1100px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#risk2 h2 {
	font-size: 2.125em;
	color: #FFE604;
	font-weight: 900;
	background-color: #300E80;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
	margin-bottom: 40px;
}

#risk2 section h3 {
	font-size: 1.750em;
	font-weight: bold;
}

#risk2 section p {
	font-size: 1.125em;
	font-weight: bold;
	padding-bottom: 30px;
}

#risk2_block {
display: flex;
justify-content: space-between;
}

.r_box {
	background-color: #E6E0F6;
	width: 48%;
	padding-top: 37px;
	padding-right: 37px;
	padding-bottom: 37px;
	padding-left: 37px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
}

.r_box dl dt {
	color: #300E80;
	font-size: 1.875em;
	font-weight: 900;
	margin-bottom: 45px;
}

.r_box dl dd {
	text-align: left;
	font-size: 1.125em;
	font-weight: bold;
	padding-bottom: 30px;
	line-height: 1.8;
}

#value {
	background-color: #F3F3F3;
	padding-top: 93px;
	padding-bottom: 30px;
}

#value_inner {
max-width: 1100px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#value h2 {
	font-size: 2.125em;
	color: #FFFFFF;
	font-weight: 900;
	background-color: #300E80;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
	margin-bottom: 40px;
	position: relative;
}

#value h2 span {
color: #FFE604;
}

#value h2 img {
	position: absolute;
	right: 60px;
	bottom: 0px;
}

#value section {
	background-color: hsla(0,0%,100%,0.65);
	border-radius: 20px;
	border: 5px solid #C40BB7;
	margin-top: 35px;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#value section aside {
	font-size: 1.250em;
	color: #FFFFFF;
	font-weight: 900;
	background-color: #C40BB7;
	border-radius: 10px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: -40px;
	margin-bottom: -30px;
}

#value section h3 {
	color: #300E80;
	font-size: 1.750em;
	font-weight: 900;
	padding-bottom: 30px;
}

#value section ul li {
	font-weight: bold;
	line-height: 1.8;
	background-image: url(../images/point.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 25px;
	margin-bottom: 20px;
}

#countermeasure {
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

#countermeasure h2 {
	font-size: 2.125em;
	color: #FFE604;
	font-weight: 900;
	background-color: #300E80;
	padding-top: 22px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
	margin-bottom: 40px;
}

#countermeasure_top {
display: flex;
align-items: center;
}

#countermeasure_top section {
	text-align: left;
}

#countermeasure_top section h3 {
	font-size: 1.750em;
	font-weight: bold;
	padding-bottom: 10px;
}

#countermeasure_top section p {
	font-size: 1.125em;
	font-weight: bold;
}

#countermeasure_top section p strong {
	font-size: 1.667em;
	color: #C40BB7;
	margin-left: -10px;
}

#countermeasure_price {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

#countermeasure_price section {
	width: 48%;
	background-color: #EAE4F8;
	border-radius: 10px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 25px;
}

#countermeasure_price section aside {
	font-size: 1.125em;
	font-weight: bold;
}

#countermeasure_price section .price {
display: flex;
justify-content: center;
align-items: center;
}

#countermeasure_price section .price h4 {
	font-size: 1.063em;
	font-weight: bold;
	color: #000000;
	border-radius: 8px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 14px;
	background-color: #FFFFFF;
}

#countermeasure_price section .price p {
	font-weight: bold;
font-size: 1.375em;
 line-height: 1.5;
}

#countermeasure_price section .price p strong {
font-size: 2.273em;
}

.tbbr2 {
	display: none;
}

.thanks h2 {
    font-size: clamp(20px, 8vw, 27px);
    text-align: left;
    max-width: 1100px;
    width: calc(100% - 2em);
    margin: 2em auto 12px;
    background-color: #f1f0ff;
    font-weight: 600;
    padding: 8px;
    box-sizing: border-box;
    border-left: 6px #3568cf solid;
}

.thanks p {
    font-size: clamp(16px, 6vw, 22px);
    text-align: left;
    max-width: 1100px;
    width: calc(100% - 2em);
    margin: 0 auto 8em;
}

div#wpcf7-f198-o1 {
    position: relative;
    width: 100%;
}

.wpcf7-response-output {
	background-color: #ab010b;
    width: 90%;
    max-width: 450px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 1em auto !important;
    bottom: 20px;
    color: #fff !important;
    box-sizing: border-box;
}

.formBtnBlk .form_btn {
	width: calc(50% - 1em);
	margin: 0 0.5em 1em;
}