/*
 Theme Name:   nagasaki1.3
 Version:      1.3
*/
/*-------------------------------------------
	fonts
--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');
/*------------------------------------------

	Reset

------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img{
  max-width: 100%;
  height: auto;
  width /***/:auto; /*IE8のみ適用*/
	vertical-align:bottom;
}
a img {
	border: none;
}
ul{
	padding:0;
}

.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
/* clearfix
------------------------------------------*/

.cf:before,
.cf:after {
	content:"";
	display:table; 
}

.cf:after {
	clear:both; 
}   

.cf {
	zoom:1; 
} 


/*------------------------------------------

	Header

------------------------------------------*/
header{
  position:relative;
  max-width:960px;
  height:80px;
  padding:0;
  margin:0 auto;
}
.head-logo{
  width:240px;
  margin:0;
  padding:0;
line-height:1;
}
.head-logo a{
  display:block;
  padding:10px 0;
}
.head-logo a img{
  display:block;
}




/* grobal navigation (custom menu)
------------------------------------------*/
.grobal-nav {
  position:absolute;
  width:calc(100% - 300px);
  top:19px;
  right:0;
}
#menu-grobal-menu{
  display:table;
  width:100%;
  margin:0;
}
#menu-grobal-menu li{
  display:table-cell;
  margin:0;
  padding:0 10px;
}
#menu-grobal-menu li a{
  display:block;
  font-size:15px;
  color:#00479D;
  font-weight:600;
  line-height:1;
  text-align:center;
  padding:13px 0;
}
#menu-grobal-menu li a:hover,
#menu-grobal-menu li.current-menu-item a{
  opacity:0.8;
}
.menu{
  list-style-type:none;
}


#toggle {
	display: none;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 960px) {
header{
  height:60px;
  padding:0;
}
.head-logo{
width:180px;
  margin-left:3%;
}
.head-logo a{
  padding:5px 0;
}
.head-logo a img{
  height:50px;
}


.grobal-nav{
width:100%;
margin-left:0;
margin-right:0;
}
.menu-grobal-menu-container{
	position:absolute;
	width:100%;
	top:40px;
	display: none;
	z-index:20;
}
#menu-grobal-menu{
	display:block;
	background:rgba(0,71,157,0.9);
	padding:0;
}
#menu-grobal-menu li{
	display:block;
	padding:0;
	border-top:1px #FFF solid;
}
#menu-grobal-menu li a{
  color:#FFF;
}

#toggle{
	display:block;
	position:absolute;
	top:20px;
	right:3%;
	cursor:pointer;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 25px;
	height: 19px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #00479D;
	border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

#toggle.gnavon .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
#toggle.gnavon .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
#toggle.gnavon .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
}/* end 900px */

/*------------------------------------------

	footer

------------------------------------------*/
#footer{
	padding-bottom:20px;
}
#footer .inner{
	position:relative;
}

.footer-nav{
	padding:16px 0 0;
	margin-bottom:60px;
	background:#E5F5FD;
}
#menu-footer-menu{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin:0;
}
#menu-footer-menu li{
	width:24.5%;
	margin-bottom:16px;
}
#menu-footer-menu li a{
	display:block;
	font-size:14px;
	color:#00479D;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding:9px 0;
	background:#FFF;
	border-radius:22px;
}
.foot-logo{
	display:block;
width:223px;
	margin:0 auto;
}
.totop {
	position: absolute;
	right: 0;
	bottom: -10px;
}
.totop a {
    display: block;
    width: 76px;
    height: 76px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(https://nagasaki.karada.live/wp-content/uploads/2023/01/totop.png) 0 0 no-repeat;
    background-size: contain;
}

@media (max-width: 620px) {
#menu-footer-menu li{
width:100%;
}
footer small br{
display:block;
}

}

/*------------------------------------------

	Common

------------------------------------------*/
body{
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
margin:0;
}

#main{
}
.home #main{
margin-bottom:0;
}


#content {
}
.site-content{
padding:0;
}
.sec{
	clear:both;
padding-bottom:80px;
}
.inner{
max-width:960px;
margin:0 auto;
}

.menu{
	list-style-type:none;
}
a{
color:#00479D;
	text-decoration:underline;
	transition: opacity .4s,background-color .4s;
}


table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}
p {
    margin: 0 0 1.5em;
    padding: 0;
}

header a,
.grobal-nav a,
.page-navigation a{
	text-decoration:none;
}

a:hover{
	opacity:0.8;
}

.simple-list{
	list-style:none;
}
.simple-list li{
	text-indent:-1em;
	padding-left:1em;
	margin:0 0 0.3em;
}
.simple-list li:before{
	content:"・";
}

.note{
	font-size:15px;
	font-size:0.9375rem;
	text-indent:-1em;
	padding-left:1em;
}

.note:before{
	content:"※";
}
.cap{
	margin-top:-10px;
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 960px) {
.inner{
padding:0 3%;
margin:0;
}
}
@media (max-width: 768px) {
.cap{
	text-align:left;
}
}
@media (max-width: 600px) {
}

/*------------------------------------------

	page-header

------------------------------------------*/
header{
text-align:center;
}
.thead{
margin-bottom:80px;
background:url("https://nagasaki.karada.live/wp-content/uploads/2023/01/bg01.png") center 0 repeat #009FE8;
}
.thead .inner{
position:relative;
}
.thead-ttl{
margin:0;
padding:20px 0 10px;
text-align:center;
}

.head-frm{
width:100%;
position:absolute;
bottom:0;
left:0;
}
.head-frm img{
width:100%;
height:auto;
}

.thead-sub{
position:absolute;
top:0;
right:0;
}

.phead{
position:relative;
color:#00479D;
text-align:center;
padding:104px 0;
margin-bottom:80px;
background-image:url("https://nagasaki.karada.live/wp-content/uploads/2023/01/bg02.png"),url("https://nagasaki.karada.live/wp-content/uploads/2023/01/bg01.png");
background-position:center center,center 0;
background-repeat:no-repeat,repeat;
background-color:#009FE8;
}
.phead-ttl{
font-size: 30px;
font-size: 1.875rem;
color:#FFF;
font-weight:bold;
margin:0;
text-shadow: 2px 3px 1px rgba(0, 71, 157, 1);
}



/*-- ■ Media Queries ■ --*/
@media (max-width: 900px) {


}/* end 900px */

@media (max-width: 768px) {

}/* end 768px */

@media (max-width: 620px) {
.thead-ttl{
padding:30px 0 20px;
}
.pagettl{
margin-bottom:40px;
}
}/* end 620px */

@media (max-width: 480px) {
.thead{
margin-bottom: 40px;
}
.thead-sub{
width:130px;
}
.phead{
padding:40px 0;
margin-bottom: 40px;
background-size:115px 115px,auto;
}

}/* end 480px */


/*--------------------------------------------------------------
	midashi
--------------------------------------------------------------*/
.cmnmds01{
font-size: 26px;
color:#00479D;
font-weight: 700;
text-align:center;
padding:0 !important;
margin-bottom:60px;
}

.cmnmds02{
    font-size: 20px;
    color:#333;
    font-weight: bold;
    padding: 10px!important;
    margin:60px 0 40px;
    border-left: 2px #00479D solid;
    border-bottom: 1px #EEE solid;
}}

.cmnmds01+.cmnmds02{
	padding:0 0 13px !important;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 620px) {

}

/*--------------------------------------------------------------
	flexbox
--------------------------------------------------------------*/

.flfrm{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.flbox2-1{
	width:47.5%;
}

.flbox3-1{
	width:30%;
}
.flbox4-1{
	width:23%;
	margin-bottom: 30px;}

/*-- ■ Media Queries ■ --*/
@media (max-width: 620px) {
.flfrm{
	display: block;
}
.flfrm .flbox2-1,
.flfrm .flbox3-1,
.flfrm .flbox4-1{
	width:auto;
	margin-bottom:30px;
}
}

/*--------------------------------------------------------------
	button
--------------------------------------------------------------*/
a.cmnbtn01{
	display:block;
	max-width:600px;
	padding:15px;
	font-size:22px;
	color:#00479D;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin:0 auto;
	background:#FFF100;
	border-radius:32px;
}
a.cmnbtn01:visited,
a.cmnbtn01:hover,
a.cmnbtn01:focus,
a.cmnbtn01:active {
	outline:none;
}
.cmnbtn01-off{
	display:block;
	max-width:400px;
	padding:10px;
	font-size:20px;
	color:#999;
	font-weight:bold;
	text-align:center;
	margin:0 auto 40px;
	background:#CCC;
	border-radius:28px;
}
.btn_back{
	display:block;
	width:230px;
	padding:10px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin:0 auto;
	background:#333;
	border-radius:28px;
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 620px) {
}

/*------------------------------------------

	HOME

------------------------------------------*/



.tmds01{
	font-size:26px;
	color:#00479D;
	text-align:center;
}


#top-about{
	padding:0 0 100px;
}
#top-flow{
	padding:0 0 100px;
}

#top-about p.lead{
	font-size:20px;
	font-size:1.25rem;
	font-weight:bold;
	line-height:1.8;
	text-align:center;
	margin-bottom:40px;
}

#top-about dl{
	max-width:540px;
	font-size:20px;
	font-size:1.25rem;
	font-weight:bold;
	margin:0 auto;
	border-top:1px #BFBFBF solid;
}
#top-about dl dt{
	width:130px;
	color:#00479D;
	padding:10px 0;
	float:left;
}
#top-about dl dd{
	padding:10px 0 10px 130px;
	margin:0;
	border-bottom:1px #BFBFBF solid;
}

.tstep-list{
	max-width:866px;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	list-style-type:none;
	margin:70px auto 0;
}
.tstep-list .step {
	width:25.4%;
	text-align:center;
	position:relative;
}
.tstep-list .step div{
	min-height:240px;
	padding:40px 5px 20px;
	background:#E5F5FD;
}
.tstep-list .arrow{
	width:2.42%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url("https://nagasaki.karada.live/wp-content/uploads/2023/01/arrow01.png");
}
.tstep-list .step .mds{
	font-weight:bold;
	margin:15px 0 0;
}
.tstep-list .step span{
	position:absolute;
	top:-20px;
	left:50%;
	display:block;
	width:40px;
	height:40px;
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	line-height:40px;
	background:#00479D;
	margin-left:-20px;
	border-radius:20px
}
.tstep-list .step a{
	display:inline-block;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	line-height:1;
	text-decoration:none;
	padding:7px 13px;
	margin-top:20px;
	background:#00479D;
	border-radius:20px
}

#top-flow .cmnbtn01{
margin-top:60px;
}


#top-download{
	padding:40px 0;
	background: #00479D;
}

#top-download h2{
	position:relative;
	font-size:30px;
	color:#FFF;
	font-weight:normal;
	text-align:center;
}
#top-download h2:before{
	position:absolute;
	top:45px;
	left:50%;
	margin-left:-165px;
	content:"";
	width:330px;
	height:1px;
	background:#FFF;
	z-index:1;
}
#top-download h2>span{
	position:relative;
	display:inline-block;
	background:#00479D;
	line-height:1;
	padding:0 10px;
	z-index:2;
}

#top-download h2>span span{
	display:inline-block;
	font-size:16px;
	margin-bottom:10px;
}
#top-download p.lead{
	font-size:18px;
	font-size:1.125rem;
	color:#FFF;
	line-height:1.75;
	text-align:center;
	margin-bottom:40px;
}

#top-download .dlbox{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	max-width:730px;
	list-style-type:none;
	margin:0 auto;
}
#top-download .dlbox li{
	width:46.6%;
	margin-bottom:20px;
	font-weight:600;
	text-align:center;
}
#top-download .dlbox li{
}
#top-download .dlbox li .dl-frm{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding:6%;
	background:#FFF;
}
#top-download .dlbox li .dl-bnr{
	width:64%;
}

#top-download .dlbox li .dl-qr{
	width:33%;
}
#top-download .dlbox li .dl-note{
	width:100%;
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	text-align:left;
	margin-top:10px;
}
#top-download .dlbox li p{
	font-size:26px;
	font-size:1.625rem;
	font-weight:bold;
	margin-bottom:10px;
}


/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
#top-download p br,
.steplist01 .step .mds br,
.steplist01 .step .txt br{
	display:none;
}

}

@media (max-width: 620px) {

#top-news .newshead h2{
	text-align:left;
}
#top-news dl{
	padding:10px 10px 0;
}
#top-news dt{
	float:none;
}
#top-news dd{
	padding-left:0;
}
#top-about dl dt{
	width:100%;
	float:none;
}
#top-about dl dd{
	padding:0 0 10px;
}

.tdetail-imgbox div:first-child{
	width:100%;
	margin-bottom:40px;
}
.tdetail-imgbox div:last-child{
	width:100%;
}



#top-about p.lead{
	font-size:16px;
	font-size:1rem;
	text-align:left;
	padding-left:0;
}
#top-about p.lead br{
display:none;
}
#top-download .dlbox li{
	width:100%;
}
#top-download p.lead{
	font-size:16px;
	font-size:1rem;
	font-weight:bold;
	text-align:left;
}

.tstep-list .step{
	width:100%;
}
.tstep-list .arrow{
	width:100%;
	padding-top:80px;
	background-size:auto;
	background-image:url("https://nagasaki.karada.live/wp-content/uploads/2023/01/arrow02.png");
	background-position:center 20px;
}
.tstep-list .step div{
	min-height:auto;
}
}

@media (max-width: 600px) {

}

/*------------------------------------------

	news

------------------------------------------*/
.news-list{
	margin-bottom:60px;
	border-top:1px #BFBFBF solid;
}
.news-list dt{
	width:10em;
	color:#009039;
	padding:1em 0;
	float:left;
}
.news-list dd{
	padding:1em 0 1em 11em;
	margin:0 0 1em;
	border-bottom:1px #BFBFBF solid;
}
.navigation.pagination {
	padding: 1em 0 3em;
	border-top:none;
}

.single-post:not(.has-sidebar) #primary{
	max-width:100%;
}
.postbox{
	margin-bottom:60px;
}

.postbox .date{
	font-size:14px;
	font-size:0.875rem;
	color:#009039;
	font-weight:bold;
}
.postbox h1{
	font-size:20px;
	font-size:1.25rem;
	padding:0.5em 0 0.75em;
	border-bottom:1px #CCC dotted;
}
/*-- ■ Media Queries ■ --*/
@media screen and (min-width: 48em){
.navigation.pagination {
	clear: both;
	float: none;
	width: 100%;
}
}
@media (max-width: 768px) {
.news-list dt{
	width:100%;
	padding:1em 0 0;
	float:none;
}
.news-list dd{
	padding:1em 0 1em 0;
	margin:0 0 1em;
	border-bottom:1px #CCC dotted;
}

}

/*--------------------------------------------------------------

	function

--------------------------------------------------------------*/
.function-frm{
padding:30px 3% 0;
margin-bottom:30px;
background:url("https://nagasaki.karada.live/wp-content/uploads/2023/01/function_bg.png") center 0 repeat #FFF000;
}
.function-frm .lead{
font-weight:bold;
line-height:1.6;
text-align:center;
}
.function-frm h2{
font-size: 18px;
color: #007FCB;
font-weight:bold;
line-height:1.4;
margin-bottom:20px;
}

.function-list{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
margin:0;
list-style-type:none;
}
.function-list li{
width:49%;
margin-bottom:30px;
display: flex;
justify-content:space-between;
}

.function-list li:nth-child(3),
.function-list li:nth-child(4){
flex-direction: row-reverse;
}

.function-list li .img{
width:45%;
text-align:center;
}
.function-list li .img img{
margin:0;
}
.function-list li .txt{
width:54%;
}

.function-list li .txt h2{
padding-bottom:7px;
margin-bottom:10px;
border-bottom:1px #333 solid;
}

.point-list{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
margin:0;
list-style-type:none;
}
.point-list li{
width:28%;
margin-bottom:30px;
}
.point-list li:nth-child(2){
width:40%;
margin-bottom:30px;
}

.point-tbl{
font-size:14px;
margin-bottom:0;
background:#FFFFFF;
}

.point-tbl th,
.point-tbl td{
text-align:center;
padding: 10px 3px;
border-bottom:1px #BFBFBF solid; 
}

.point-tbl thead th{
color:#FFF;
background:#29BBEF;
}
.point-tbl thead th:last-child{
background:#52C3F1;
}
.point-tbl tbody th{
background:#D3EDFB;
}
.manual-link{
font-size:18px;
font-weight:bold;
text-align:center;
margin:0;
}

.revolution-frm{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
align-items:center;
}

.revolution-frm .img{
width:40%;
text-align:center;
margin-bottom:30px;
}
.revolution-frm .txt{
width:58%;
}
.revolution-bnr-list{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
align-items:center;
}
.revolution-bnr-list li{
width:25%;
list-style-type:none;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.function-list h2 br{
display:none;
}
.function-list li{
width:100%;
margin-bottom:30px;
}
.function-list li:nth-child(3),
.function-list li:nth-child(4){
flex-direction: row;
}

.point-list li,
.point-list li:nth-child(2){
width:100%;
margin-bottom:30px;
}
.revolution-frm .img,
.revolution-frm .txt{
width:100%;
}

}

@media (max-width: 480px) {
.revolution-bnr-list li{
width:50%;
}
}
/*--------------------------------------------------------------

	participating-shop

--------------------------------------------------------------*/
.ichiran-link{
font-weight:bold;
text-align:center;
margin:0 0 30px;
}
.ichiran-link span{
display:inline-block;
font-size:14px;
color:#FFF;
padding:5px;
margin-right:5px;
background:#00479D;
}

.ps-merit-frm{
padding:30px 9.375% 10px;
background-image:url("https://nagasaki.karada.live/wp-content/uploads/2023/02/participating01e.png"),url("https://nagasaki.karada.live/wp-content/uploads/2023/02/participating01e.png");
background-position:left 0 , right 0;
background-repeat:repeat-y,repeat-y;
background-color:#009FE8;
}
.ps-merit-frm h2{
text-align:center;
margin:0 0 10px;
}
.ps-merit-frm .lead{
color:#FFF;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
padding:0 0 20px;
margin-bottom:20px;
border-bottom:6px #FFF solid;
}
.ps-merit-frm h3{
font-family: 'M PLUS 1p', sans-serif;
font-size:22px;
color:#FFF;
font-weight:500;
text-align:center;
margin:0 0 20px;
}
.ps-merit-frm h3 span{
font-size:42px;
letter-spacing:10px;
border-bottom:2px #FFF solid;
}
.ps-merit-list{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
margin:0;
}
.ps-merit-list li{
width:33.333333%;
list-style:none;
text-align:center;
margin-bottom:20px;
}
.ps-merit-joken-list {
margin-bottom:60px;
}

.ps-merit-joken-list li{
list-style:none;
margin-bottom:10px;
}

.ps-service-frm{
padding:30px 9.375% 10px;
background-image:url("https://nagasaki.karada.live/wp-content/uploads/2023/02/participating02i.png"),url("https://nagasaki.karada.live/wp-content/uploads/2023/02/participating02i.png");
background-position:left 0 , right 0;
background-repeat:repeat-y,repeat-y;
border:1px #ddd solid;
}
.ps-service-frm .mds-box{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
align-items:center;
margin-bottom:20px;
}
.ps-service-frm .mds-box .logo{
width:27%;
padding:0  20px;
}
.ps-service-frm .mds-box .txt{
width:73%;
padding:0  20px;
border-left:2px #000 solid;
}
.ps-service-frm .mds-box .txt h2{
font-family: 'M PLUS 1p', sans-serif;
font-size:42px;
color:#007FCC;
font-weight:500;
line-height:1;
letter-spacing:10px;
margin:0 0 10px;
}
.ps-service-frm .mds-box .txt h2 span{
display:inline-block;
font-size:22px;
vertical-align:7px;
letter-spacing:0;
}
.ps-service-frm .mds-box .txt p{
font-weight:bold;
margin:0;
}
.ps-service-frm .img-box{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
align-items:center;
}
.ps-service-frm .img-box div{
text-align:center;
margin-bottom:20px;
}
.ps-service-frm .img-box div:nth-child(1){
width:62%;
}
.ps-service-frm .img-box div:nth-child(2){
width:36%;
}
.ps-service-frm h3{
font-family: 'M PLUS 1p', sans-serif;
font-size:22px;
color:#007FCC;
font-weight:500;
letter-spacing:5px;
text-align:center;
padding-top:20px;
margin:0 0 10px;
border-top:6px #C9CACA solid;
}
.ps-service-flow-list01,
.ps-service-flow-list02{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
margin:0;
list-style:none;
}
.ps-service-flow-list01 li,
.ps-service-flow-list02 li{
padding:0 10px;
margin-bottom:20px;
}
.ps-service-flow-list01 li .img,
.ps-service-flow-list02 li .img{
text-align:center;
margin-bottom:10px;
}
.ps-service-flow-list01 li .txt,
.ps-service-flow-list02 li .txt{
display: flex;
justify-content:space-between;
font-size:14px;
}
.ps-service-flow-list01 li .txt .num,
.ps-service-flow-list02 li .txt .num{
width:30px;
}
.ps-service-flow-list01 li .txt p,
.ps-service-flow-list02 li .txt p{
width:calc(100% - 40px);
margin:0;
}
.ps-service-flow-list01 li:nth-child(1){
width:41%;
}
.ps-service-flow-list01 li:nth-child(2){
width:59%;
border-left:2px #ddd dotted;
}
.ps-service-flow-list02 li{
width:33.3%;
border-left:2px #ddd dotted;
}
.ps-service-flow-list02 li:nth-child(1){
border-left:none;
}

.ps-service-flow-list03 li{
list-style:none;
margin-bottom:10px;
}

.ps-service-entry-tbl th,
.ps-service-entry-tbl td{
padding:0 0 20px 0;
vertical-align:top;
text-align:left;
}

.ps-service-entry-tbl th{
font-weight:bold;
padding:0 20px 20px 0;
}
.ps-service-img-box{
text-align:center;
margin-top:100px;
background:#009FE8;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.ps-merit-frm .lead{
text-align:left;
}
}
@media (max-width: 620px) {
.ps-merit-frm h3{
font-size:16px;
}
.ps-merit-frm h3 span{
font-size:24px;
}
.ps-merit-list li{
width:100%;
}
.ps-service-frm .mds-box .logo{
width:100%;
text-align:center;
padding:0  0 20px;
}
.ps-service-frm .mds-box .txt{
width:100%;
text-align:center;
padding:0 0 20px;
border-left:none;
}
.ps-service-frm .mds-box .txt h2{
font-size:24px;
margin-bottom:20px;
}
.ps-service-frm .mds-box .txt h2 span{
display:block;
font-size:16px;
margin-top:5px;
}
.ps-service-frm .img-box div:nth-child(1),
.ps-service-frm .img-box div:nth-child(2){
width:100%;
margin-bottom:20px;
}
.ps-service-flow-list01 li:nth-child(1),
.ps-service-flow-list01 li:nth-child(2),
.ps-service-flow-list02 li{
width:100%;
border-left:none;
}
.ps-service-flow-list01 li .txt p br,
.ps-service-flow-list02 li .txt p br{
display:none;
}
}
/*--------------------------------------------------------------

	gift

--------------------------------------------------------------*/
.gift-tbl{
margin-bottom:0;
}

.gift-tbl th,
.gift-tbl td{
text-align:center;
padding: 10px;
border-bottom:1px #BFBFBF solid; 
}

.gift-tbl thead th{
color:#FFF;
background:#00479D;
}

.gift-tbl tbody th{
width:10%;
color:#00479D;
background:#D4EBEA;
}



/*--------------------------------------------------------------

	contact

--------------------------------------------------------------*/

.address-frm{
	padding:20px;
	background:#F2FAFE;
}

.address-box{
	text-align:center;
	padding:20px 20px 0;
	margin:0;
}
.address-box dt{
	font-size:1.125rem;
	color:#00479D;
	font-weight:bold;
	margin-bottom:0.5em;
}
.address-box dd{
	margin:0;
}
.address-frm th,
.address-frm td{
padding: 0.4em;
}


/*--------------------------------------------------------------

	entry

--------------------------------------------------------------*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 5px;
	display: inline-block;
	padding: 0.7em;
width:100%;
line-height:1.6;
font-size:1em;
}
button, input[type="button"], input[type="submit"] {
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
textarea{
	width: 100%;
}

.formbox{
	font-size:1rem;
	padding:1em 0 80px;
	background:#FFF;
}

.formbox h2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 10px!important;
    margin: 60px 0 40px;
    border-left: 2px #00479D solid;
    border-bottom: 1px #EEE solid;
}

.formbox h3{
	font-size:16px;
	color:#000;
    margin: 40px 0 20px;
}
.formbox h2+h3{
	padding-top:0;
	margin:0 0 1.2em;
}
html[lang="ja"] .formbox h4{
	font-size:16px;
	color:#000;
	font-weight:normal;
	padding-top:0;
	margin:0 0 10px;
}

.formbox .required {
    font-size: 10px;
    background: #ffcccc;
    color: #ff0000;
    padding: 0 2px;
}
.formbox p{
	margin:0 0 1em;
}
.formbox h3+p{
	margin-top:5px;
}
.formbox input::placeholder {
	color:#999;
}
.formbox input[type="text"],
.formbox input[type="tel"],
.formbox input[type="email"],
.formbox input[type="url"],
.formbox input[type="date"],
.formbox textarea{
	padding:0.5em;
}
.formbox textarea{
	height:6em;
}


.formbox .num5 input[type="text"]{
width:5rem;
}
.formbox .num10 input[type="text"]{
width:10rem;
}
.formbox .num20 input[type="text"]{
width:20rem;
}
.formbox .store-address2 input[type="text"]{
width:calc(100% - 3.5rem);
}

.formbox .check-box {
    text-align: center;
    padding: 10px;
    margin-top:60px;
    background: #F9F9F9;
}

.formbox .check,
.formbox .submit{
	text-align:center;
	margin-top:4em;
}
.formbox .check{
    padding: 10px 3%;
    margin-top: 1em;
    background: #F9F9F9;
}


.formbox button,
.formbox input[type="button"],
.formbox input[type="submit"] {
	max-width: 250px;
	width: 100%;
	background: #00479D;
	color:#FFF;
	line-height: 1.4;
	text-align: center;
	font-weight: 700;
	border-radius: 30px;
	display:inline-block;
	position: relative;
	padding:16px;
}

.formbox input[type="button"]{
	max-width: 250px;
	width: 100%;
	color:#FFF;
	background-color: #333;
	margin-bottom:20px;
}
.formbox input[type="submit"].back-btn {
	background-color: #333;
}

.thanks-box{
	text-align:center;
	padding:30px 20px 10px;
	background:#EFEFEF;
	border-radius:30px;
}

.mw_wp_form_confirm .input-box{
	padding:10px;
    background: #F9F9F9;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {

}
@media (max-width: 480px) {

}




/*--------------------------------------------------------------

	faq

--------------------------------------------------------------*/

.faq-list dt{
	padding:10px 10px 10px calc(10px + 1.3em);
	margin-bottom:1em;
	text-indent:-1.3em;
	background:#F2FAFE;
}

.faq-list dt:before{
	content:"Q. ";
	color:#00479D;
}
.faq-list dd{
	padding:0 0 0 calc(10px + 1.3em);
	margin:0 0 2em 0;
	text-indent:-1.3em;
}

.faq-list dd:before{
	content:"A. ";
	color:#999;
	font-weight:bold;
}

/*------------------------------------------

	datasafety

------------------------------------------*/
.page-datasafety{
border-top: 20px #00479D solid;
}
.page-datasafety .page_title{
display:none;
}
.dshead{
padding:40px 0 20px;
}
.dshead{
display: flex;
justify-content:space-between;
flex-wrap: wrap;
align-items:center;
}
.dshead .txt{
width:620px;
}
.dshead .img{
width:calc(100% - 620px);
text-align:center;
}
.dshead .txt h1{
font-size:46px;
font-weight:bold;
}
.dshead .txt h1 span{
font-size:30px;
}

.dssec{
padding:40px 0 20px;
border-top:1px #000 solid;
}
.dssec .img{
text-align:center;
}
.dspolicy{
max-width:570px;
margin:80px auto;
}
.dspolicy a{
display:block;
font-size:20px;
color:#FFF;
font-weight:bold;
text-decoration:none;
text-align:center;
padding:10px;
margin-bottom:15px;
background:#00479D;
}
.dspolicy .input-box{
position:relative;
font-size:20px;
color:#FFF;
text-align:center;
padding:10px;
margin-bottom:15px;
background:#7DB520;
}
.dspolicy .input-box label{
margin:0;
}

.dspolicy .input-box label::after{
display:inline-block;
content:"必須";
font-size:14px;
color:#FF0000;
line-height:1;
padding:5px;
border:1px #FF0000 solid;
} 

.dspolicy .form_btn{
background: #F467AC;
border: 1px solid #7DB520;
color: #fff;
width: 100%;
padding: 10px;
font-size: 20px;
line-height: 1.5;
cursor: pointer;
transition: all .5s ease-out;
position: relative;
}
 
.dspolicy .form_btn:hover{
opacity:0.8;
background: #7DB520;
}
.dspolicy button[type="submit"][disabled] {
background-color: #fff;
color: #ccc;
border-color: #ccc;
cursor: default;
}
.dspolicy button[type="submit"][disabled]:hover{
opacity:1;
}
.dsprof{
text-align:center;
}
/*-- ■ Media Queries ■ --*/

@media (max-width: 1000px) {
.dshead .img{
width:100%;
}
.dshead .txt{
width:100%;
}
}/* end 1000px */

@media (max-width: 620px) {
.dshead-main{
text-align:center;
}
}/* end 620px */

@media (max-width: 480px) {
.dshead .txt h1{
font-size:30px;
}
.dshead .img img{
width:160px;
}
.dspolicy a,
.dspolicy .input-box,
.dspolicy .form_btn{
font-size:16px;
}
}

/*------------------------------------------

	shoplist

------------------------------------------*/
/*------------------------------------------
	search
------------------------------------------*/
.searchandfilter>ul>li{
	padding:0;
	margin:40px 0;
}
.searchandfilter ul li.sf-field-taxonomy-shop_cat,
.searchandfilter ul li.sf-field-taxonomy-shop_area,
.searchandfilter ul li.sf-field-search{
	padding:20px;
	border:2px #00479D solid;
	border-radius:5px;
}

.sf-field-taxonomy-shop_cat h4,
.sf-field-taxonomy-shop_area h4,
.sf-field-search h4{
	font-size: 18px;
	color:#00479D;
	text-align: center;
	margin:0 auto 10px auto;
}
.sf-field-taxonomy-shop_cat ul,
.sf-field-taxonomy-shop_area ul{
	padding:20px;
	background:#F2F2F2;
	border-radius:5px;
	overflow:hidden;
}
.sf-field-taxonomy-shop_area ul li{
	width:50%;
	float:left;
}

.searchandfilter ul li.sf-field-submit {
	text-align: center;
	margin:0;
}
.sf-field-submit input{
    max-width: 250px;
    width: 100%;
    font-size: 16px;
    color: #FFF;
    padding: 10px;
    margin: 0 auto;
    background: #00479D!important;
    background-size: 21px 19px!important;
    border-radius: 30px;
    transition: opacity .3s,background-color .3s;
}

.sf-field-search label,
.sf-field-search input[type="text"]{
	width:100%;
}

/*------------------------------------------
	shoplist
------------------------------------------*/

.shop-list{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.shop-list li {
	width:49%;
	list-style: none;
	padding:10px;
	margin-bottom: 2%;
	border: 1px #ccc solid;
	border-radius:5px;
}
.shop-list-ttl p{
	font-size:14px;
	font-size:0.875rem;
	margin-bottom:10px;
}
.shop-list-ttl p .cat span:after{
	content:", ";
}
.shop-list-ttl p .cat span:last-child:after{
	content:"";
}

.shop-list-ttl h2{
	font-size: 20px;
	font-size: 1.25rem;
	padding:0;
	margin:0 0 10px;
}
.shop-list .tokuten{
	font-size:14px;
	font-size:0.875rem;
	margin-bottom:10px;
	background:#F5F5F5;
}
.shop-list .tokuten dt{
	color:#00479D;
	padding:5px;
}
.shop-list .tokuten dd{
	padding:0 5px 5px;
	margin:0;
}
.shop-list .address{
	margin:0 0 10px;
}

.shop-list li a{
	display:block;
	padding:6px;
	color:#FFF;
	text-align:center;
	text-decoration: none;
	background:#00479D;
	border-radius:18px;
}
.search_count{
	color:#00479D;
	font-weight:bold;
}
.wp-pagenavi{
	font-size:14px;
	text-align:center;
	margin-bottom:40px;
}
.wp-pagenavi a, .wp-pagenavi span{
	display:inline-block;
	padding:5px 10px;
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.shop-list{
	display:block;
}

.shop-list li {
	width:100%;
}
}
/*------------------------------------------
	ct_shop page
------------------------------------------*/

.shop-ttl{
	padding:10px 0;
	margin-bottom:20px;
	border-top:2px #00479D solid;
	border-bottom:1px #CCC dotted;
}

.shop-ttl p{
	font-size:14px;
	font-size:0.875rem;
	margin-bottom:10px;
}
.shop-ttl p .cat span:after{
	content:", ";
}
.shop-ttl p .cat span:last-child:after{
	content:"";
}
	
.shop-ttl h1{
	font-size: 24px;
	font-size: 1.5rem;
	padding:0;
	margin:0;
}
.shop-txt{
	margin-bottom:40px;
}
.shop-tokuten{
	margin-bottom:40px;
}
.shop-tokuten h2{
	font-size: 24px;
	font-size: 1.5rem;
	color:#00479D;
	text-align:center;
	padding:10px;
	border-bottom:1px #CCC dotted;
}
.shop-tokuten dt{
	width:150px;
	color:#00479D;
	padding:0 0 0.75em;
	float:left;
}
.shop-tokuten dd{
	width:100%;
	padding:0 0 0.75em 150px;
	margin:0 0 0.75em;
	border-bottom:1px #CCC dotted;
}
.shop-data{
	padding:20px;
	margin-bottom:40px;
	background:#F2FAFE;
	border-radius:5px;
}
.shop-data dl{
	width:57%;
	margin:0;
	float:left;
}
.shop-data dt{
	width:150px;
	padding:0 0 0.75em;
	float:left;
}
.shop-data dd{
	width:100%;
	padding:0 0 0.75em 150px;
	margin:0 0 0.75em;
	border-bottom:1px #CCC dotted;
}

.shop-data .gmap{
	width:40%;
	float:right;
}

.google_map {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 0;
	padding-bottom: 56.6%;
	padding-bottom: 100%;
	overflow: hidden;
}
.google_map iframe {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border:1px #FFF solid;
}
/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.shop-tokuten dt{
	width:100%;
	float:none;
}
.shop-tokuten dd{
	padding:0 0 0.75em 0;
	margin:0 0 0.75em;
	border-bottom:1px #CCC dotted;
}
.shop-data dl{
	width:100%;
	margin:0;
	float:none;
}
.shop-data dt{
	width:100%;
	float:none;
}
.shop-data dd{
	padding:0 0 0.75em 0;
}

.shop-data .gmap{
	width:100%;
	float:none;
}

}

/*------------------------------------------

	Sponsor

------------------------------------------*/
.sponsor-companies{
	display:flex;
	width:100%;
	margin-top:60px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sponsor-companies li{
	width:31%;
	text-align:center;
	list-style: none;
	margin-bottom:10px;
}
.sponsor-companies:after{
	content:"";
	display: block;
	width:31%;
}
.sponsor-companies li a{
	display: block;
	text-decoration:none;
}
.sponsor-companies li a:hover{
	opacity:0.8;
}

.sponsor-companies li .bnr{
	margin-bottom:20px;
	border:2px #DDD solid;
}

/*-- ■ Media Queries ■ --*/
@media (max-width: 768px) {
.sponsor-companies li{
	width:100%;
}

}
@media (max-width: 600px) {
}

/* COMING SOON表示 */
.comingsoon{
	font-size: 1.2em;
	color:#999;
	font-weight:bold;
	text-align:center;
	padding:20px;
	margin:40px 0 60px;
	border:2px #ddd solid;
}
