
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
margin: 0;
padding: 0;
	color: #1F1F1F;
 }

figure {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%; }

img {
  vertical-align:bottom;
  max-width: 100%;}

a {
	text-decoration: none;
  display: inline-block; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
p,dd,small {
    font-size: 16px;
    line-height: 155%;;
}
/*
.wc-static-ctn {
	display: none !important
		
}
*/
/*---------header----------*/
header h1 {
	margin: 0;
	font-size: 0;
    text-align: center;
	background: #e0e9ee;
}
header {
	text-align: center;
	background: #0090D7;
}
/*---------footer----------*/

footer small {
    display: block;
    color: white;
    background: #4E4E4E;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
}
footer ul {
	text-align: center;
	background: #D0D0D0;
	padding: 25px 0;
}
footer ul li {
	display: inline-block;
	padding: 0 10px;
}
footer ul li a {
	color: #1F1F1F;
	font-size: 15px;
}
footer ul li a:hover {
	text-decoration: underline;
}

footer {
	background: #E5F6FF;
}
footer dl {
	text-align: center;
		font-size: 15px;
	padding: 30px 0;
	color: #19668E;
}
footer dt {
	margin-bottom: 30px;
}
footer dt span {
	padding: 5px 10px;
	border: 1px solid;
}

footer dd a {
	color: #19668E;
display: block;
	margin-bottom: 30px;
}


/*---------common----------*/

h2.title {
	text-align: center;
}
.center {
	text-align: center;
}
.flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
  align-items: center;
}


/*---------tab1----------*/

.tab1 {
	background: url("../images/area1_bk.png") no-repeat;
	background-position: center;
	background-size: cover;
	padding: 3% 0 4%;
}
.tab1 p {
	margin-bottom: 2%;
}

.tab1 dt {
	margin-bottom: 1%;
}



/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;

  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
/*---------reason----------*/

.reason_top article {
	    background:url("../images/reason_top_bk.png") no-repeat;
    background-size: 1920px auto;
    background-position: center;
	    padding: 6% 0;
}

.reason_top article dl {
	margin: 0 auto;
	width: 805px;

}
.reason_top article dt {
	margin-bottom: 20px;
}
.reason_top article dd {
font-size: 22.8px;
	color: white;
	font-weight: 400;
	line-height: 40px;
	  text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.4);
}
.reason_top aside {
	padding: 2% 0;
	margin: 1% 0;
}

.reason_top .reason_title {
	    background:url("../images/reason_title.png") no-repeat #6b849d;
    background-size: 1920px auto;
    background-position: center;
	height: 232px;
}


.reason article {
	padding: 4% 0;
}
.reason article.four{
	padding: 4% 0 2%;
}
.reason .bk {
	width: 1020px;
	margin: 0 auto;
	padding: 4% 0 2%;
}
.reason .wrap {
	width: 830px;
	margin: 0 auto;
}
.reason .wrap dl {
	padding: 0 3%;
}
.reason .wrap dl dd {
	font-size: 20px;
	margin-top: 5%;
}
.reason .wrap dl dd span {
	font-size: 17px;
}


.reason .wrap p {
	margin: 6% 0 3%;
}
.reason article.two,.reason article.four {
	background: #F8F8F8;
}

.reason article.one .bk {
	background: url("../images/reason_01_bk.png") no-repeat;
	background-position: 1% top;
}

.reason article.two dl,.reason article.four dl {
text-align: right;
}
.reason article.two .bk {
	background: url("../images/reason_02_bk.png") no-repeat;
	background-position: right top;
}
.reason article.three .bk {
	background: url("../images/reason_03_bk.png") no-repeat;
	background-position: 1% top;
}
.reason article.four .bk {
	background: url("../images/reason_04_bk.png") no-repeat;
	background-position: right top;
}





/*---------voice----------*/

.voice {
	padding: 5% 0;
	position: relative;
}
.slider-2 {
	width: 1000px;
	margin: 2% auto;
}


.slider-2 .slick-list {
	padding: 3% 0 !important;
}
.slider-2 .slick-slide {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  position: relative;
  overflow: hidden;
	border-radius: 10px;
}
.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-2 .slick-prev {
background: url("../images/prev.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 25px;
	height: 83px;
}
.slider-2 .slick-next {
background: url("../images/next.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 25px;
	height: 83px;
}
.slider-2 .slick-arrow {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 999;
}
.slider-2 .slick-disabled {
	opacity: 0;
}
/*
.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
*/
.slider-2 .slick-next {
  right:-5%;
}
.slider-2 .slick-prev {
  left:-5%;
}
.slider-2 .slick-next::before {
  left: 20px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}


/*---------spec----------*/

.spec {
	padding: 5% 0;
	position: relative;
	background: url("../images/spec_bk.png") no-repeat;
	background-position: center top;

}

.spec p {
	font-size: 23px;
	margin-top: 4%;
}

#js-slider-1 {
width: 900px;
}
#js-slider-1 .slick-slide {
margin: 0 35px;
  box-shadow:none;
	position: relative;
    width: 900px;
}
#js-slider-1 .slick-slide a.popup-modal {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 7%;
    width: 40%;
}
.mfp-content img {
	display: block;
	margin: 0 auto;
}

.mfp-auto-cursor .mfp-content {
    width: 60%;
}










/*---------safety----------*/

.safety {
	background: #F3FBFF;
	padding: 4% 0;
}
.safety p {
	margin: 4% auto;
	font-size: 23px;

}
.safety ul li {
	margin: 2% 0;
}




/*---------plan----------*/
.comparison {

	padding: 4% 0 5%;
	background: #F9F9F9;
}
.comparison .wrap {
	width: 890px;
	margin: 0 auto;
}
.comparison article {
	margin: 5% 0 2%;
}
.comparison article ul {
	margin-bottom: 3%;
}


.comparison article li {
	padding: 10px 0;
	padding-left: 45px;
	background: url("../images/check.png") no-repeat;
	background-position: left center;
	font-size: 24px;

	color: #1F1F1F;
}




/*---------plan----------*/

.plan {

}
.plan article {

	padding: 4% 0 5%;
	background: #F3FBFF;
}
.plan article dl {
	margin-top: 3%;
}
.plan article dt {
	margin-bottom: 2%;
}
.plan article p {
		width: 736px;
	margin: 1.5% auto 0;
	font-size: 12px;
}

.plan article p a {
	text-decoration: underline;
	color: #1F1F1F;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
    border-radius: 10px;
    overflow: hidden;
  background: none !important;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  width: 826px;
  margin: 0 auto;}

.plan .tabs {
	width: 736px;
}


/*タブのスタイル*/
.tab_item {
  width: calc(99%/2);
	margin-right: 0.5%;
	cursor: pointer;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
		overflow: hidden;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
	
}
.tab_item:last-of-type {
	margin-right: 0;
	margin-left: 0.5%;
		border-top-left-radius: 10px;
	overflow: hidden;
}



.tab_item2 {
  width: calc(100%/2);
	/*
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
	*/
	cursor: pointer;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}


/*ラジオボタンを全て消す*/
input[name="tab_item2"] {
  display: none;
}
.tab2_1 {
	background: url("../images/tab2_1off.png") no-repeat;
	background-position: left top;
	height: 61px;
}
.tab2_2 {
	background: url("../images/tab2_2off.png") no-repeat #acacac;
	background-position: left top;
	height: 61px;
}
.tabs input:checked + .tab2_1 {
	background: url("../images/tab2_1on.png") no-repeat;
	background-position: left top;
	height: 61px;
}
.tabs input:checked + .tab2_2 {
	background: url("../images/tab2_2on.png") no-repeat #acacac;
	background-position: left top;
	height: 61px;
}




/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}
#all2:checked ~ #all_content2,
#programming2:checked ~ #programming_content2,
#design2:checked ~ #design_content2 {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;

	border-top-right-radius: 10px;
	overflow: hidden;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item2 {
  background-color: #5ab4bd;
  color: #fff;
}

.plan aside {
position: relative;
	padding: 4% 0;
	background: #F5F5F5;
}
.plan aside img.plus {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
top: -32px;
}
.plan aside .wrap {
	width: 860px;
	margin: 0 auto;
}
.plan aside small {
	display: block;
margin-left: 62px;
	margin-top: 3%;
	font-size: 12px;
}
.plan aside small a {
	text-decoration: underline;
	color: #1F1F1F;
}


.plan aside p {
	margin: 6% 0 4%;
	font-size: 24px;
}
/*
.plan aside p span {
	font-size: 17px;
}
.plan aside p strong {
	font-size: 27px;
}
.plan aside p strong.f_b {
	font-size: 32px;
}
*/





/*---------cta_area----------*/

.cta_area {
	padding: 4.5% 0;
}
.cta_area img.list {
	display: block;
	margin: 0 auto;
	width: 758px;
}
.cta_area dl {
	width: 990px;
	margin: 3% auto 0;
}
.cta_area dl dt {
	text-align: center;
}

.cta_area dl dt img.pc {
	width: 726px;
}

.cta_area dl dd {
	margin-top: 20px;
}
.cta_area dl dd a:hover {
	opacity: 0.6;
	transition: 0.5s;
}



/*----------QandA----------*/
.q_a {
	background: #F1F1F1;
	padding: 3% 0;
}
.q_a .wrap {
	width: 600px;
	margin:0px auto;
	margin-top: 30px;
}
.q_a h3 {
    color: #327BA0;
    padding: 15px 45px;
    font-size: 17.5px;
	background: url("../images/q_icon.png") no-repeat,url("../images/open.png") no-repeat;
	background-position: 2% center,97% center;
	cursor: pointer;
}
.q_a h3.close {
	background: url("../images/q_icon.png") no-repeat,url("../images/close.png") no-repeat;
	background-position: 2% center,97% center;
}



.q_a li.acd {
background: white;
	margin-bottom: 25px;
}


/*アコーディオンで現れるエリア*/
.box {
display: none;/*はじめは非表示*/
padding:0 4% 4%;
}

.box article {
	border-top: 1px solid #C1C1C1;
	padding-top: 2%;
}

.box p {
margin: 0;
font-size: 14px;
    line-height: 150%;
}

/*---------btm_campaign----------*/
.bold{
	font-weight: bold;
}
.red{
	color: red;
}

.btm_campaign {
	padding: 3% 0 8%;
	background:url("../images/btm_campaign_bk.png") no-repeat;
	background-position: center top;
	background-size: cover;
}
.btm_campaign .wrap {
	width: 845px;
	margin: 0 auto;
}
.btm_campaign article img {
	display: block;
	margin: 0 auto 2%;
}

.btm_campaign aside {
	color: #666666;

}
.btm_campaign aside p,.btm_campaign aside li {
	font-size: 14px;
	line-height: 160%;
}
.btm_campaign aside ul {
	list-style: disc;
	padding-left: 20px;
}
.btm_campaign aside ol {
	padding-left: 30px;
}

.btm_campaign aside a{
	color: #666;
}
.btm_campaign aside a:hover{
	text-decoration: underline;
}
.ul_maru{
	padding-left: 1em !important;
}
.ul_maru li{
	list-style: none;
	text-indent: -1em;
}
.ul_maru li::before{
	content: "〇";
}

a.black {
		text-decoration: underline;
		color: #1F1F1F;
	}

@media screen and (min-width:1024px) {
	
	.sp {
		display: none !important;
	}

	.cta_area dl dd a {
		width: 486px;
	}

	.comparison article ul {
		padding: 0 7.5%;
	}


}


/*--------------tablet--------------*/

@media (min-width: 768px) and (max-width: 1023px) {
		.pc {
		display: none !important;
	}
	img {
		width: 100%;
	}
	img.center {
		display: block;
		margin: 0 auto;
	}

/*---------footer----------*/

footer small {
    display: block;
    color: white;
    background: #4E4E4E;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
}
footer ul {
	text-align: left;
	background: #D0D0D0;
	padding: 25px;
}
footer ul li {
	display: block;
	padding: 0;
	margin: 10px 0;
}
footer ul li a {
	color: #1F1F1F;
	font-size: 18px;
}
footer ul li a:hover {
	text-decoration: underline;
}

footer {
	background: #E5F6FF;
}
footer dl {
	text-align: center;
        font-size: 12px;
	padding: 40px 0;
	color: #19668E;
}
footer dt {
        margin-bottom: 30px;

}
footer dt span {
	padding: 5px 10px;
	border: 1px solid;
}

footer dd a {
color: #19668E;
display: block;
width: 55%;
margin: 0 auto 10px;
}


/*---------common----------*/

h2.title {
	text-align: center;
}
.center {
	text-align: center;
}
.flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
  align-items: center;
}


/*---------tab1----------*/

.tab1 {
	background: url("../images/area1_bk.png") no-repeat;
	background-position: center;
	background-size: cover;
	padding: 3% 0 10%;

}
	.tab1 dl {
	width: 90%;
	margin: 0 auto;	
	}

.tab1 p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 2%;
}

.tab1 dt {
	margin-bottom: 5%;
}



/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;

  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
/*---------reason----------*/

.reason_top article {
	    background:url("../images/reason_top_bk_sp.png") no-repeat;
    background-size:cover;
    background-position: center top;
	    padding: 10%;
}

.reason_top article dl {
	margin: 0 auto;
	width: 90%;

}
.reason_top article dt {
	margin-bottom: 20px;
}
.reason_top article dd {
font-size: 23px;
        color: white;
        font-weight: 400;
        line-height: 150%;
        text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.4);
}
.reason_top aside {
        padding: 10% 0;
        width: 60%;
        margin: 1% auto;
}

.reason_top .reason_title {
	    background:none;
	height:auto;
}


.reason article {
	padding: 4% 0;
}
.reason .bk {
	width: 90%;
	margin: 0 auto;
	padding: 4% 0 2%;
}
.reason .wrap {
	width: 100%;
	margin: 0 auto;
}
.reason .wrap dl {
	padding: 0 3%;
}
.reason .wrap dl dd {
	font-size: 24px;
	margin-top: 5%;
}
.reason .wrap dl dd span {
	font-size: 12px;
}
	.reason .wrap dl dt img {
		width: 80%;
	}

.reason .wrap p {
	margin: 6% 0 3%;
}
.reason article.two,.reason article.four {
	background: #F8F8F8;
}

.reason article.one .bk {
	background: none;
}

.reason article.two dl,.reason article.four dl {
text-align: right;
}
.reason article.two .bk {
	background: none;
}
.reason article.three .bk {
	background: none;
}
.reason article.four .bk {
	background: none;
}














/*---------voice----------*/

.voice {
	padding: 5% 0;
	position: relative;
}
	
	.voice h2 {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 5%;
	}

.slider-2 {
	width: 90%;
	margin: 2% auto;
}


.slider-2 .slick-list {
	padding: 3% 0 !important;
}
.slider-2 .slick-slide {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
object-fit: contain;
}
.slider-2 .slick-prev {
background: url("../images/prev.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 25px;
	height: 83px;
}
.slider-2 .slick-next {
background: url("../images/next.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 25px;
	height: 83px;
}
.slider-2 .slick-arrow {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 999;
}
.slider-2 .slick-disabled {
	opacity: 0;
}

.slider-2 .slick-next {
  right:15%;
}
.slider-2 .slick-prev {
  left:15%;
}
.slider-2 .slick-next::before {
  left: 20px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}


/*---------spec----------*/

.spec {
	padding: 15% 0;
	position: relative;
	background: url("../images/spec_bk.png") no-repeat;
	background-position: center top;
	
}

	.spec h2 {
		width: 60%;
		margin: 0 auto;
	}


.spec p {
	font-size: 30px;
	margin: 4% auto;
	width: 90%;
}

#js-slider-1 {
	width: 90%;
}
#js-slider-1 .slick-slide {
margin: 0 15px;
  box-shadow:none;
	position: relative;
}
#js-slider-1 .slick-slide a.popup-modal {
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 5%;
width: 60%;
}
.mfp-content img {
	display: block;
	margin: 0 auto;
}

.mfp-auto-cursor .mfp-content {
    width: 60%;
}










/*---------safety----------*/

.safety {
background: #F3FBFF;
padding: 10% 0;
}

.safety h2 {
width: 80%;
margin: 0 auto;
}

.safety p {
margin: 4% auto;
width: 94%;
font-size: 30px;

}
	.safety ul {
		width: 90%;
		margin:10% auto 6%;
	}

.safety ul li {
	margin: 5% 0;
}




/*---------plan----------*/
.comparison {
	padding:10% 0;
	background: #F9F9F9;
}

	.comparison h2 {
		width: 70%;
		margin: 0 auto;
	}

.comparison .wrap {
	width: 90%;
	margin: 0 auto;
}
.comparison article {
	margin: 5% 0 2%;
}
.comparison article ul {
	margin-bottom: 3%;
        padding-left: 15px;
}


.comparison article li {
        padding: 10px 0;
        padding-left: 7%;
        background: url(../images/check.png) no-repeat;
        background-position: left center;
        background-size: 6%;
        font-size: 24px;
        color: #1F1F1F;
}

	.comparison small {
		font-size: 20px;
	}


/*---------plan----------*/

.plan article h2 {
width: 35%;
	margin: 0 auto;
}
.plan article {

	padding: 7% 0 15%;
	background: #F3FBFF;
}
.plan article dl {
	margin-top: 3%;
}
.plan article dt {
	width: 90%;
	margin:0 auto 5%;
}
.plan article P {
		width: 90%;
	margin: 1.5% auto 0;
	font-size: 17px;
}
.plan article ul.caution {
	list-style: disc;
padding-left: 10px;
		width: 90%;
	margin: 1.5% auto 0;
	font-size: 12px;
}
.plan article ul.caution li::marker {
	font-size: 75%;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
    border-radius:0;
    overflow: hidden;
  background: none !important;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  width: 92%;
  margin: 0 auto;}

.plan .tabs {
	width: 92%;
	margin: 0 auto 7%;
}


/*タブのスタイル*/
.tab_item {
  width: calc(99%/2);
	margin-right: 0.5%;
	cursor: pointer;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:last-of-type {
	margin-right: 0;
	margin-left: 0.5%;
}



.tab_item2 {
  width: calc(100%/2);
	/*
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
	*/
	cursor: pointer;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}


/*ラジオボタンを全て消す*/
input[name="tab_item2"] {
  display: none;
}
.tab2_1 {
	background: url("../images/tab2_1off_sp.png") no-repeat;
	background-position: left top;
	background-size: 100%;
	height:70px;
}
.tab2_2 {
	background: url("../images/tab2_2off_sp.png") no-repeat #acacac;
	background-position: left top;
	background-size: 100%;
	height:70px;
}
.tabs input:checked + .tab2_1 {
	background: url("../images/tab2_1on_sp.png") no-repeat;
	background-position: left top;
	background-size: 100%;
	height: 70px;
}
.tabs input:checked + .tab2_2 {
	background: url("../images/tab2_2on_sp.png") no-repeat #acacac;
	background-position: left top;
	background-size: 100%;
	height: 70px;
}



/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}
#all2:checked ~ #all_content2,
#programming2:checked ~ #programming_content2,
#design2:checked ~ #design_content2 {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item2 {
  background-color: #5ab4bd;
  color: #fff;
}

.plan aside {
position: relative;
	padding: 10% 0;
	background: #F5F5F5;
}
.plan aside img.plus {
position: absolute;
margin: auto;
left: 0;
right: 0;
top: -3%;
width: 12%;
}
.plan aside .wrap {
	width: 90%;
	margin: 0 auto;
}
.plan aside small {
	display: block;
	margin-top: 3%;
	font-size: 17px;
}
.plan aside p {
        width: 80%;
        margin: 3% auto 7%;
        font-size: 24px;
}

.plan aside small ul {
	list-style: disc;
padding-left: 10px;
}
.plan aside small ul li::marker {
	font-size: 75%;
}



/*---------cta_area----------*/

.cta_area {
	padding: 10% 0;
	width: 90%;
	margin: 0 auto;
}
.cta_area img.list {
	display: block;
	margin: 0 auto;
}
.cta_area dl {
	width: 90%;
	margin: 3% auto 0;
}
.cta_area dl dt {
	text-align: center;
}
.cta_area dl dd {
	display: block;
	margin: 20px auto 0;
	text-align: center;
}
.cta_area dl dd a:last-of-type {
margin-top: 3%;
}



/*----------QandA----------*/
.q_a {
	background: #F1F1F1;
	padding: 8% 0;
}
	.q_a h2 {
		width: 50%;
		margin: 0 auto;
	}



.q_a .wrap {
	width: 90%;
	margin:0px auto;
	margin-top: 30px;
}
.q_a h3 {
    color: #327BA0;
    padding: 15px 45px 15px 10%;
    font-size: 22px;
	background: url("../images/q_icon.png") no-repeat,url("../images/open.png") no-repeat;
	background-position: 2% center,97% center;
	background-size: 3%,3%;
	cursor: pointer;
}
.q_a h3.close {
	background: url("../images/q_icon.png") no-repeat,url("../images/close.png") no-repeat;
	background-position: 2% center,97% center;
	background-size: 3%,3%;
}



.q_a li.acd {
background: white;
	margin-bottom: 15px;
}


/*アコーディオンで現れるエリア*/
.box {
display: none;/*はじめは非表示*/
padding:0 4% 4%;
}

.box article {
	border-top: 1px solid #C1C1C1;
	padding-top: 2%;
}

.box p {
margin: 0;
font-size: 22px;
    line-height: 150%;
}

/*---------btm_campaign----------*/

.btm_campaign {
	padding: 6% 0 8%;
	background:url("../images/btm_campaign_bk.png") no-repeat;
	background-position: center top;
	background-size: cover;
}
.btm_campaign .wrap {
	width: 90%;
	margin: 0 auto;
}
.btm_campaign article img {
	display: block;
	margin: 0 auto 2%;
}

.btm_campaign aside {
	color: #666666;

}
.btm_campaign aside p,.btm_campaign aside li {
	font-size: 18px;
	line-height: 170%;
}
.btm_campaign aside ul {
	list-style: disc;
	padding-left: 20px;
}
.btm_campaign aside ol {
	padding-left: 30px;
}
	


}









/*--------------sp--------------*/
@media screen and (max-width:767px) {
	.pc {
		display: none !important;
	}


	img.center {
		display: block;
		margin: 0 auto;
	}

/*---------footer----------*/

footer small {
    display: block;
    color: white;
    background: #4E4E4E;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
}
footer ul {
	text-align: left;
	background: #D0D0D0;
	padding: 25px;
}
footer ul li {
	display: block;
	padding: 0;
}
footer ul li a {
	color: #1F1F1F;
	font-size: 12px;
}
footer ul li a:hover {
	text-decoration: underline;
}

footer {
	background: #E5F6FF;
}
footer dl {
	text-align: center;
        font-size: 12px;
	padding: 40px 0;
	color: #19668E;
}
footer dt {
        margin-bottom: 30px;

}
footer dt span {
	padding: 5px 10px;
	border: 1px solid;
}

footer dd a {
color: #19668E;
display: block;
width: 55%;
margin: 0 auto 10px;
}


/*---------common----------*/

h2.title {
	text-align: center;
}
.center {
	text-align: center;
}
.flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
  align-items: center;
}


/*---------tab1----------*/

.tab1 {
	background: url("../images/area1_bk.png") no-repeat;
	background-position: center;
	background-size: cover;
	padding: 3% 0 10%;

}
	.tab1 dl {
	width: 90%;
	margin: 0 auto;	
	}

.tab1 p {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 2%;
}

.tab1 dt {
	margin-bottom: 5%;
}



/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;

  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
/*---------reason----------*/

.reason_top article {
	    background:url("../images/reason_top_bk_sp.png") no-repeat;
    background-size:cover;
    background-position: center top;
	    padding: 10%;
}

.reason_top article dl {
	margin: 0 auto;
	width: 90%;

}
.reason_top article dt {
	margin-bottom: 20px;
}
.reason_top article dd {
font-size: 14px;
        color: white;
        font-weight: 400;
        line-height: 150%;
        text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.4);
}
.reason_top aside {
        padding: 10% 0;
        width: 60%;
        margin: 1% auto;
}

.reason_top .reason_title {
	    background:none;
	height:auto;
}


.reason article {
	padding: 4% 0;
}
.reason .bk {
	width: 90%;
	margin: 0 auto;
	padding: 4% 0 2%;
}
.reason .wrap {
	width: 100%;
	margin: 0 auto;
}
.reason .wrap dl {
	padding: 0;
}
.reason .wrap dl dd {
	font-size: 14px;
margin: 5% 3%;
}
	
	.reason .three .wrap dl dd {
		margin:5%  3% 0 6%;
	}

.reason .wrap dl dd span {
	font-size: 12px;
}
	.reason .wrap dl dt img {
		width: 80%;
	}

.reason .two .wrap dl dt img,.reason .three .wrap dl dt img {
width: 90%;
}
	.reason .four .wrap dl dt img {
	width: 70%;
	}




.reason .wrap p {
	margin: 6% 0 3%;
padding: 0 3%;
}
.reason article.two,.reason article.four {
	background: #F8F8F8;
}

.reason article.one .bk {
	background: none;
}

.reason article.two dl,.reason article.four dl {
text-align: right;
}
.reason article.two .bk {
	background: none;
}
.reason article.three .bk {
	background: none;
}
.reason article.four .bk {
	background: none;
}














/*---------voice----------*/

.voice {
	padding: 10% 0 5%;
	position: relative;
}
	
	.voice h2 {
		width: 84%;
		margin: 0 auto;
		margin-bottom: 5%;
	}

.slider-2 {
	width: 80%;
	margin: 2% auto;
}


.slider-2 .slick-list {
	padding: 3% 0 !important;
}
.slider-2 .slick-slide {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
object-fit: contain;
}
.slider-2 .slick-prev {
background: url("../images/prev.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 25px;
	height: 83px;
}
.slider-2 .slick-next {
background: url("../images/next.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 25px;
	height: 83px;
}
.slider-2 .slick-arrow {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 999;
}
.slider-2 .slick-disabled {
	opacity: 0;
}

.slider-2 .slick-next {
  right:15%;
}
.slider-2 .slick-prev {
  left:15%;
}
.slider-2 .slick-next::before {
  left: 20px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}


/*---------spec----------*/

.spec {
	padding: 15% 0;
	position: relative;
	background: url("../images/spec_bk.png") no-repeat;
	background-position: center top;
	
}

	.spec h2 {
		width: 55%;
		margin: 0 auto;
	}


.spec p {
	font-size: 14px;
	margin: 4% auto;
	width: 90%;
}

#js-slider-1 {
	width: 90%;
}
#js-slider-1 .slick-slide {
margin: 0 15px;
  box-shadow:none;
	position: relative;
	border-radius: 0;
}
#js-slider-1 .slick-slide a.popup-modal {
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 5%;
width: 60%;
}
.mfp-content img {
	display: block;
	margin: 0 auto;
}

.mfp-auto-cursor .mfp-content {
    width: 90%;
}










/*---------safety----------*/

.safety {
background: #F3FBFF;
padding: 10% 0;
}

.safety h2 {
width: 70%;
margin: 0 auto;
}

.safety p {
margin: 4% auto;
width: 94%;
font-size: 14px;

}
	.safety ul {
		width: 90%;
		margin:10% auto 6%;
	}

.safety ul li {
	margin: 5% 0;
}




/*---------plan----------*/
.comparison {
	padding:10% 0;
	background: #F9F9F9;
}

	.comparison h2 {
		width: 70%;
		margin: 0 auto;
	}

.comparison .wrap {
	width: 90%;
	margin: 0 auto;
}
.comparison article {
	margin: 5% 0 2%;
}
.comparison article ul {
	margin-bottom: 8%;
        padding-left: 15px;
}


.comparison article li {
        padding: 10px 0;
        padding-left: 7%;
        background: url(../images/check.png) no-repeat;
        background-position: left center;
        background-size: 6%;
        font-size: 14px;
        color: #1F1F1F;
}

	.comparison small {
		font-size: 10px;
	}


/*---------plan----------*/

.plan article h2 {
width: 32%;
	margin: 0 auto;
}
.plan article {

	padding: 7% 0 15%;
	background: #F3FBFF;
}
.plan article dl {
	margin-top: 3%;
}
.plan article dt {
	width: 90%;
	margin:0 auto 5%;
}
.plan article p {
		width: 90%;
	margin: 1.5% auto 0;
	font-size: 12px;
}


.plan article ul.caution {
	list-style: disc;
padding-left: 10px;
		width: 90%;
	margin: 1.5% auto 0;
	font-size: 12px;
	    line-height: 155%;
}
.plan article ul.caution li::marker {
	font-size: 75%;
}


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
    border-radius:0;
    overflow: hidden;
  background: none !important;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  width: 92%;
  margin: 0 auto;}

.plan .tabs {
	width: 92%;
	margin: 0 auto 7%;
}


/*タブのスタイル*/
.tab_item {
  width: calc(98%/2);
	margin-right: 1%;
	cursor: pointer;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:last-of-type {
	margin-right: 0;
	margin-left: 1%;
}



.tab_item2 {
  width: calc(100%/2);
	/*
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
	*/
	cursor: pointer;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}


/*ラジオボタンを全て消す*/
input[name="tab_item2"] {
  display: none;
}
.tab2_1 {
	background: url("../images/tab2_1off_sp.png") no-repeat;
	background-position: left top;
	background-size: 100%;
	height: 35px;
}
.tab2_2 {
	background: url("../images/tab2_2off_sp.png") no-repeat #acacac;
	background-position: left top;
	background-size: 100%;
	height: 35px;
}
.tabs input:checked + .tab2_1 {
	background: url("../images/tab2_1on_sp.png") no-repeat;
	background-position: left top;
	background-size: 100%;
	height: 35px;
}
.tabs input:checked + .tab2_2 {
	background: url("../images/tab2_2on_sp.png") no-repeat #acacac;
	background-position: left top;
	background-size: 100%;
	height: 35px;
}



/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}
#all2:checked ~ #all_content2,
#programming2:checked ~ #programming_content2,
#design2:checked ~ #design_content2 {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item2 {
  background-color: #5ab4bd;
  color: #fff;
}

.plan aside {
position: relative;
	padding: 10% 0;
	background: #F5F5F5;
}
.plan aside img.plus {
position: absolute;
margin: auto;
left: 0;
right: 0;
top: -3%;
width: 12%;
}
.plan aside .wrap {
	width: 90%;
	margin: 0 auto;
}
.plan aside small {
	display: block;
	margin: 0;
	margin-top: 3%;
	font-size: 12px;
}
.plan aside p {
        width: 80%;
        margin: 3% auto 7%;
        font-size: 24px;
}
.plan aside small ul {
	list-style: disc;
padding-left: 10px;
}
.plan aside small ul li::marker {
	font-size: 75%;
}



/*---------cta_area----------*/

.cta_area {
	padding: 10% 0;
	width: 90%;
	margin: 0 auto;
}
.cta_area img.list {
	display: block;
	margin: 0 auto;
}
.cta_area dl {
	width: 90%;
	margin: 3% auto 0;
}
.cta_area dl dt {
	text-align: center;
}
.cta_area dl dd {
	margin-top: 20px;
}
.cta_area dl dd a:last-of-type {
margin-top: 3%;
}



/*----------QandA----------*/
.q_a {
	background: #F1F1F1;
	padding: 8% 0;
}
	.q_a h2 {
		width: 44%;
		margin: 0 auto;
	}



.q_a .wrap {
	width: 90%;
	margin:0px auto;
	margin-top: 30px;
}
.q_a h3 {
    color: #327BA0;
    padding: 15px 45px 15px 10%;
    font-size: 12px;
	background: url("../images/q_icon.png") no-repeat,url("../images/open.png") no-repeat;
	background-position: 2% center,97% center;
	background-size: 5%,5%;
	cursor: pointer;
}
.q_a h3.close {
	background: url("../images/q_icon.png") no-repeat,url("../images/close.png") no-repeat;
	background-position: 2% center,97% center;
		background-size: 5%,5%;
}



.q_a li.acd {
background: white;
	margin-bottom: 15px;
}


/*アコーディオンで現れるエリア*/
.box {
display: none;/*はじめは非表示*/
padding:0 4% 4%;
}

.box article {
	border-top: 1px solid #C1C1C1;
	padding-top: 2%;
}

.box p {
margin: 0;
font-size: 12px;
    line-height: 150%;
}

/*---------btm_campaign----------*/

.btm_campaign {
	padding: 6% 0 8%;
	background:url("../images/btm_campaign_bk.png") no-repeat;
	background-position: center top;
	background-size: cover;
}
.btm_campaign .wrap {
	width: 90%;
	margin: 0 auto;
}
.btm_campaign article img {
	display: block;
	margin: 0 auto 2%;
}

.btm_campaign aside {
	color: #666666;

}
.btm_campaign aside p,.btm_campaign aside li {
	font-size: 12px;
	line-height: 170%;
}
.btm_campaign aside ul {
	list-style: disc;
	padding-left: 20px;
}
	.btm_campaign aside ul li::marker {
		font-size: 75%;
	}


.btm_campaign aside ol {
	padding-left: 30px;
}
	
}


/* btn_pink */
.wrap_btn_pink{
	text-align: center;
	padding: 55px 0;
}
.btn_pink{
	display: inline-block;
	margin: auto;
	background: #E62B8B;
	padding: 0.6em 4.5em 0.6em 1.5em;
	font-size: 24px;
	color: #fff;
	width: 545px;
	border-radius: 14px;
	text-align: center;
	transition: .2s;
	position: relative;
}
.btn_pink::after{
	content: "";
	display: block;
	background: url("../images/icon_arrow_btn_pink.png") no-repeat;
	background-size: contain;
	width: 41px;
	height: 41px;
	position: absolute;
	right: 1.5em;
	top: 26%;
}
.btn_pink:hover{
	opacity: 0.7;
}
@media all and (max-width: 1023px) {
	.wrap_btn_pink{
		padding: 11% 0;
	}
	.btn_pink{
		width: calc(610vw / 750 * 100);
		font-size: calc(30vw / 750 * 100);
		padding: 0.8em 3em 0.8em 0.5em;
	}
	.btn_pink::after{
		width: calc(52vw / 750 * 100);
		height: calc(52vw / 750 * 100);
		right: 1em;
	}
}
