@charset "UTF-8";

header .menu {
	display: none;
}
#bottom_menu {
	display: none;
}

img.oricon {
	max-width: 800px;
	width: 90%;
}

@media screen and (min-width: 941px){


.smart_only {
	display: none;
}
.tab_only {
	display: none;
}

/* ------------------------------
 flex
------------------------------ */

.flex_between {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_evenly {
	display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 800px;
    margin: 60px auto !important;
}
.flex_start {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex_center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.reverse {
	flex-direction: row-reverse;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	padding: 0 40px 40px 0;
}
img.imgright {
	float: right;
	padding: 0 0 40px 40px;
}

/* ------------------------------
 その他
------------------------------ */

p.p_center {
	text-align: center;
	margin: 40px auto 0;
}
div.contents_top {
	margin-top: -120px;
}
.sec h3 .adjust {
    font-size: 2em;
    font-weight: 900;
}

/* ------------------------------
 このようなお悩みはありませんか？
------------------------------ */

div.nctlp01 {
	width: auto;
	margin: 50px auto 200px;
}
div.nctlp01 div {
	width: 230px;
	height: 230px;
}
div.nctlp01_1 {
	background-image:url(../img/nctlp/circle01.png);
	background-repeat: no-repeat;
}
div.nctlp01_2 {
	background-image:url(../img/nctlp/circle02.png);
	background-repeat: no-repeat;
}
div.nctlp01 div p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
}
div.nctlp01_1 p {
	color: #FFF;
}
div.nctlp01_2 p {
	color: #dd7a9a;
}
p.nctlp01_text01 {
	margin: 75px auto 0;
}
/*
p.nctlp01_text02 {
	margin: 60px auto 0;
}
p.nctlp01_text03 {
	margin: 45px auto 0;
}
*/
p.nctlp01_p01 {
	font-size: 2em;
	text-align: center;
	margin: 40px auto;
	font-weight: 900;
	line-height: 1.5em;
}
p.nctlp01_p01 span.strong {
	color: #de7b99;
}
p.nctlp01_p01 sup {
	font-size: 15px;
}
p.nctlp01_p01 span.nctlp01_p01_note {
	font-size: 15px;
	font-weight: normal;
}
p.nctlp01_p02 {
	font-size: 2em;
	color: #dd7a9a;
	text-align: center;
	margin: 40px auto;
	font-weight: bold;
}
.rela {
	position: relative;
}
div.nctlp01 .abuimg {
	position: absolute;
    bottom: -90px;
    right: 0;
    left: 15%;
    /* min-width: 70%; */
    max-width: 80%;
}
div.nctlp01 .abuimg2 {
	bottom: -75px;
}
.rela .houmon_abu_1 {
	position: absolute;
    left: -70px;
    bottom: 0;
    width: 130px;
}
.rela .houmon_abu_2 {
	position: absolute;
    right: -50px;
    bottom: 0;
    width: 130px;
}

div.nctlp02 {
	width: auto;
	margin: 40px auto 20px;
}
div.nctlp02 div {
	width: 224px;
	border: solid 1px #AAA;
	padding-bottom: 15px;
}
div.nctlp02 div img{
	padding: 15px 12px;
}
div.nctlp02 div p {
	margin: 10px 20px;
	line-height: 1.5;
}
p.midashi01 {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

ul.nctlp01_note {
	margin: 10px 0 0;
	font-size: 0.8em;
}
ul.nctlp01_note li ul{
	padding-left: 1em;
}
ul.nctlp01_note li ul li span{
	padding-left: 2em;
    text-indent: -1em;
    display: block;
}
.toformarea {
	width: 100%;
	margin: 70px auto 0;
	text-align: center;
	font-weight: bold;
}
p.nctlp01_text05 {
	text-align: center !important;
	font-size: 18px;
	font-weight: bold;
	width: 40%;
	margin: 20px auto 0;
}
p.nctlp01_text05 a {
	display: block;
	background-color: #dd7a9a;
	color: #FFF;
	text-decoration: none;
	padding: 20px 0;
	border-radius: 30px / 30px;
	transition: all .2s;
}
p.nctlp01_text05 a:hover {
	opacity: 0.8;
}

ul.solblock {
	margin: 100px 0 100px;
}
ul.solblock li {
	width: 230px;
	height: 230px;
	background: #de7b99;
    border-radius: 27px;
    padding: 25px 0px;
}
ul.solblock li:nth-child(even) {
	width: 230px;
	height: 230px;
	background: #fff;
    border-radius: 27px;
    padding: 25px 0px;
    border:solid 3px;
    border-color: #de7b99;
}
ul.solblock li p {
	font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    color: #fff;
}
ul.solblock li:nth-child(even) p{
	font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    color: #de7b99;
}
ul.solblock li p span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 16px 0;
}
ul.solblock li p span.one {
	line-height: 40px;
}
ul.solblock li p a.btn {
	background: #FFE100;
    margin: 0px 33px;
    font-size: 15px;
    color: #400D29;
    border-radius: 12px;
    display: block;
}

/* ------------------------------
 地域密着であんしん
------------------------------ */

div.box_w {
	background-color: #FFF;
	margin: 30px 0;
	overflow: hidden;
	padding: 30px 10px 10px;
}
div.box_w p {
	margin: 20px 0;
	font-size: 18px;
}
p.midashi02 {
	font-size: 54px !important;
	font-weight: bold;
	line-height: 1.2em !important;
}
div.box_w01_left {
	width: 50%;
}
div.box_w01_right {
	width: 45%;
}
div.box_w02_left {
	width: 40%;
	padding-left: 35px;
}
div.box_w02_right {
	width: 55%;
}
img.box_w02_right_img {
	margin-top: -457px;
	margin-left: 52%;
    width: 50%;
}
div.box_w03 {
	margin-top: -10px;
}
div.box_w03_left {
	width: 625px;
}
div.box_w03_right {
	width: 355px;
}
p.p_top01 {
	padding-top: 10px;
}


/* ------------------------------
 まとめておとく
------------------------------ */

h3 span.midashi03 {
	color: #dd7a9a !important;
	font-size: 3em;
	font-weight: bold;
}
p.midashi04 {
	font-size: 1.5em;
	text-align: center;
	margin: 30px auto;
	font-weight: bold;
}
p.midashi05 {
	font-size: 2.1em !important;
	text-align: center;
	margin: 80px auto 0px !important;
	font-weight: bold;
	line-height: 45px;
}
p.midashi05add {
	margin: 50px auto 0px !important;
}
div.box_w04_left {
	/*
	width: 505px;
	*/
	width: 50%;
}
div.box_w04_right {
	/*
	width: 400px;
	*/
	width: 45%;
}
p.box_w04_right_text {
	/*
	padding: 0 65px;
	*/
}
div.box_w05_left {
	/*
	width: 390px;
	*/
	width: 45%;
}
div.box_w05_right {
	/*
	width: 510px;
	*/
	width: 50%;
}
p.box_w05_left_text {
	/*
	padding: 0 40px;
	*/
}

div.box_w02 {
	margin: 60px 0;
	overflow: hidden;
}
div.otoku {
	width: 320px;
	margin: 0 40px;
}
div.otoku_title {
	width: 320px;
	height: 130px;
	overflow: hidden;
	margin: 0px 0;
	display: table-cell;
	vertical-align: middle;
}
div.otoku_title p {
	font-size: 1.7em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto !important;
}
p.otoku_text {
	margin: 0px 30px !important;
}
p.otoku_text span {
    display: block;
	font-size: 0.8em;
    line-height: 1.5em;
}
p.p_center02 {
	text-align: center;
	margin: 30px auto;
	color: #FFF;
}
.cpnote {
	margin-top: 30px !important;
}
div.al_center {
	align-items: center;
}
}



@media screen and (min-width: 641px) and (max-width: 940px) {

.smart_only {
	display: none;
}

/* ------------------------------
 flex
------------------------------ */

.flex_between {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_evenly {
	display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 800px;
    margin: 60px auto !important;
}
.flex_start {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex_center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.reverse {
	flex-direction: row-reverse;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	padding: 0 40px 40px 0;
}
img.imgright {
	float: right;
	padding: 0 0 40px 40px;
}

/* ------------------------------
 その他
------------------------------ */

p.p_center {
	text-align: center;
	margin: 40px auto;
}
div.contents_top {
	margin-top: -60px;
}

/* ------------------------------
 このようなお悩みはありませんか？
------------------------------ */

div.nctlp01 {
	width: 480px;
	margin: 50px auto;
}
div.nctlp01 div {
	width: 230px;
	height: 230px;
	margin: 0 auto 120px;
}
div.nctlp01_1 {
	background-image:url(../img/nctlp/circle01.png);
	background-repeat: no-repeat;
}
div.nctlp01_2 {
	background-image:url(../img/nctlp/circle02.png);
	background-repeat: no-repeat;
}
div.nctlp01 div p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
}
div.nctlp01_1 p {
	color: #FFF;
}
div.nctlp01_2 p {
	color: #dd7a9a;
}
p.nctlp01_text01 {
	margin: 75px auto 0;
}
p.nctlp01_text02 {
	margin: 60px auto 0;
}
p.nctlp01_text03 {
	margin: 45px auto 0;
}

p.nctlp01_p01 {
	font-size: 1.5em;
	text-align: center;
	margin: 40px auto;
	font-weight: bold;
}
p.nctlp01_p01 span.strong {
	color: #de7b99;
}
p.nctlp01_p01 sup {
	font-size: 12px;
}
p.nctlp01_p01 span.nctlp01_p01_note {
	font-size: 10px;
    line-height: 16px;
    font-weight: normal;
    display: inline-block;
    margin-top: 20px;
    text-align: left;
}
.rela {
	position: relative;
}
div.nctlp01 .abuimg {
	position: absolute;
    bottom: -90px;
    right: 0;
    left: 10%;
    /* min-width: 70%; */
    max-width: 80%;
}
.rela .houmon_abu_1 {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 130px;
}
.rela .houmon_abu_2 {
	position: absolute;
    right: 0;
    bottom: 0;
    width: 130px;
}
p.nctlp01_p02 {
	font-size: 2em;
	color: #dd7a9a;
	text-align: center;
	margin: 40px auto;
	font-weight: bold;
}


div.nctlp02 {
	width: 460px;
	margin: 50px auto 20px;
}
div.nctlp02 div {
	width: 224px;
	border: solid 1px #AAA;
	margin-bottom: 15px;
}
div.nctlp02 div img{
	padding: 15px 12px;
}
div.nctlp02 div p {
	margin: 10px 20px;
}
p.midashi01 {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

p.nctlp01_text04 {
	font-size: 0.8em;
	/*
	margin: 0 0 50px;
	*/
}
.toformarea {
	width: 100%;
	margin: 70px auto 0;
	text-align: center;
	font-weight: bold;
}
p.nctlp01_text05 {
	text-align: center !important;
    font-size: 18px;
    font-weight: bold;
    width: 50%;
    margin: 20px auto 0;
}
p.nctlp01_text05 a {
	display: block;
	background-color: #dd7a9a;
	color: #FFF;
	text-decoration: none;
	padding: 20px 0;
	border-radius: 30px / 30px;
}

ul.solblock {
	margin: 70px auto 0;
	width: 65%;
}
ul.solblock li {
	width: 49%;
	background: #de7b99;
    border-radius: 27px;
    padding: 25px 0px;
    margin-bottom: 30px;
}
ul.solblock li:nth-child(even) {
	width: 49%;
	background: #fff;
    border-radius: 27px;
    padding: 25px 0px;
    margin-bottom: 30px;
    border: solid;
    border-color: #de7b99;
}
ul.solblock li p {
	font-size: 33px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    color: #fff;
}
ul.solblock li:nth-child(even) p {
	font-size: 33px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    color: #de7b99;
}
ul.solblock li p span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 16px 0;
}
ul.solblock li p span.one {
	line-height: 40px;
}
ul.solblock li p a.btn {
	background: #FFE100;
    margin: 0px 33px;
    font-size: 15px;
    color: #400D29;
    border-radius: 12px;
    display: block;
}



/* ------------------------------
 地域密着であんしん
------------------------------ */

div.box_w {
	background-color: #FFF;
	margin: 30px 0;
	overflow: hidden;
	padding: 30px 10px;
}
div.box_w p {
	margin: 20px 0;
	font-size: 15px;
}
p.midashi02 {
	font-size: 30px !important;
	font-weight: bold;
	line-height: 1.2em;
}
div.box_w01_left {
	width: 50%;
}
div.box_w01_right {
	width: 45%;
}
div.box_w02_left {
	width: 37%;
	/*
	padding-left: 30px;
	*/
}
div.box_w02_right {
	width: 56%;
}
img.box_w02_right_img {
	display: none;
}
div.box_w03_left {
	width: 63%;
}
div.box_w03_right {
	width: 36%;
}
p.p_top01 {
	/*
	padding-top: 80px;
	*/
}

/* ------------------------------
 まとめておとく
------------------------------ */

h3 span.midashi03 {
	color: #dd7a9a !important;
	font-size: 3em;
	font-weight: bold;
}
p.midashi04 {
	font-size: 1.5em;
	text-align: center;
	margin: 30px auto;
	font-weight: bold;
}
p.midashi05 {
	font-size: 2.2em !important;
	text-align: center;
	margin: 0 auto 0px !important;
	font-weight: bold;
}
div.box_w04_left {
	/*
	width: 505px;
	*/
	width: 50%;
	line-height: 1.5;
}
div.box_w04_right {
	/*
	width: 400px;
	*/
	width: 50%;
	padding: 0 40px;
}
div.box_w05_left {
	/*
	width: 390px;
	*/
	width: 50%;
}
div.box_w05_right {
	/*
	width: 510px;
	*/
	width: 50%;
}
p.box_w05_left_text {
	padding: 0 40px;
}

div.box_w02 {
	width: 650px;
	margin: 60px auto;
	overflow: hidden;
}
div.otoku {
	/*
	width: 320px;
	*/
	width: 46%;
	margin: 0 10px;
}
div.otoku_title {
	width: 320px;
	height: 130px;
	overflow: hidden;
	margin: 0px 0;
	display: table-cell;
	vertical-align: middle;
}
div.otoku_title p {
	font-size: 1.7em;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto !important;
}
p.otoku_text {
	/*
	margin: 0px 70px !important;
	*/
	margin: 0px !important;
}
p.otoku_text span {
    display: block;
	font-size: 0.8em;
    line-height: 1.5em;
}
p.p_center02 {
	text-align: center;
	margin: 30px auto;
	color: #FFF;
}
.nctlp01_note {
	margin: 10px 0 0;
	font-size: 0.8em;
}

}



@media screen and (max-width:640px){

#menu {
	bottom:0;
}
img{
	max-width: 100%;
	height: auto;
	/*
	width :auto;
	*/
	backface-visibility: hidden;
}
.pc_only {
	display: none;
}
.tab_only {
	display: none;
}

/* ------------------------------
 その他
------------------------------ */

p.p_center {
	text-align: left;
	margin: 20px auto;
}
div.contents_top {
	margin-top: -60px;
}
.sec h3 .adjust {
    font-size: 1.8em;
}

/* ------------------------------
 このようなお悩みはありませんか？
------------------------------ */

div.nctlp01 {
	width: auto;
	margin: 20px auto;
}
div.nctlp01 div {
	width: 49%;
    display: inline-block;
    padding: 10px;
    margin: 0 auto 100px;
}

p.nctlp01_p01 {
	font-size: 1.8em;
	text-align: center;
	margin: 40px auto;
	font-weight: 900;
	line-height: 1.5em;
}
p.nctlp01_p01 span.strong {
	color: #de7b99;
}
p.nctlp01_p01 sup {
	font-size: 12px;
}
p.nctlp01_p01 span.nctlp01_p01_note {
	font-size: 10px;
    line-height: 16px;
    font-weight: normal;
    display: inline-block;
    margin-top: 20px;
    text-align: left;
}
.rela {
	position: relative;
}
.houmon_abuimg {
	height: 100px;
}
div.nctlp01 .abuimg {
	position: absolute;
    bottom: -70px;
    right: 0;
    left: 10%;
    /* min-width: 70%; */
    max-width: 80%;
}
.rela .houmon_abu_1 {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
}
.rela .houmon_abu_2 {
	position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
}
p.nctlp01_p02 {
	font-size: 1.8em;
	color: #dd7a9a;
	text-align: center;
	margin: 40px auto;
	font-weight: bold;
	line-height: 1.5em;
}


div.nctlp02 {
	width: auto;
	margin: 20px auto;
}
div.nctlp02 div {
	width: 47%;
    border: solid 1px #AAA;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    min-height: 300px;
}
div.nctlp02 div img{
	padding: 15px 12px;
}
div.nctlp02 div p {
	margin: 10px 20px;
}
p.midashi01 {
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	line-height: 1.2em;
}
ul.nctlp01_note {
	margin: 10px 0 30px;
	font-size: 0.8em;
}
ul.nctlp01_note li ul{
	padding-left: 1em;
}
ul.nctlp01_note li ul li span{
	padding-left: 2em;
    text-indent: -1em;
    display: block;
}
.toformarea {
	width: 100%;
	margin: 30px auto 0;
	font-weight: bold;
}
p.nctlp01_text05 {
	text-align: center !important;
	font-size: 16px;
	font-weight: bold;
    width: 100%;
    margin: 20px auto 0;
}
p.nctlp01_text05 a {
	display: block;
	background-color: #dd7a9a;
	color: #FFF;
	text-decoration: none;
	padding: 20px 10px;
	border-radius: 15px / 15px;
}

ul.solblock {
	margin: 40px 0 0;
}
ul.solblock li {
	width: 45%;
	background: #de7b99;
    border-radius: 15px;
    padding: 25px 0px;
    margin: 2%;
    display: inline-block;
}
ul.solblock li:nth-child(even) {
	width: 45%;
	background: #fff;
    border-radius: 15px;
    padding: 25px 0px;
    margin: 2%;
    border: solid 1px;
    border-color: #de7b99;
    display: inline-block;
}
ul.solblock li p {
	font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    color: #fff;
}
ul.solblock li:nth-child(even) p {
	font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    color: #de7b99;
}
ul.solblock li p span {
	display: block;
	font-size: 13px;
    line-height: 18px;
    padding: 10px 0;
}
ul.solblock li p span.one {
	line-height: 35px;
}
ul.solblock li p a.btn {
	background: #FFE100;
    margin: 0px 10%;
    font-size: 15px;
    color: #400D29;
    border-radius: 5px;
    display: block;
}


/* ------------------------------
 地域密着であんしん
------------------------------ */

div.box_w {
	width: auto;
	background-color: #FFF;
	margin: 10px 0;
	overflow: hidden;
	padding: 20px 10px;
}
div.box_w p {
	margin: 15px 0;
}
p.midashi02 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2em;
}
div.box_w01_left {
	width: auto;
}
div.box_w01_right {
	width: auto;
}
div.box_w02_left {
	width: auto;
}
div.box_w02_right {
	width: auto;
}
div.box_w03_left {
	width: auto;
}
div.box_w03_right {
	width: auto;
}


/* ------------------------------
 まとめておとく
------------------------------ */

h3 span.midashi03 {
	color: #dd7a9a !important;
	font-size: 2.4em;
	font-weight: bold;
}
p.midashi04 {
	font-size: 1.5em;
	text-align: center;
	margin: 20px auto;
	font-weight: bold;
}
p.midashi05 {
	font-size: 2em;
	text-align: center;
	margin: 30px auto 0;
	font-weight: bold;
	line-height: 1.5em;
}
div.box_w04_left {
	width: auto;
}
div.box_w04_right {
	width: auto;
}
div.box_w05_left {
	width: auto;
}
div.box_w05_right {
	width: auto;
}

div.box_w02 {
	margin: 30px 0;
	overflow: hidden;
}
div.otoku {
	width: 320px;
	margin: 20px auto;
}
div.otoku_title {
	overflow: hidden;
	margin: 10px auto 0;
	text-align: center;
}
div.otoku_title p {
	font-size: 1.7em;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto !important;
}
p.otoku_text {
	margin: 10px 0 20px !important;
}
p.otoku_text span {
    display: block;
	font-size: 0.8em;
    line-height: 1.5em;
}
p.p_center02 {
	text-align: center;
	margin: 20px auto;
}
p.p_center02 {
	text-align: left;
	margin: 30px auto;
	color: #FFF;
}

}

@media screen and (max-width:350px){
	div.nctlp02 div img {
	    width: 100%;
	}
	div.nctlp02 div {
    width: 100%;
    min-height: 0;
	}
}

/* ------------------------------
 スライダー関連
------------------------------ */

#campaign {
	padding-top: 0!important;
}
.slidebnbtn {
	display: flex;
	padding: 20px;
}
.slidebnbtn p {
    opacity: 1 !important;
    width: 50%;
    padding: 0 15px;
}
.slidebnbtn .onebtn {
	width: 85%;
	margin: 0 auto;
}
.slidebnbtn p a{
	display: block;
	width: 100%;
    text-align: center;
    background: #fff376;
    min-height: 80px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 23px;
    line-height: 28px;
    color: #400d29;
    transition: all .2s;
}
.slidebnbtn p a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.slidebnbtn p .bleft {
    padding: 25px;
}
.slidebnbtn p .bright {
    padding: 8px;	
}
.slidebnbtn p  a span{
	display: block;
	font-size: 18px;
}
.bx-controls-direction a {
	top: 40% !important;
}
.bx-pager a.active {
    background: #949494;
}
.bx-pager a {
    background: #e0e0e0;
    width: 15px;
    height: 15px;
    margin: 0 5px;
}
@media screen and (max-width: 768px) {
.slidebnbtn {
	display: block;
	padding: 10px;
}
.slidebnbtn p {
    opacity: 1 !important;
    width: 100%;
    padding: 0;
}
.slidebnbtn p a{
    font-size: 15px;
    min-height: 55px;
    line-height: 20px;
}
.slidebnbtn p .bleft {
    padding: 15px;
    margin-bottom: 10px;
}
.slidebnbtn p .bright {
    padding: 8px;	
}
.slidebnbtn p  a span{
	font-size: 13px;
}
.slidebnbtn .onebtn a{
	padding: 29px;
}
#footer .footer_btm .safe_mark {
    bottom: 62px !important;
}

}


/*
  Form
-------------------------------------------------- */
.netlpform {
    color: #400d29;
    background: #fff3f7;
}
.netlpform #pagettl h2 {
    color: #400d29;
    background: #fff3f7;
}
#contact .lead {
  font-size: 1.125em;
}
#contact .privacy {
  margin-bottom: 40px;
  text-align: center;
}
#contact .privacy h4 {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: bold;
}
#contact .privacy ul {
  justify-content: center;
  margin: 0 -50px;
  text-align: center;
}
#contact .privacy ul li {
  width: 50%;
  padding: 35px 50px 0;
}
#contact .privacy ul li a {
  width: 100%;
}
#contact .terms {
  margin-bottom: 150px;
  text-align: center;
}
#contact .terms h4 {
  font-size: 1.5em;
  font-weight: bold;
}
#contact .terms ul {
  justify-content: center;
  text-align: center;
  margin: 0 -20px;
}
#contact .terms ul li {
  width: 50%;
  /*padding: 35px 50px 0;*/
  margin-top: 35px;
  padding: 0 20px;
}
#contact .terms ul li a {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #contact h3, #contact .lead {
    text-align: left;
  }
  #contact .privacy {
    margin-bottom: 20px;
    text-align: left;
  }
  #contact .privacy h4 {
    font-size: 1.375em;
  }
  #contact .privacy ul li {
    width: 100%;
    padding-top: 20px;
  }
  #contact .terms {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  #contact .terms h4 {
    text-align: left;
    font-size: 1.375em;
  }
  #contact .terms ul li {
    width: 100%;
    padding-top: 20px;
    margin-top: 0;
  }
}
.form {
  background: #fff;
  margin: 50px 0 80px;
  padding: 55px 70px 60px;
}
.form h4 {
  margin-bottom: 1.4em;
  font-size: 1.875em;
  font-weight: bold;
  text-align: center;
}
.form dt small {
  font-size: .8em;
}
.form span.wpcf7-list-item {
  margin: 0 1em 0 0;
}
.sec {
    padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .form {
    margin: 30px 0 40px;
    padding: 25px 15px 30px;
  }
  .form dd .mwform-checkbox-field:nth-child(3) {
    display: block;
    margin: 10px 0 0;
  }
  .sec {
    padding: 50px 0;
	}
}
.mw_wp_form_confirm .form h4 {
  display: none;
}

#contact .mw_wp_form .horizontal-item + .horizontal-item{
  margin-left: 0;
}
#contact .mw_wp_form .horizontal-item{
  display: inline-block;
  margin-right: 10px;
}
/*
  もっと詳しく知りたい方はこちら
-------------------------------------------------- */
#contact {
  background: #fff3f7;
}
.form .required {
  background: #400d29;
  color: #dd7a9a;
}
.form dt::before {
  background: #dd7a9a;
}
.form .submit {
  background: #dd7a9a;
  box-shadow: 0 8px 0 #a2225e;
}
.form .submit:hover {
  box-shadow: 0 2px 0 #a2225e;
}
.form p span {
  color: red;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .form p span {
    font-size: 12px;
  }
}

/*
  ポップアップ
-------------------------------------------------- */
.modaal-wrapper .modaal_content {
  position: relative;
  color: #400d29;
}
.modaal-wrapper .modaal_content h6 {
  margin-bottom: .9em;
  font-size: 1.875em;
  font-weight: 900;
  text-align: center;
}
.modaal-wrapper .modaal_content img {
  margin-bottom: 10px;
}
.modaal-wrapper .modaal-content-container {
  padding: 60px;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .modaal-wrapper .modaal-content-container {
    padding: 50px 20px 30px;
  }
}
.modaal-wrapper .modaal-close {
  background: url("../img/service/mobile/btn_close.png") no-repeat center;
  background-size: 26px;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  bottom: inherit;
  left: inherit;
  top: 15px;
  right: 15px;
  transform: none;
}

@media screen and (max-width: 768px) {
  .modaal-wrapper .modaal-close {
    top: 10px;
    right: 10px;
  }
}

/*
  フェーズ２　追加分
-------------------------------------------------- */
#wifi {
	background: #fffce1;
}
#wifi div.box_w {
	padding: 20px;
}
#wifi h3 span.midashi03 {
	color: #400e29 !important;
}

/*
  大人気！セットでもっとおトクに！　追加分
-------------------------------------------------- */
#popularset {
	background: #de7b99;
}
#popularset h3 span.midashi03 {
	color: #fff !important;
}
#popularset div.box_w {
	padding: 25px;
	background-color: #fff2f7;
	border-radius: 5px;
}
#popularset p.midashi05add {
	margin: 20px auto 0px !important;
}
#popularset p.more a {
	background: #2e0302;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    border-radius: 5px;
    display: block;
}
#popularset p.more a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#popularset p.nctlp01_text05 a {
	background-color: #fff1f7;
    color: #2e0302;
}
@media screen and (max-width: 768px) {
  #popularset p.more a {
    width: 100%;
    padding: 10px;
	}
}

a.areabtn {
	width: 100%;
    background: #de5d84;
    display: block;
    margin: 10px auto 0;
    color: #ffffff;
    font-size: 0.8em;
    padding: 5px 0;
}
@media screen and (max-width: 768px) {
	a.areabtn {
	width: 60%;
	font-size: 1em;
	}
}

/* 220426 add */
.net-b-campaign-lead{
	margin-bottom: 1em;
	color: #dd7a9a;
	text-align: center;
}
.net-b-campaign-lead-top{
	font-size: 1.4em;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.net-b-campaign-lead{
		text-align: left;
	}
}

.net-b-campaign-anchor{
	display: block;
	position: fixed;
	width: 180px;
	height: 180px;
	background-color: rgba(221, 122, 154, .8);
	border: 1px solid rgba(221, 122, 154, 1);
	border-radius: 12px;
	top: 100px;
	right: 10px;
	background-image: url(../img/nctlp/campaign-anchor-illust.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 140px 111px;
	transition: background-color .2s ease 0s;
	text-decoration: none !important;
}
.net-b-campaign-anchor__inner{
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: white;
}
.net-b-campaign-anchor__midashi{
	position: absolute;
	top: 8px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.net-b-campaign-anchor__midashi > br{
	display: none;
}
.net-b-campaign-anchor__text{
	position: absolute;
	width: 75%;
	left: 16px;
	top: 42px;
}
.net-b-campaign-anchor__text > br.sp{
	display: none;
}
.net-b-campaign-anchor__inner::after{
	content: "";
	position: absolute;
	display: block;
	top: 106px;
	left: 48px;
	border-top: 16px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	transition: top .2s ease 0s;
}
.net-b-campaign-anchor:hover{
	background-color: rgba(221, 122, 154, .9);
}
.net-b-campaign-anchor:hover .net-b-campaign-anchor__inner::after{
	top: 110px;
}
@media screen and (max-width: 768px) {
	.net-b-campaign-anchor{
		width: auto;
		height: auto;
		border-radius: 1.6vw;
		top: 70px;
		background-image: none;
	}
	.net-b-campaign-anchor__inner{
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		font-size: 2.1vw;
		padding: 1.2em;
		padding-bottom: 2em;
	}
	.net-b-campaign-anchor__midashi{
		position: static;
		font-size: 1.2em;
		line-height: 1.4;
		margin-bottom: 0.25em;
	}
	.net-b-campaign-anchor__midashi > br{
		display: inline;
	}
	.net-b-campaign-anchor__text{
		position: static;
		width: auto;
		line-height: 1.4;
	}
	.net-b-campaign-anchor__text > br.sp{
		display: inline;
	}
	.net-b-campaign-anchor__inner::after{
		content: "";
		position: absolute;
		display: block;
		top: auto;
		bottom: .5em;
		left: 50%;
		border-top: 2.1vw solid #fff;
		border-right: 1.4vw solid transparent;
		border-left: 1.4vw solid transparent;
		transition-property: transform;
		transform: translate(-50%, 0);
	}
	.net-b-campaign-anchor:hover{
		background-color: rgba(221, 122, 154, .9);
	}
	.net-b-campaign-anchor:hover .net-b-campaign-anchor__inner::after{
		top: auto;
		transform: translate(-50%, 33%);
	}
}

/*
	acordion
*/
#contact .ac_btn {
  position: relative;
  margin-top: 80px;
  background-color: #ffe700;
  box-shadow: 0 10px 0 #d1a50d;
  border-radius: 10px;
  padding: 15px;
  color: #121d48;
  line-height: 1.4;
	text-align: center;
}
#contact .ac_btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: url("../img/nctlp/mrk_down.png");
}
#contact .ac_btn.active::after {
  transform: rotate(180deg) translateY(50%);
}
#contact .ac_btn small {
  color: #fef7bb;
}
#contact .ac_btn em {
  font-size: 1.7em;
  font-weight: bold;
}
#contact .ac_btn em > br{
	display: none;
}
#contact .ac_content {
  background: #fff;
  margin-top: 50px;
  padding: 40px 30px;
  position: relative;
}
#contact .ac_content::before {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  content: url("../img/service/net/triangle.png");
}
#contact .ac_content h5 {
  margin-bottom: 0.6em;
  font-size: 1.75em;
  font-weight: bold;
}
#contact .ac_content h5 small {
  font-size: 0.86em;
  font-weight: normal;
}
#contact .ac_content h6 {
  margin: 2em 0 1em;
  font-size: 1.5em;
  font-weight: bold;
  color: #dd7a9a;
}
#contact .ac_content .table {
  width: 100%;
}
#contact .ac_content .table th, #contact .ac_content .table td {
  border: 2px solid #400d29;
  padding: 15px 30px;
}
#contact .ac_content .table th {
  width: 30%;
  background: #dd7a9a;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#contact .ac_content .note {
  margin-top: 1em;
  font-size: 0.875em;
  text-align: left;
}
#contact .ac_content a{
	color: #64b1d5;
}
#contact .ac_content a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #contact .ac_btn {
    margin-top: 40px;
    box-shadow: 0 5px 0 #be5577;
    padding: 10px;
    font-size: 90%;
  }
  #contact .ac_btn::after {
    right: 5px;
    transform: translateY(-50%) scale(0.5);
  }
  #contact .ac_btn.active::after {
    transform: rotate(180deg) translateY(50%) scale(0.5);
  }
	#contact .ac_btn em{
		font-size: 1.5em;
	}
	#contact .ac_btn em > br{
		display: inline;
	}
  #contact .ac_content {
    margin-top: 30px;
    padding: 25px 15px;
  }
  #contact .ac_content::before {
    top: -30px;
    transform: scale(0.75);
  }
  #contact .ac_content .table {
    border-bottom: 1px solid #400d29;
  }
  #contact .ac_content .table th, #contact .ac_content .table td {
    display: block;
    border-width: 1px;
    padding: 10px 15px;
    border-bottom: none;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #contact .ac_content .table th {
    width: 100%;
    text-align: left;
  }
}

.textlink{
	color: #64b1d5;
}
.textlink:hover{
	text-decoration: underline;
}


.list .spOn dl dd.price::before{
	background-image: url(../img/nctlp/ico_list-arrow02.png);
}


.price-block {
	width: 80%;
	margin: 0 auto;
}
.price-block > .figOuter{
	position: relative;
}
.wifi-notice{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.price-block {
		width: 100%;
		margin: 0 auto;
	}
	.wifi-notice{
		margin-top: 10px;
		text-align: left;
	}
}


.box-shinki-eraberu{
	max-width: 800px;
	margin: 60px auto;
}
.eraberu-title{
	background-color: #de7b99;
	text-align: center;
	font-size: 1.9em;
	font-weight: bold;
	color: white;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-bottom: 1em;
}
.eraberu-tokuten-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.eraberu-tokuten-wrapper > .otoku{
	width: 47%;
	max-width: 320px;
	margin: 0;
}
.tokuten-or{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	padding-top: calc(min(21.6%, 147px) - 0.5em);
	text-align: center;
}
.box-shinki-eraberu > .nctlp01_note{
	text-align: center;
}
.box-shinki-eraberu > .nctlp01_note > li{
	display: inline-block;
	text-align: left;
}

@media screen and (max-width: 750px) {
	.eraberu-tokuten-wrapper{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.eraberu-tokuten-wrapper > .otoku{
		width: auto;
	}
	.tokuten-or{
		padding-top: 0;
		margin-bottom: 1.5em;
	}
}


/* フローティングバナー　*/
.net-b .floatingBanner {
	aspect-ratio: 114/61;
  }
  .net-b .floatingBanner.hide {
	display: none;
  }
  .net-b .floatingBanner .floatingBanner__inner {
	padding-top: 0;
	width: 100%;
	height: 100%;
  }
  .net-b #pagetop.view {
	bottom: calc(30px + min(60vw, 300px) * 0.535 + min(3.9vw, 30px));
  }

  .wifi6model {
	padding: 20px;
	width: 70%;
	margin: 0 auto;
  }
  .wifi6model p {
	text-align: center;
  }
  @media screen and (max-width: 768px) {
	.wifi6model {
		padding: 10px;
		width: 100%;
		margin: 0 auto;
	  }
	  .wifi6model p {
		text-align: left;
	  }
  }