@charset "UTF-8";

@import url(base.css);

img {
	display: inline-block;
	max-width:100%;
	max-height: 100%;
    vertical-align:top;}

html {
    scroll-padding-top: 80px; /* 固定ヘッダの高さ分 */}

.sp,.pc845 {
	display: none !important;}

p {
    font-size: 100%;
    line-height: 1.4em;
    padding: 0;}

/*-------------------------------------------------
	++ container
-------------------------------------------------*/
#container {
	margin:0 auto;
	text-align: center;
	position:relative;
    width: 100%;
	min-width:1200px;}

.cInner {
	display:block;
	clear:both;
	width:1000px;
    padding: 0;
	margin:0 auto;
	text-align: left;
    margin-inline: auto;}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 9999;
    background-color: #FFFFFF;}
#header .Inner {
    width: 1200px;
	height:80px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;}
#header .logo {
    margin: 0;
    width: 300px;}
#header .logo img {
    width: 100%;}

#menu {
	position:relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;}
#menu nav ul {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;}
#menu nav li {
	font-size: 100%;
    line-height: 2.3em;
	text-align: center;
	margin: 0;
    padding-right: 2em;
    color: #000000;
	display: inline-block;}
#menu nav li a { 
    display: block;
    color: #000000;
    width: 100%;
    padding: 0px;}
#menu nav li.entry {
    background-color: #ff0000;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.entry a {
    display: block;
    color: #FFFFFF;
    padding: 0px 20px;
    font-weight: bold;}

#nav_toggle {
	display: none;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
	width: 100%;
    background-image: url(../img/PC_main_bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;}
#title .dairiten {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9998;}
.titleInner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 1200px;
    margin: 1% auto;}
.mainImg {
    order: 2;
    width: 400px;}
.mainImg img {
    width: 100%;}
.mainTxt {
    order: 1;
    width: 800px;
    margin: 0;
    text-align: left;}
.mainTxt2 {
    order: 3;
    width: 680px;
    margin: -200px 0 0 0;
    text-align: left;}
.catch {
    font-size: 62px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.3em;
    margin: 5% 0 0 0;}
.catch span {font-size: 40px;display: block;}

.campaignBtn {
    float: left;
    width: 350px;
    margin: 80px 0 0 0;
    padding: 10px 0;
    background-color: #ff0000;
    border-radius: 50px;}
.campaignBtn a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;}
.campaignBtn a:link,.campaignBtn a:visited {color:#ffffff;text-decoration:none;}
.campaignBtn a:hover,.campaignBtn a:active {color:#ffffff;text-decoration:none;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
	display:block;
	clear:both;
	width:1000px;
    padding: 0;
	margin:5% auto;
	text-align: left;}
.btnRed {
    margin: 0 auto;
    text-align: center;}
.btnRed a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 350px;
    padding: 10px 0px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    background-color: #ff0000;}
.btnRed2 {margin: 0;}
.btnRed2 a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 150px;
    padding: 5px 0px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    background-color: #ff0000;}
.btnGreen {
    margin: 0 auto 15px auto;
    text-align: center;}
.btnGreen a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 100%;
    padding: 15px 0px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: bold;
    background-color: #00923a;
    background-image: url(../img/bt_blank.svg);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 20px;}
.btnRed a:hover,.btnRed2 a:hover,.btnGreen a:hover {text-decoration: none;}
.btnRed a:link,.btnRed a:visited,
.btnRed2 a:link,.btnRed2 a:visited,
.btnGreen a:link,.btnGreen a:visited {color:#FFF;text-decoration:none;}
.btnRed a:hover,.btnRed a:active,
.btnRed2 a:hover,.btnRed2 a:active,
.btnGreen a:hover,.btnGreen a:active {color:#FFF;text-decoration:none;}

/*-------------------------------------------------
	++ bg
-------------------------------------------------*/
.cInner > .bgTtl {
    border-image: linear-gradient(#ffa900, #ffa900) fill 0 / / 0 100vw 0 100vw;
    margin: 0;
    padding: 1.5vw 0;}
.cInner > .bgWhite {
    border-image: linear-gradient(#fff, #fff) fill 0 / / 0 100vw 0 100vw;
    margin: 0;
    padding: 3vw 0;}
.cInner > .bgGray {
    border-image: linear-gradient(#f0f0f0, #f0f0f0) fill 0 / / 0 100vw 0 100vw;
    margin: 0;
    padding: 3vw 0;}
.cInner > .bgGreen3 {
    border-image: linear-gradient(#ebffeb, #ebffeb) fill 0 / / 0 100vw 0 100vw;
    margin: 0;
    padding: 3vw 0;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
h3 {
    color: #ff0000;
    text-align: center;
    padding: 0.5em;
    margin: 50px 0 20px 0;
    width: 1000px;
    font-size: 28px;
    border-top: solid 2px #ff8a00;
    border-bottom: solid 2px #ff8a00;
    background: repeating-linear-gradient(-45deg, #fffadc, #fffadc 3px,#fff0bc 3px, #fff0bc 7px);}

.txtC {
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    font-size: 110%;}

.recommendBox {
    display: flex;
    justify-content: space-between;
    align-items: center;}
.recommendImg {width: 210px;}
.recommendTxt {width: 750px;}
.recommendList {
	margin:0;}
.recommendList li {
	text-align: left;
    color: #000;
    font-size: 110%;
	line-height: 1.4em;
	list-style-type:none;
    font-weight: bold;
	padding: 0.3em 0 0.3em 35px;
    border-bottom: 1px #ff0000 dotted;
    background-image: url(../img/check.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 28px 28px;}

.campaignTbl table {
	width:100%;
	margin:0px auto 10px auto;
    border:1px solid #cccccc;}
.campaignTbl table tr th {
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
    background-color: #5dbd00;
    font-size: 100%;
	padding:15px;
    vertical-align: middle;}
.campaignTbl table tr td {
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
    background-color: #fff;
	position:relative;
    font-weight: normal;
    padding:15px;
    font-size: 100%;
    text-align: left;
    margin: 0 auto;}

.planTbl table {
	width:100%;
    table-layout: fixed;
	margin:0px auto 10px auto;
    border:1px solid #cccccc;}
.planTbl table tr th {
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
    background-color: #5dbd00;
    font-size: 100%;
	padding:15px;
    vertical-align: middle;}
.planTbl table tr th.ttl {background-color: #ff9d00;text-align: center;}
.planTbl table tr td {
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
    background-color: #fff;
	position:relative;
    font-weight: normal;
    padding:15px;
    font-size: 100%;
    text-align: center;
    margin: 0 auto;}

.planBox,
.whyBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;}
.jireiBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;}
.planImg,.whyImg {width: 180px;}
.planTxt,.whyTxt {width: 800px;}
.planTxtC {
    text-align: left;
    color: #ff0000;
    font-weight: bold;
    font-size: 150%;}

.campaign2Txt {
    text-align: center;
    color: #ff0000;
    font-weight: bold;
    font-size: 130%;
    line-height: 1.4em;
    margin-bottom: 0.8em;}
.campaign2Tbl table {
	width:100%;
    table-layout: fixed;
	margin:15px auto 10px auto;
    border:1px solid #cccccc;}
.campaign2Tbl table tr th {
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
    font-weight: bold;
    text-align: left;
    color: #FFFFFF;
    background-color: #5dbd00;
    font-size: 100%;
	padding:15px;
    vertical-align: middle;
    background-image: url(../img/bt_blank.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;}
.campaign2Tbl table tr th a {
    display: block;
    color: #fff;}
.campaign2Tbl table tr th.green {background-color: #8ecc00;}
.campaign2Tbl table tr th.ttl {background-color: #ff9d00;text-align: center;background-image: none;}
.campaign2Tbl table tr td {
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
    background-color: #fff;
	position:relative;
    font-weight: bold;
    color: #ff0000;
    padding:15px;
    font-size: 150%;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;}
.campaign2TxtC {
    font-size: 95%;
    text-align: center;
    margin: 0 auto;}
.campaign2OBox {
    border: 4px #ff8e00 solid;
    background-color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 120%;
    line-height: 1.5em;
    border-radius: 15px;
    padding: 20px 30px;
    margin-top: 25px;}

.whyTtl {
    text-align: left;
    font-weight: bold;
    font-size: 200%;
    line-height: 1.4em;
    margin-bottom: 0.8em;}
.whyTxtS {font-size: 100%;}

.introductionBox {
    width: 50%;
    margin: 15px auto 0 auto;}
.introductionTtl {
    width: 100%;
    background-color: #00923a;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    line-height: 2em;
    margin-bottom: 10px;}
.introductionTxt {
    color: #ff0000;
    text-align: center;
    font-weight: bold;
    font-size: 600%;
    line-height: 1em;}
.introductionTxt span {font-size: 50%;}
.introductionTxt span.black {color: #000;}

.jireiLinkBox {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;}
.jireiLinkBox div {width: 150px;margin-right: 12px;margin-bottom: 12px;}
.jireiLinkBox div:nth-of-type(5n) {margin-right: 0;}
.jireiTxtR {
    text-align: right;
    font-weight: normal;
    font-size: 90%;}

/* youtube/pdf */
.youtubeBox {
	width:800px;
	text-align:left;
	margin:0px auto 30px auto;}
.youtube {
	position:relative;
	padding-top:56.25%;
	overflow: hidden;
	border:5px #DBDBDB solid;
	margin:5px 0px;}
.youtube iframe {
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:100%;}

.BtnPDF {
    margin: 40px auto;
    text-align: center;}

.listDisc {
	margin:0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-weight: normal;
    font-size: 90%;
	line-height: 1.2em;
	list-style-type:none;
	padding: 0 0 0.2em 1.0em;
	text-indent: -1.0em;}

.privacy {
    color: #000000;
    font-size: 90%;
    text-align: center;
    margin: 10px auto 0 auto;}
.privacy a:link,.privacy a:visited {color: #000000;text-decoration:underline;}
.privacy a:hover,.privacy a:active {color: #000000;text-decoration:none;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
    background-color: #00923a;
    color: #FFF;
    padding: 40px 0;}
#footer .copy {
    margin: 0px;}
#footer .copy a {
    color: #FFF;}

#pageTop {
	position: fixed;
	bottom:48px;
	right:48px;
	width:48px;
	height:48px;}
#pageTop img {
	display:block;}

