@charset "UTF-8";

/* ----ヘルプ---- */

.alcenter{
    text-align: center;
}
.help-main{
	width:100%;
}
.help-main h2{
    border-bottom: 1px solid #eee;
    padding: 20px 25px 20px 10px;
    background-color: #E7E7E7;
    margin-top: 20px;
    line-height: 40px;
}
.help-cont h3.h301{
	margin-top: 20px;
    padding: 0.5em 0.5em;
    color: #494949;
    background: transparent;
    border-left: 5px solid #E85382;
}
.help-cont{
    margin-top: 10px;
    margin-right: 1%;
    margin-bottom: 10px;
    margin-left: 1%;
    width: 98%;
}
.help-cont h3.sa01{
    margin-top: 20px;
    text-align: center;
}
.help-cont h4{
    margin-top: 10px;
    padding: 0.5em 0;
    color: #494949;
    border-bottom: 1px solid #CCCCCC;
    font-size: 20px;
}
.help-cont p{
    line-height: 1.5em;
    margin: 0.5em 0;
}
.help-cont-1l{
    float: left;
    width: 35%;
    text-align: center;
}
.help-cont-2l{
    float: left;
	width: 60%;
	margin-left: 3%;
    margin-top: 10px;
}
.help-cont-3l{
	width: 94%;
	margin-left: 3%;
    margin-top: 10px;
}
.help-cont-3l.lp05{
	max-width: 800px;
  margin: 10px auto 0;
}
@media only screen and (max-width: 750px) {
.help-cont-1l{
    float: left;
    width: 100%;
}
.help-cont-2l{
    float: left;
	width: 100%;
	margin-left: 0;
}
}
/* ----ボタン---- */
.btn-01 {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    color: #FFF;
    background: #c70079;
    transition: .4s;
    font-size: 1.2em;
    text-align: center;
}
@media only screen and (max-width: 750px) {
.btn-01 {
    width: 100%;
}
}
.btn-01:hover {
  text-decoration: none;
  opacity:0.7;
}
.btn-01:focus {
  outline:none;
  text-decoration: none;
}

/* ----お問い合わせ---- */
.kakomi01{
	width: 90%;
    margin: 3%;
    border: 1px solid #CCCCCC;
    padding: 2%;
}
.tel_no {
    margin: 15px;
}
.tel_no a{
    font-weight: bold;
    color: #E85382;
    font-size: 2em;
    padding: 10px 5px;
}
/* ----テーブル---- */
.mod-tbl {
    width: 100%;
    overflow: auto;
}
.mod-tbl table{
  border-collapse:collapse;
  margin:0 ;
display: block;
}
.mod-tbl td,th{
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
  line-height: 1.5em;
}
.mod-tbl th{
  background:#EFEFEF;
}

/* -----------------------------------------------
  スマホでオンオフ
-------------------------------------------------- */
@media screen and (min-width: 750px){
.on-sp { display:none; }
}
@media only screen and (max-width: 750px) {
.on-pc { display:none; }
}


/* -----------------------------------------------
  add 2020.02.26
-------------------------------------------------- */
.help_sa_01_wrap {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-around;
  margin-top: 5em;
}
.help_sa_01_wrap h3{
  line-height: 1.5em;
  margin-bottom: 1em;
}
.help_sa_01_wrap div {
  width: 28%;
  text-align: center;
  position: relative;
}
.help_sa_01_wrap div p {
  margin-bottom: 2em;
}
.help_sa_01_wrap div p:nth-of-type(1){
  margin-bottom: 0em;
}
.help_sa_01_wrap div p:nth-of-type(2){
  text-align: left;
}

.help_sa_01_wrap div p a {
  position: relative;
  display: inline-block;
  padding: 0 16px 0 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
.help_sa_01_wrap div p a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #686868;
  border-right: 1px solid #686868;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.help_sa_01_wrap div p span{
  font-size: 0.8em;
  color: #999999;
}
@media screen and (max-width: 750px) {
.help_sa_01_wrap div {
  width: 90%;
  text-align: center;
}
}
.help_sa_02_wrap {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-around;
  margin-top: 5em;
}
.help_sa_02_wrap div {
  width: 25%;
  text-align: center;
}
.help_sa_02_wrap div p {
  margin-bottom: 1em;
  font-size: 1.3em;
}
.help_sa_02_wrap div a {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-bottom: 3em;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
.help_sa_02_wrap div a::after{
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateY(-50%) translateX(0%);
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-top: 1px solid #686868;
  border-right: 1px solid #686868;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 750px) {
.help_sa_02_wrap div {
  width: 90%;
  text-align: center;
}
}
.help-lp_12_wrap {
  width: 1195px;
}
.help_sg_12_ul {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-around;
  margin: 2em auto 8em;
}
.help_sg_12_ul.icon { justify-content: flex-start;}
.help_sg_12_ul li {
  width: 28%;
  text-align: center;
}
.help_sg_12_ul.icon li { margin: 0 0 0 4%;}
.help_sg_12_ul li a{
  display: block;
  padding: 15px 20px;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  border: 1px solid #999;
  transition: .4s;
  font-size: 1.3em;
  text-align: center;
}
.help_sg_12_ul li a:hover{
  background-color: #999;
  color: #fff;
}
.help_sg_12_ul li a span {
  display: block;
  font-size: 0.8em;
  margin-top: 1em;
  text-align: left;
  line-height: 1.4em;
}
.help_sg_12_ul.icon1 li a {
  background-image: url("/img/usr/help/sg_13_icon1.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 30px;
}
.help_sg_12_ul.icon1 li a:hover { background-image: url("/img/usr/help/sg_13_icon1-1.png");}
.help_sg_12_ul.icon2 li a {
  background-image: url("/img/usr/help/sg_13_icon2.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px;
}
.help_sg_12_ul.icon2 li a:hover { background-image: url("/img/usr/help/sg_13_icon2-1.png");}
@media screen and (max-width: 750px) {
  .help-lp_12_wrap {
  width: 100%;
}
  .help_sg_12_ul {  margin: 2em auto 4em;}
  .help_sg_12_ul li {
    width: 90%;
    text-align: center;
    margin-bottom: 1.5em;
  }
  .help_sg_12_ul.icon2 {justify-content: space-around;}
  .help_sg_12_ul.icon2 li { margin: 0 0 1.5em;}
}

.help_lp_01_wrap {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-around;
  margin-top: 5em;
}
.help_lp_01_wrap div { width: 30%;}
.help_lp_01_wrap div:nth-of-type(3) { flex-grow: 2;}
.help_lp_01_wrap div p {
  margin-bottom: 1em;
  text-align: left;
}
@media screen and (max-width: 750px) {
.help_lp_01_wrap div {
  width: 90%;
  text-align: center;
}
  .help_lp_01_wrap div p:nth-of-type(2) {
  text-align: center;
}
}

.acd-check{ display: none;}
.acd-label{
    background: #e7e7e7;
    display: block;
    margin-bottom: 1px;
    padding: 20px;
    position: relative;
  font-weight: 700;
  width: 94%;
  margin: auto;
}
.acd-label:after{
    box-sizing: border-box;
    content: '';
  background-image: url("/img/usr/help/lp_04_img03.png");
  background-repeat: no-repeat;
    padding: 10px 20px;
    position: absolute;
    right: 0;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .8s;
    overflow: hidden;
  width: 94%;
  margin: auto;
}
.acd-check:checked + .acd-label:after{ background-image: url("/img/usr/help/lp_04_img04.png");}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
  overflow: visible;
}

.acd-content .help-cont-3l {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.acd-content a { color: #C70079;}
.acd-content .question {
  background-image: url("/img/usr/help/lp_04_img01.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 60px;
  line-height: 45px;
  font-size: 1.2em;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .acd-content .question {line-height: 1.2em; padding-top: 15px; padding-bottom: 15px;}
}
.acd-content .answer {
  background-image: url("/img/usr/help/lp_04_img02.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 10px 0 15px 60px;
 /* display: none; */
}
 /*
.acd-content .answer.open {
	display: block;
} */
h3.lp05 {
  background-color: #E7E7E7;
  text-align: center;
  line-height: 2em;
}
.color_pink {
  color: #C60079;
}


/* add.2020.4.30 */
.lp05_wrap {
  width: 1000px;
  margin: auto;
}
.lp05_wrap.help-cont {
  margin-top: 50px;
}
.help-cont p.lp05_arrow {
  text-align: center;
  margin: 3em auto;
}
@media screen and (max-width: 750px) {
  .lp05_wrap  {width: 90%}
}
.lp05_wrap h2 {
  background-color: #fbfbfb;
  text-align: center;
  border: none;
  padding: 0;
}
.lp05_wrap .lp05_tit01{
  background-color: #99C8E6;
  text-align-last: center;
  padding: 5px 10px;
}
.lp05_wrap .lp05_tit01 p:nth-of-type(1){
  background-color: #fff;
  padding: 5px;
}
.lp05_wrap .lp05_tit01 p:nth-of-type(2){
  color: #fff;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.5em;
}

.lp05_wrap .tit01_win{
  background-color: #e7a1a3;
}
.lp05_wrap .cam {
    border: solid 2px #99C8E6;
    font-weight: 700;
    padding: 5px 10px;
    font-size: 1.4em;
}
.lp05_wrap .cam p:nth-of-type(1) {
    text-align: center;
    background-color: #99C8E6;
    padding: 5px 0px;
    color: white;
}
.lp05_wrap .cam p:nth-of-type(2) {
    font-weight: 700;
    line-height: 1.5em;
}
.lp05_wrap .cam .com{
	font-size: 0.6em;
	font-weight: normal;
}
@media screen and (max-width: 750px) {
  .lp05_wrap .cam  {font-size: 1.2em;}
  .lp05_wrap .lp05_tit01 p:nth-of-type(2){
  font-size: 1.2em;
  }
}
.color_blue { color: #0075C2;}
.color_red { color: #c31419;}
.ta_c {  text-align: center;}
.mb10 { margin-bottom:2em}
.circle {
  background-color: #000;
  color: #fff;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

/* -----------------------------------------------
  add 2020.10.20 よくある質問改良
-------------------------------------------------- */

.help-searc-box {
	width: 94%;
	margin: 20px 3% 20px auto;
}
.help-searc-box input[type="search"] {
	width: 50%;
	height: auto !important;
	padding: 6px 11px;
	border-radius: 5px;
}
.help-topics-summaries {
	width: 94%;
	margin: 30px 3% 30px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.help-topics-summaries .help-topics-summary {
	width: 49%;
	margin: 10px 0;
	display: flex;
}
.help-topics-summaries .help-topics-summary figure {
	width: 56px;
	margin-right: 10px;
}
.help-topics-summaries .help-topics-summary figure img {
	width: 100%;
	height: auto;
}
.help-topics-summaries .help-topics-summary a {
	display: block;
}
.help-topics-summaries .help-topics-summary a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.help-topics-summary dl{
	width: 450px;
}
.help-topics-summaries .help-topics-summary a dl dt {
	/*font-weight: bold;
	*/
	font-size: 1.2rem;
	line-height: 1.4em;
	margin-bottom: 5px;
}
.help-topics-summaries .help-topics-summary a dl dd {
	line-height: 1.4em;
}
span.hit {
	background-color: #a7da9a;
	padding: 0 5px;
}
/*** SP ***/
/* レスポンシブ転用可能分 */
@media only screen and (max-width: 960px) {
	/*--- よくある質問改良 ---*/
	.help-searc-box input[type="search"] {
		width: 100%;
	}
	.help-topics-summaries {
		display: block;
	}
	.help-topics-summaries .help-topics-summary {
		width: 100%;
		margin: 30px 0;
		justify-content: space-between;
	}
	.help-topics-summaries .help-topics-summary figure {
		width: 15%;
		margin: 0;
	}
	.help-topics-summaries .help-topics-summary a {
		width: 80%;
	}
	.help-topics-summary dl{
		width:auto;
	}
	.help-topics-summaries .help-topics-summary a dl dd {
		word-break: break-all;
	}
}

/*** ランドセルポイントページ ***/
.rand-main{
	width:100%;
	padding-left: 1%;
	line-height: 1.5em;
}
.rand-main h2{
	margin: 10px 0px 20px;
	padding: 0.5em 0.5em;
	border-left: 5px solid #E85382;
}
.rand-main section{
	margin: 30px 1% 10px;
    width: 94%;
}
.rand-main .content .pickup{
	width: 100%;
	margin-top: 1em;
	display: flex;
}
.rand-main .content .pickup figure{
	width: 10%;
}

.rand-main .content .pickup dl{
	width: 90%;
}
.rand-main .content .pickup dt,
.rand-main .content2 .pickup2 dt{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
.rand-main .content2{
	width: calc(100% + 20px);
	display: flex;
}

.rand-main .content2 .pickup2{
	width: 45%;
	margin-right: 20px;
}
.rand-main span{
	text-align: right;
	display: block;
	width: 94%;
	margin-right: 1% ;
}

.rand-main .content3 .title{
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.rand-main .content3 .title figure{
	width: 20%;
	padding-right: 10px;
}
.rand-main .content3 .title p{
	width: 70%;
}

.rand-main .content3 .point,
.rand-main .content3 .point_item,
.rand-main .content3 .point_item2{
	display: flex;
	flex-wrap: wrap;
}
.rand-main .content3 .point_item,
.rand-main .content3 .point_item2{
	width: 48%;
	margin-right: 10px;
	margin-top: 20px;
}
.rand-main .content3 .point_item img{
	width: 40%;
	padding-right: 10px;
}
.rand-main .content3 .point_item dl{
	width: 60%;
}
.rand-main .content3 .point_item2:first-child{
	width: 100%;
}
.rand-main .content3 .point_item2:first-child dl{
	width: 48%;
	margin-right: 20px;
}
.rand-main .content3 .point_item2:first-child img{
	width: 48%;
}

.point_img{
	width: 48%;
	margin-right: 20px;
}
.point_img2{
	width: 40%;
	vertical-align: top;
	padding-top: 1.5em;
}

@media only screen and (max-width: 960px) {
	.rand-main .content .pickup figure{
		width: 18%;
	}
	.rand-main .content2,.rand-main .content3{
		width: 96%;
		display: block;
	}
	.rand-main .content2 .pickup2{
		width: 100%;
		margin-right: 0px;
	}
	.rand-main .content3 .title{
		display: block;
	}
	.rand-main .content3 .title figure{
		width: 45%;
	}
	.rand-main .content3 .title p,
	.rand-main .content3 .point_item,
	.rand-main .content3 .point_item2,
	.rand-main .content3 .point_item2:first-child dl,
	.rand-main .content3 .point_item2:first-child img,
	.point_img,.point_img2{
	width: 100%;
	}
	.rand-main .content3 .point_item img,
	.rand-main .content3 .point_item2 img{
		margin-top: 0.2em;
		align-self: flex-start;
	}
	.rand-main .content3 .point_item,
	.rand-main .content3 .point_item2,
	.rand-main .content3 .point_item2:first-child dl{
		margin-right: 0px;
	}

}

/* add by MIB:20210520 */
br.pc{
	display: inline;
}
br.sp{
	display: none;
}
.help-cont-3l.apology{
	margin: 30px auto;
	border: 1px solid #000;
	padding: 40px 0 30px 0;
}
.help-cont-3l.apology h3{
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 20px;
}
.help-cont-3l.apology p{
	text-align: center;
	margin: 10px 0;
}
.help-cont-3l p span.color_pink strong{
	font-weight: bold;
}
.help-cont-3l .lp05_tit02{
	background-color: #99C8E6;
	text-align-last: center;
	padding: 15px 10px 20px 10px;
}
.help-cont-3l .lp05_tit02 p{
	color: #fff;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.8em;
	margin: 0 auto;
}
.help-cont-3l .lp05_tit02 p.notice{
	color: #99C8E6;
	display: inline-block;
	margin: 0px auto 0 auto;
	font-size: 1em;
	line-height: 1.2em;
	padding: 5px;
	background-color: #FFF;
}
.help-cont-3l p.kikan{
	color: #99C8E6;
	margin: 0px auto 0 auto;
	font-size: 1.5em;
	padding: 10px;
	border:solid 1px #99C8E6;
	font-weight:bold;
}

.help-cont-3l.about{
	text-align: center;
	margin-top:30px;
}
.help-cont-3l.about h4{
	text-align: center;
	border-bottom: none;
	font-size: 1.2rem;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #333;
	padding: 10px 25px;
	color: #FFF;
	display: inline-block;
}
.help-cont-3l.about figure{
	width: 25%;
	margin: 10px auto;
	border: 1px solid #efefef;
}
.help-cont-3l.about figure img{
	width: 100%;
}
.help-cont-3l.about p.hosoku{
	text-align: center;
	font-size: 1.2rem;
}
.help-cont-3l.convertion{
	text-align: center;
	margin: 50px 0;
}
.help-cont-3l.convertion p{
	margin-top: 15px;
	font-size: 1rem;
}
h3.lp05 {
	width: calc(100% - 60px);
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	br.pc{
		display: none;
	}
	br.sp{
		display: inline;
	}
	.help-cont-3l.apology{
		border: none;
		padding: 0;
	}
	.help-cont-3l.apology h3{
		font-size: 1.5rem;
		line-height: 1.5em;
	}
	.help-cont-3l.apology p{
		text-align: left;
	}
	.help-cont-3l .lp05_tit02 p{
		font-size: 1.2em;
		line-height: 1.4em;
	}
	.help-cont-3l .lp05_tit02 p.notice{
		font-size: 0.8em;
		line-height: 1.2em;
		margin-top: 10px;
	}
	.help-cont-3l.about h4{
		padding: 10px 50px;
	}
	.help-cont-3l.about figure{
		width: 75%;
	}
	.help-cont-3l.convertion p{
		font-size: 0.8rem;
	}
	.help-cont-3l p.kikan{
		font-size: 1.2em;
	}

}
/* /add by MIB:20210520 */