@charset "utf-8";
/*----------------------------------------------------
　サブメニュー非表示
----------------------------------------------------*/
.column2R #sub {
    display: none !important;
}
/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
#container {
    width: 100% !important;
    margin: 0 auto;
}
.column2R #main {
    float: none;
    width: auto;
}
.mainContents {
}
.wideBgArea {
    width: 100%;
    margin: 0 -555%;
    padding: 1px 555%;
}
.bgLightOrange {
    background: #fdefe7;
    color: #333;
}
.boxShadow {
    box-shadow: 2px 2px 2px 0px #ccc;
}
.dropShadow {
    filter: drop-shadow(0 0 4px #161616);
}
.textShadow {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.center {
    text-align: center;
}
.lsPlus {
    letter-spacing: 1px;
}
.lsMinus {
    letter-spacing: -1px;
}
.pcOnly {
    display: block;
}
.pcOnlyIn {
    display: inline-block;
}
.spOnly {
    display: none;
}
.sp_br {
    display: none;
}
.bold{
font-weight:bold;
}

@media screen and (max-width:479px) {
#lp_page {
    width: 100%;
    margin: 20px auto;
}
.lsPlus {
    letter-spacing: 0;
}
.lsMinus {
    letter-spacing: 0;
}
.pcOnly {
    display: none !important;
}
.pcOnlyIn {
    display: none !important;
}
.spOnly {
    display: block !important;
}
.sp_br {
    display: block;
}
}
/*-------------------------------------
　パンくず
---------------------------------------*/
.breadCrumb {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}
/*-------------------------------------
　基本セクション
---------------------------------------*/
section {
    margin: 90px auto;
    width: 970px;
}
section.sub, section.feature {
    margin: 80px auto;
}
.mainContents section img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:479px) {
section {
    margin: 30px auto 0;
    padding: 10px 0 0;
    width: 96%;
}
section.sub, section.feature {
    margin: 30px auto 0;
}
}
/*-------------------------------------
　メインタイトル
---------------------------------------*/
section.titleSection {
    margin-top: 30px !important;
    margin-bottom: 90px !important;
}
.titleBox1col {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.titleBox2col ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.titleBox2col ul li {
    width: 50%;
}
.titleBox2col ul li:last-child {
    text-align: right;
}
.titleBox2col h2 {
    font-size: 54px;
    font-weight: bold;
    /*color: #36404a;*/
    margin-bottom: 30px;
}
.titleBox2col h2 span {
    font-size: 60px;
}
.titleBox2col p {
    font-size: 40px;
}

@media screen and (max-width:479px) {
section.titleSection {
    padding-top: 0;
    margin-top: 20px !important;
}
.titleBox1col {
    padding-bottom: 40px;
}
.titleBox2col ul {
    flex-direction: column;
    text-align: center;
}
.titleBox2col ul li {
    width: 100%;
}
.titleBox2col ul li:last-child {
    text-align: center;
}
.titleBox2col h2 {
    font-size: 8vw;
    margin-bottom: 10px;
}
.titleBox2col h2 span {
    font-size: 9vw;
}
.titleBox2col p {
    font-size: 6.2vw;
    margin-bottom: 20px;
}
}
/*-------------------------------------
　特長
---------------------------------------*/
.featureBox1col {
    margin-bottom: 60px;
}
.featureBox1col h3 {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    background: #ff7b00;
    padding: 6px 0 0;
    margin: 0 auto 30px;
    text-align: center;
    width: 90%;
}
.featureBox1col p {
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
}
.flowBox1col {
    margin-bottom: 60px;
    text-align: center;
}
.flowBox1col h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.flowBox1col p {
    margin-bottom: 60px;
}

.featureBox1col2 {
    margin-bottom: 60px;
}
.featureBox1col2 h3 {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    background: #004DA1;
    padding: 6px 0 0;
    margin: 0 auto 30px;
    text-align: center;
    width: 90%;
}
.featureBox1col2 p {
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
}
.flowBox1col2 {
    margin-bottom: 60px;
    text-align: center;
}
.flowBox1col2 h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.flowBox1col2 p {
    margin-bottom: 60px;
}

@media screen and (max-width:479px) {
.featureBox1col,
.featureBox1col2{
    margin-bottom: 30px;
}
.featureBox1col h3,
.featureBox1col2 h3{
    font-size: 7vw;
    width: 100%;
}
.featureBox1col p,
.featureBox1col2 p{
    font-size: 4vw;
    width: 100%;
}
.flowBox1col h4, 
.flowBox1col2 h4{
    font-size: 5vw;
}
}

/*-------------------------------------
　範囲
---------------------------------------*/
#logo_bottom {
	margin: 0 auto;
    padding: 10px;
    text-align: center;
    display: block;
}
#logo_bottom ul{
	display:flex;
	justify-content: center;
	padding:20px;
	list-style: none;
	text-align: center;
	margin:0 auto;
}

#logo_bottom li{
	display: inline-block;
}

.ya{
	width:10%;
}
.ya img{
	position: relative;
	top:50%;
}
.waku{
	border:solid #004DA1 2px;
	border-radius: 20px;
	height:330px;
	width:40%;
	padding:10px;
}

.waku img{
	width:80% !important;
	padding:10px !important;
}
.entry {
	text-align: center;
	margin:30px 0;
}
.box{
	margin:2px;
}

.fl_right{
	float: right;
}

.fl_clear{
	clear:both;
}

#greenbanner ul{
    width: 810px;
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
}

#greenbanner li{
	display: inline-block;
	margin:2px;
}

.box1{
	width:calc(100% / 2);
}
.campTerm {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width:479px) {
	#logo_bottom{width: 100%;}
	#logo_bottom ul{
		width: 100%;
		display: block;
		text-align: center;
		font-size: 14px;
	} 
	#logo_bottom li{
		display: block;
	}
	.ya{
		width:10%;
	}
	.ya img{
		position: relative;
		top: 0;
		bottom: 0%;
		max-width: 30px !important;
		margin: 10px 10px;
		transform: rotate(90deg);
	}
	#campaign dl.caution {
		margin-left: 0;
	}
	#lp_page img {
		max-width: 100%;
		height: auto;
	}
	.waku{
		border: solid #004DA1 2px;
		border-radius: 20px;
		height: auto;
		width: 81%;
		padding: 10px;
	}
	.ya img {
		transform: rotate( 90deg );
		position: relative;
		left: 380%;
	}
}
#campaign h1 {
    font-size: 30px;
    text-align: center;
}
.campNumber {
    border-bottom: 2px solid #004DA1;
    color: #004DA1;
    font-size: 26px;
    margin-bottom: 20px;
}
/*-------------------------------------
　FAQ
---------------------------------------*/
.faqBox1col {
    margin-bottom: 200px;
    margin-left: 10px;
}
.faqBox1col ul {
}
.faqBox1col ul li,.faqBox1col2 ul li {
    position: relative;
}
.faqBox1col ul li:nth-child(odd),
.faqBox1col2 ul li:nth-child(odd) {
    color: #843c0c;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 40px;
}
.faqBox1col2 ul li:nth-child(odd){
    color: #004DA1;
}
.faqBox1col ul li:nth-child(odd)::before{
    content: "Q";
    position: absolute;
    left: 0;
}
.faqBox1col ul li:nth-child(even) ,
.faqBox1col2 ul li:nth-child(even) {
    font-size: 19px;
    margin-bottom: 60px;
    padding-left: 40px;
}
.faqBox1col ul li:nth-child(even)::before{
    content: "A";
    position: absolute;
    left: 12px;
}

@media screen and (max-width:479px) {
.faqBox1col,.faqBox1col2 {
    margin-bottom: 90px;
    margin-left: 0;
}
.faqBox1col ul li:nth-child(odd),
.faqBox1col2 ul li:nth-child(odd){
    font-size: 4.8vw;
    margin-bottom: 4px;
    padding-left: 20px;
}
.faqBox1col2 ul li:nth-child(odd){
	padding:0 0 0 10px;
}
.faqBox1col ul li:nth-child(even),
.faqBox1col2 ul li:nth-child(even)  {
    font-size: 3.4vw;
    margin-bottom: 30px;
    padding-left: 20px;
}
.faqBox1col ul li:nth-child(even)::before,
.faqBox1col2 ul li:nth-child(even)::before{
    left: 4px;
	}
.sevcionBox p{
	font-size:3.4vw;
	margin-bottom: 30px;
    padding-left: 20px;
}
}
.sectionBox {
	margin:20px 0 20px;
}
.sevcionBox p {
	font-size:19px;
}
.campHead ul{
	padding-left: 20px;
}
.campHead ul li{
	list-style: disc;
}
/*---------------------------
　ページTOPへ
---------------------------*/
#pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 55px;
}
#pagetop a {
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
.pagetop {
    display: none;
}
/*---------------------------
　clearfix 
---------------------------*/
.clearfix:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
/*---------------------------
　サイドバナー 
---------------------------*/

.sidebannerLeft, .sidebannerRight {
    display: none;
}
/*---------------------------
　コピーライト 
---------------------------*/

#copyright {
    font-size: 10px;
    padding: 20px 110px 0 0;
    word-break: break-all;
}
