@charset "utf-8";

/* -------------------------------------
   コンテンツ幅拡大（1200px）
------------------------------------- */
body{
  display: none;
}

/* -------------------------------------
   ui1262用設定
------------------------------------- */

/* 初期設定
--------------------------------------*/
#ui1263 img {
	width: 100%;
	height: auto;
	/*! border: none; */
	vertical-align: bottom;
}

#ui1263 a:hover {
	text-decoration: none;
}

#ui1263 a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

#ui1263 .pc{
  display: block;
}
#ui1263 .sp{
  display: none;
}

/* メインビジュアル
------------------------------------- */
#ui1263 .mainVisual {
	width: 1160px;
	margin: 0 auto;
}

/* ナビゲーション
------------------------------------- */
#ui1263 .mainNav {
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	background: #FFF;
}

#ui1263 .mainNav.navFix{
	position: fixed;
	top: 0;
	z-index: 9999;
}

#ui1263 .mainNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1160px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#ui1263 .mainNav ul li {
	width: 24.5%;
	margin: 0;
	padding: 0;
}

#ui1263 .mainNav ul li a {
	display: flex;
	position: relative;
	justify-content: center;
	padding: 15px 0 10px;
	background: #0190d9;
	color: #FFF;
	font-size: 1.8rem;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
}

#ui1263 .mainNav ul li a::after {
	position: absolute;
	right: 10px;
	top: 43%;
	display: inline-block;
	content: "";
	border: 7px solid transparent;
	border-top: 9px solid #ffffff;
}

#ui1263 .mainNav ul li a:hover{
	background: #1178ac;
}

/* 共通
------------------------------------- */
#ui1263 .section {
	width: 100%;
	margin: 40px auto 0;
	padding: 0;
}

#ui1263 .section .inner {
	width: 1160px;
	margin: 0 auto;
	padding: 0;
}

#ui1263 .section::after,
#ui1263 .section .inner::after {
  content: "";
  display: block;
  clear: both;
}

#ui1263 .section .inner .flexBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 30px 0;
}
#ui1263 .section .inner .col2 {/* 2列 */
	width: 49%;
	margin: 0;
	padding: 0;
}

#ui1263 .section .inner .col2 h3{
	margin: 0;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.2;
}

#ui1263 .section .inner .col2 p {
	margin: 0;
	font-size: 1.6rem;
	text-align: left;
}

#ui1263 .section .inner .colclr {
	clear: both;
	margin: 0;
	padding: 0;
}

#ui1263 .section .inner .colclr p {
	margin: 0;
	padding: 0 30px 20px;
	font-size: 0.8rem;
}

#ui1263 .section .inner .col2 .photo {
	margin: 0 0 20px 0;
	padding: 0;
}

#ui1263 .section .inner .col2 .photo p {
	padding: 0;
	text-align: right;
	font-size: 0.8rem;
}

#ui1263 .section .inner .col3 {/* 3列 */
	float: left;
	width: 400px;
	margin: 0;
	padding: 0;
}

#ui1263 .section .inner .col3 .bub01a {/* 吹き出し 左1 */
	padding-top: 55px;
	padding-left: 60px;
	font-size: 1.1rem;
}

#ui1263 .section .inner .col3 .bub01b {/* 吹き出し 左2 */
	padding-top: 55px;
	padding-left: 50px;
	font-size: 1.1rem;
}

#ui1263 .section .inner .col3 .bub02 {/* 吹き出し 右 */
	padding-top: 55px;
	padding-left: 120px;
	font-size: 1.1rem;
}

#ui1263 .section .inner .col3.last p {
	padding: 16px 20px 12px;
	font-size: 1.4rem;
	font-weight: bold;
}

#ui1263 .section .inner .col3.last .photo {
	border: 10px solid #FFF;
	background: #FFF;
	margin: 0 10px 20px;
	line-height: 0;
}

#ui1263 h2{
	margin: 0;
	padding: 0 30px;
	border-bottom: 3px dotted #CCC;
	font-size: 2.8rem;
	font-weight: 700;
}

#ui1263 .btn {
  position: relative;
  display: block;
  color: #fff !important;
  background: #c83232;
  padding: 10px 20px 10px 30px;
  border: solid #c83232 2px;
  text-decoration: none;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.2s ease-out;
}

#ui1263 .btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
}

#ui1263 .btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #c83232;
}

#ui1263 .btn:hover {
  text-decoration: none;
  color: #c83232 !important;
  background: #fff;
}

/* セクションごと #section01
------------------------------------- */
#ui1263 #section01{
	margin-bottom: 20px;
}
#ui1263 #section01 p {
	margin: 0 30px;
	font-size: 1.6rem;
}
#ui1263 #section01 p + p{
	margin-top: 10px;
}

/* セクションごと #section02
------------------------------------- */
#ui1263 #section02 .inner .col2{
	border: solid 2px #0190d9;
}
#ui1263 #section02 .inner .col2 h3{
	padding: 20px 15px 20px 115px;
	color: #fff;
}
#ui1263 #section02 .inner .col2.liveCol h3{
	background: url(../../../other_contents/ui1263/ui1263_ic01.png?$staticlink$) no-repeat center left 30px #0190d9;
}
#ui1263 #section02 .inner .col2.recCol h3{
	background: url(../../../other_contents/ui1263/ui1263_ic02.png?$staticlink$) no-repeat center left 30px #0190d9;
}
#ui1263 #section02 .inner .col2 p{
	margin: 20px 30px;
}

/* まなびナビバナー */
#ui1263 #section02 .subSection{
  margin-top: 30px;
  padding: 30px 0;
  background: #f2f2f2;
}
#ui1263 .section .oneCol .subSecInner{
	border: solid 1px #666;
	margin: 0 auto;
	padding: 7px;
	border: solid 1px #666;
	width: 900px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
#ui1263 .section .oneCol .subSecInner .oneColTxt{
	width: 35%;
}
#ui1263  .section .oneCol h4 {
    margin: 0 0 5px 0;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 700;
}
#ui1263 .section .oneCol h4 em {
    font-size: 2rem;
    font-weight: 700;
}
.section .subSection .kidsPcBtn{
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.section .subSection .kidsPcBtn li{
  width: 211px;
  margin: 0;
  text-align: center;
  float: left;
}
.section .subSection .kidsPcBtn li:last-child{
  float: right;
}
.section .subSection .kidsPcBtn.kidsPcBtn02 li{
  float: none;
  margin: auto;
}
.section .subSection .kidsPcBtn li a{
  display: block;
  padding: 18px 0 15px;
  border: 2px solid #2AA85F;
  background: #ffffff;
  color: #2AA85F;
  font-size: 1.9rem;
  font-weight: bold;
  text-decoration: none;
}
.section .subSection .kidsPcBtn li a:hover{
  background: #2AA85F;
  color: #ffffff;
}
.section .subSection .kidsPcBtn li a::before{
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0px 3px 1px 0;
  border: 7px solid transparent;
  border-left: 11px solid #2AA85F;
}
.section .subSection .kidsPcBtn li a:hover::before{
  border-left: 11px solid #ffffff;
}

/* セクションごと #section03
------------------------------------- */
#ui1263 #section03 .inner .col2{
	border: solid 2px #0190d9;
	position: relative;
}
#ui1263 #section03 .inner .col2:nth-child(n+3){
	margin-top: 20px;
}
#ui1263 #section03 .inner .col2 h3{
	padding: 15px;
	color: #fff;
	background: #0190d9;
	text-align: center;
}
#ui1263 #section03 .inner .col2 h3 span{
	position: absolute;
	top: 2px;
	left: 2px;
	padding: 12px 18px 9px;
	display: inline-block;
	background: #fff605;
	color: #0190d9;
	font-size: 2.2rem;
}
#ui1263 #section03 .inner .col2 .pointBox{
	margin: 20px 30px;
	text-align: center;
}
#ui1263 #section03 .inner .col2 .pointBox img{
	/*! width: 450px; */
	max-height: 240px;
	width: auto;
}
#ui1263 #section03 .inner .col2 .pointBox .pointTxt{
	text-align: left;
	margin-top: 20px;
}
#ui1263 #section03 .inner .col2 .pointBox .cautionTxt{
	font-size: 1.4rem;
	margin-top:10px;
}
#ui1263 #section03 .inner .pointBox ul{
	padding: 0;
}
#ui1263 #section03 .inner .pointBox ul li{
	list-style: none;
	margin: 0;
}
#ui1263 #section03 .inner .col2.colAll{
	width: 100%;
}
#ui1263 #section03 .inner .colAll .flexBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
	padding: 0;
}
#ui1263 #section03 .inner .colAll .flexBox > li{
	width: 23%;
}
#ui1263 #section03 .inner .colAll .flexBox li img{
	width: 135px;
}
#ui1263 #section03 .inner .colAll .flexBox li .securityLead{
	font-weight: 700;
	border-bottom: 3px dotted #0190d9;
	margin-top: 10px;
	text-align: center;
}
#ui1263 #section03 .inner .colAll .flexBox li .securityTxt {
	margin-top: 10px;
	text-align: left;
}
#ui1263 #section03 .inner .colAll .flexBox li .securityTxt ul{
	margin-left: 20px;
}
#ui1263 #section03 .inner .colAll .flexBox li .securityTxt li{
	list-style: disc;
}
#ui1263 #section03 .inner .colAll .flexBox li .securityTxt p,
#ui1263 #section03 .inner .colAll .flexBox li .securityTxt li{
	font-size: 1.4rem;
}


/* セクションごと #section04
------------------------------------- */
#ui1263 #section04 {
	background: #f7f7f7;
	padding: 40px 0;
}

#ui1263 #section04 h2 {
	text-align: center;
	border-bottom: none;
}

#ui1263 #section04 .row {
	margin-top: 30px;
}

#ui1263 #section04 .row::after,
#ui1263 #section04 .item dl.spec01::after,
#ui1263 #section04 .item dl.spec02::after {
  content: "";
  display: block;
  clear: both;
}

#ui1263 #section04 .item {
	float: left;
	width: 365px;
	margin: 0 10px;
	padding: 20px 10px 10px;
	background: #FFF;
}

#ui1263 #section04 .item dl {
	margin: 0;
	padding: 0;
}

#ui1263 #section04 .item dt,
#ui1263 #section04 .item dd {
	margin: 0;
	padding: 0 0 5px;
}
#ui1263 #section04 .item dt img {
	max-height: 170px;
}
#ui1263 #section04 .item dd.itemcatch {
	font-size: 1.8rem;
}

#ui1263 #section04 .item dd.itemname {
	font-size: 1.8rem;
}

#ui1263 #section04 .item dl.spec01 {
	font-size: 1.6rem;
	padding: 5px;
}

#ui1263 #section04 .item dl.spec01 dt{
	float: left;
	width: 130px;
}

#ui1263 #section04 .item dl.spec01 dd {
	float: left;
	width: 180px;
}

#ui1263 #section04 .item dl.spec02 {
	font-size: 1.3rem;
	padding: 5px;
}

#ui1263 #section04 .item dl.spec02 dt{
	float: left;
	width: 90px;
}

#ui1263 #section04 .item dl.spec02 dd {
	float: left;
	width: 245px;
}
#ui1263 #section04 .item dl.spec02 dd small{
	font-size: 0.9rem;
}

#ui1263 #section04 ul.banner {
	margin: 0;
	padding: 0 100px;
	list-style: none;
}

#ui1263 #section04 ul.banner li {
	margin: 0 0 10px 0;
	padding: 0;
}

/* セクションごと #section05
------------------------------------- */
#ui1263 #section05 {
	padding: 40px 0;
	margin: 0;
}
#ui1263 #section05 h2 {
	text-align: center;
	border-bottom: none;
}

#ui1263 #section05 h3 {
    margin: 0 20px 20px;
    padding: 10px 30px;
    font-size: 1.2rem;
    text-align: center;
}

#ui1263 #section05 .row {
	padding: 20px 0 0;
}
#ui1263 #section05 .row.cat03 {
    background: #f7f7f7;
    padding: 30px 0;
    margin-top: 10px;
}
#ui1263 #section05 .row::after {
  content: "";
  display: block;
  clear: both;
}

#ui1263 #section05 .item {
	float: left;
	width: 366px;
	margin: 0 10px;
	padding: 10px;
	background: #FFF;
}

#ui1263 #section05 .item dl {
	margin: 0;
	padding: 0;
}

#ui1263 #section05 .item dt,
#ui1263 #section05 .item dd {
	margin: 0;
	padding: 0 0 5px;
}

#ui1263 #section05 .item dt {
    font-size: 1.7rem;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

#ui1263 #section05 .item dd.halfL {
	float: left;
	width: 54%;
}

#ui1263 #section05 .item dd.halfR {
	float: right;
	width: 44%;
}

#ui1263 #section05 .btn {
  font-size: 1.7rem;
}


/* セクションごと #section06
------------------------------------- */
#ui1263 #section06 {
	background: #f7f7f7;
	padding: 40px 0;
	margin: 0;
}
#ui1263 #section06 h2 {
	text-align: center;
	border-bottom: none;
}
#ui1263 #section06 .row {
	margin-top: 30px;
}
.userPikupList_col4{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.userPikupList_col4 li{
position: relative;
display: flex;
width: 32%;
margin-right: 2%;
}
.userPikupList_col4 li:nth-of-type(3n){
  margin-right: 0;
}
.userPikupList_col4 li:nth-of-type(n+4){
  margin-top: 30px;
}
.userPikupList_col4 li a{
  text-decoration: none;
  color: #333333;
  padding: 0;
}
.userPikupList_link {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 3px;
}
.userPikupList_link:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  /* border: 1px solid #cccccc; */
  border-radius: 3px;
}
.userPikupList_link:hover:before {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border: 2px solid #0784E8;
}
#ui1263 .userPikupList_link a:hover, #ui1263 .userPikupList_link:hover img  {
  opacity: 1;
}
.userPikupList_box img{
  width: 100%;
  border: 1px solid #ccc;
}
.userPikupList_box .m_section_txt{
  font-size: 1.6rem;
  padding: 10px 15px;
}


@media screen and (max-width: 767px) {

/* -------------------------------------------------------------------- 
   ui1263用設定 2020-4-15追加
-------------------------------------------------------------------- */
#ui1263 .pc{
  display: none;
}
#ui1263 .sp{
  display: block;
}

#ui1263 #main{
  padding: 0 10px;
}

/* タイトル
------------------------------------- */
#ui1263 h1 {
	width: 100%;
}

/* メインビジュアル
------------------------------------- */
#ui1263 .mainVisual {
	width: 100%;
}

/* ナビゲーション
------------------------------------- */
#ui1263 .mainNav ul {
	width: 100%;
	margin: 0;
}

#ui1263 .mainNav.navFix {
    position: static;
}

#ui1263 .mainNav ul li {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}

#ui1263 .mainNav ul li a {
	padding: 15px 0;
	font-size: 1.6rem;
}

#ui1263 .mainNav ul li a::after {
	top: 40%;
}

/* 共通
------------------------------------- */
#ui1263 .section .inner {
	width: 100%;
}
#ui1263 .section .inner .flexBox{
  display: block;
  margin: 20px 2%;
}
#ui1263 .section .inner h2 {
	font-size: 2rem;
	text-align: center;
}
#ui1263 .section .inner .col2 {/* 2列 */
	width: 100%;
}


#ui1263 .section .inner .col2 h3 {
	font-size: 1.6rem;
}

#ui1263 .section .inner .col2 p {
	font-size: 1.4rem;
}

#ui1263 .section .inner .colclr p {
	font-size: 1.0rem;
}

#ui1263 .section .inner .col2 .photo {
	padding: 0 20px;
}

#ui1263 .section .inner .col2 .photo p {
	font-size: 1.0rem;
}

#ui1263 .section .inner .col3 {/* 3列 */
	width: 100%;
}

#ui1263 .section .inner .col3 .bub01a,
#ui1263 .section .inner .col3 .bub01b {/* 吹き出し 左1,2 */
    font-size: 1.2rem;
    margin: 20px 80px 20px 10px;
    padding: 10px;
    background: #FFF;
    border: 5px solid #fff;
    border-radius: 10px;
}

#ui1263 .section .inner .col3 .bub02 {/* 吹き出し 右 */
font-size: 1.2rem;
    margin: 0 10px 20px 100px;
    padding: 10px;
    background: #FFF;
    border: 5px solid #fff;
    border-radius: 10px;
}
/* セクションごと #section01
------------------------------------- */
#ui1263 #section01 p {
	font-size: 1.4rem;
	margin: 0 2%;
}
#ui1263 #section01 p + p{
	margin-top: 20px;
}

/* セクションごと #section02
------------------------------------- */
#ui1263 #section02 .inner .col2.recCol {
  margin-top: 20px;
}
#ui1263 #section02 .subSection{
  padding: 20px 2%
}
#ui1263 #section02 .oneCol .subSecInner{
	width: 100%;
	display: block;
}
#ui1263 #section02 .oneCol .subSecInner .oneColTxt{
  width: 100%;
}
#ui1263 #section02 .oneCol .subSecInner .kidsPcImg{
  margin-top: 10px;
}
#ui1263 #section02 .oneCol .subSecInner .kidsPcBtn li{
  width: 80%;
}
#ui1263 #section02 .inner .col2 p {
    margin: 20px 10px;
}

/* セクションごと #section03
------------------------------------- */
#ui1263 #section03 .inner .col2:nth-child(n+2){
  margin-top: 20px;
}
#ui1263 #section03 .inner .col2 h3{
  padding-left: 55px;
  text-align: left;
}
#ui1263 #section03 .inner .col2 h3 span{
  padding: 10px 15px 7px;
}
#ui1263 #section03 .inner .col2 .pointBox{
	margin: 20px 10px;
}
#ui1263 #section03 .inner .col2 .pointBox img{
  width: 100%;
  max-width: 450px;
  max-height: 100%;
}
#ui1263 #section03 .inner .colAll .flexBox{
	display: block;
}
#ui1263 #section03 .inner .colAll .flexBox > li{
  width: 100%;
}
#ui1263 #section03 .inner .colAll .flexBox > li:nth-child(n+2){
  margin-top: 20px;
}
#ui1263 #section03 .inner .colAll .flexBox li img{
  max-width: 135px;
}
#ui1263 #section03 .inner .colAll .flexBox li .securityTxt p,
#ui1263 #section03 .inner .colAll .flexBox li .securityTxt li{
  font-size: 1.3rem;
}

/* セクションごと #section04
------------------------------------- */
#ui1263 #section04 {
    padding: 20px 0;
}
#ui1263 #section04 .row {
    margin-top: 20px;
}
#ui1263 #section04 .item {
	width: auto;
	margin: 0 10px 20px;
	float: none;
}

#ui1263 #section04 .item dd.itemcatch {
	font-size: 1.6rem;
}

#ui1263 #section04 .item dd.itemname {
	font-size: 1.2rem;
}

#ui1263 #section04 .item dl.spec01 {
	font-size: 1.2rem;
	padding: 10px 5px;
}

#ui1263 #section04 .item dl.spec01 dt{
	float: left;
	width: 35%;
}

#ui1263 #section04 .item dl.spec01 dd {
	float: left;
	width: 65%;
}

#ui1263 #section04 .item dl.spec02 {
	font-size: 1.2rem;
	padding: 5px;
}

#ui1263 #section04 .item dl.spec02 dt{
	float: left;
	width: 35%;
}

#ui1263 #section04 .item dl.spec02 dd {
	float: left;
	width: 65%;
}

#ui1263 #section04 .btn {
  font-size: 1.6rem;
}

#ui1263 #section04 ul.banner {
	margin: 0;
	padding: 0 10px;
	list-style: none;
}


/* セクションごと #section05
------------------------------------- */
#ui1263 #section05{
  padding: 0;
  margin: 40px auto;
}
#ui1263 #section05 .row.cat03 {
    padding: 20px 0;
    margin: 0;
}
#ui1263 #section05 h3 {
    margin: 0 0 20px;
    font-size: 1.6rem;
}

#ui1263 #section05 .item {
	width: auto;
	margin: 0 10px 20px;
	float: none;
}

#ui1263 #section05 .item dt {
    font-size: 1.6rem;
}

#ui1263 #section05 .item dd {
    font-size: 1.2rem;
}

#ui1263 #section05 .btn {
  font-size: 1.6rem;
}
  


/* セクションごと #section06
------------------------------------- */
#ui1263 #section06 {
    padding: 20px 0;
}
#ui1263 #section06 .row {
    margin-top: 20px;
}
.userPikupList_col4 {
	justify-content: flex-start;
	padding: 0 10px;
}
.userPikupList_col4 li{
	width: 49%;
	margin-right: 2%;
}
.userPikupList_col4 li:nth-of-type(2n){
  margin-right: 0;
}
.userPikupList_col4 li:nth-of-type(n+3){
  margin-top: 30px;
}
.userPikupList_link:hover:before {
  border: none;
}
.userPikupList_box .m_section_txt{
  font-size: 1.2rem;
  padding: 10px 0 0;
}
}