@charset "utf-8";
/* CSS Document */


/* -------------------------------------
 *	上部波
 * ------------------------------------- */

.topwave {
	max-width: 900px;
    margin: 0px auto;
	position: relative;
   background-color: #cccccc;

}



/* -------------------------------------
 *	リストスタイル（上部メニュー）
 * ------------------------------------- */
.up_menu {
	/*margin-bottom: 45px;*/
	/*width: 400px;*/
	font-size: 11px;
	color: #254576;
	/*margin-right: 5px;*/
	position: absolute;
	right:0%;
	padding-bottom: 50px;
}
.up_menu a{
	color: #333333;
}
.up_menu a:hover{
	color: #333333;
	opacity: 0.75;
	text-decoration: none;
}

.up_menu ul {
	list-style: none;
	 display: -webkit-flex;
    display: flex;
	margin-right: 10px
	
	
}

.up_menu ul li {
	background-position:0px 6px;
	list-style-position: inside;
	background-repeat: no-repeat;
	margin-left: 30px;
	

	
}

.up_menu_area {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	
}

/* -------------------------------------
 *	h1 ページタイトル
 * ------------------------------------- */
.header_title{
	padding-top: 30px;
	margin-top: 60px;
}



@media print, screen and (max-width: 767px) {
	.header_title{
		margin-right: 10px;
		margin-left: 10px;
}
	
	.message {
		width: 60%;
		margin: 10px auto;

}

}
/* -------------------------------------
 *	#sec1 gnavi-list01 ナビゲーション
 * ------------------------------------- */



#sec1 .cmn-gnavi-list01 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin: 0 0 20px;*/
	margin-bottom: 40px;
	/*color: #333333;*/
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

}
	
#sec1 .cmn-gnavi-list01 > .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: calc((100% - 50px) / 4);
    margin: 0 7px 0 7px;
	text-align: center;
}

#sec1 .cmn-gnavi-list01 > .item {
	background-color: #F4FBFF;
	text-decoration: none;
	border-radius: 60px;


}
#sec1 .cmn-gnavi-list01 > .item:hover {
	background-color: #e9f8ff;
	text-decoration: none;
	color: #333333;
	background-image: url("../img/meguru_head_small.png");
	background-position: 15% 10%;
	background-repeat: no-repeat;
	border-radius: 70px;
	

}
#sec1 .cmn-gnavi-list01 > .item:nth-of-type(4n) {
    margin-right: 0;
}
#sec1 .cmn-gnavi-list01 > .item .thumbnail {
    margin: 0;
    min-height: 0%; /* IE11 */
}

#sec1 .cmn-gnavi-list01 > .item .text {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 34px 8px 34px 8px;
    min-height: 0%; /* IE11 */

}
#sec1 .cmn-gnavi-list01 p {
	font-size: 20px;
	font-weight: bold;
	color:#2299ff;
	text-shadow: 2px 2px 20px rgba(0, 160, 255, 1);
	
}
	
@media print, screen and (max-width: 767px) {
    #sec1 .cmn-gnavi-list01 {
        font-size: 1.6em;
    }
    #sec1 .cmn-gnavi-list01 > .item {
        -webkit-flex: 0 1 calc((100% - 0px) / 2);
        flex: 0 1 calc((100% - 0px) / 2);
        margin:0;
    }
    #sec1 .cmn-gnavi-list01 > .item:nth-of-type(2n) {
        margin-right: 0;
    }
    #sec1 .cmn-gnavi-list01 > .item .text {
        padding: 10px 10px 10px 10px;
        background-position-x: calc(100% - 15px);
        background-size-x: 7px;
    }
	#sec1 .cmn-gnavi-list01 p {
   font-size: 18px;
}
}
@media print, screen and (max-width: 414px) {
    #sec1 .cmn-gnavi-list01 {
        font-size: 1.6em;
		margin-bottom: 20px;
    }
    #sec1 .cmn-gnavi-list01 > .item {
        -webkit-flex: 0 1 calc((100% - 10px) / 2);
        flex: 0 1 calc((100% - 10px) / 2);
        margin: 0 ;
    }
    #sec1 .cmn-gnavi-list01 > .item .text {
        padding: 10px 10px 10px 10px;
        background-position-x: calc(100% - 10px);
        background-size-x: 5px;
    }
		#sec1 .cmn-gnavi-list01 p {
   		font-size: 16px;
}
}

.color_red_bold{
	color: #FF0004;
	font-weight: bold;
}

.sec1_wrap {
	width: 70%;
	margin: 0 auto;
}



/* -------------------------------------
 *	#sec2 card-list01 
 * ------------------------------------- */




#sec2 .cmn-card-list01 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;

	
	
}
#sec2 .cmn-card-list01 > .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: calc((100% - 40px) / 3);
    margin: 0 20px 20px 0;
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
	color:#333333;
	background-color: #eeeeee;
}
#sec2 .cmn-card-list01 > .item:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
	text-decoration: none;
		
}
#sec2 .cmn-card-list01 > .item:nth-of-type(3n) {
    margin-right: 0;

}
#sec2 .cmn-card-list01 > .item .thumbnail {
    margin: 0;
    min-height: 0%; /* IE11 */
	
}
#sec2 .cmn-card-list01 > .item .thumbnail img {
    width: 100%;
}
#sec2 .cmn-card-list01 > .item .text {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 20px 28px 20px 15px;
    background: url( "../img/icon-arrow-right01-black01.png") calc(100% - 12px) 50% no-repeat;
    background-size: 10px auto;
    min-height: 0%; /* IE11 */
	font-size: 16px;
}
#sec2 .cmn-card-list01 > .item:hover .text {
    background-image: url("../img/icon-arrow-right01-blue01.png");
	
}
@media print, screen and (max-width: 767px) {
    #sec2 .cmn-card-list01 {
      
    }
    #sec2 .cmn-card-list01 > .item {
        -webkit-flex: 0 1 calc((100% - 20px) / 2);
        flex: 0 1 calc((100% - 20px) / 2);
        margin: 0 20px 20px 0;
    }
    #sec2 .cmn-card-list01 > .item:nth-of-type(2n) {
        margin-right: 0;
    }
    #sec2 .cmn-card-list01 > .item .text {
        padding: 20px 32px 20px 15px;
        background-position-x: calc(100% - 15px);
        background-size-x: 7px;
    }
}
@media print, screen and (max-width: 414px) {
    #sec2 .cmn-card-list01 {
        font-size: 1.3rem;
    }
    #sec2 .cmn-card-list01 > .item {
        -webkit-flex: 0 1 calc((100% - 10px) / 2);
        flex: 0 1 calc((100% - 10px) / 2);
        margin: 0 10px 10px 0;
    }
    #sec2 .cmn-card-list01 > .item .text {
        padding: 10px 22px 10px 10px;
        background-position-x: calc(100% - 10px);
        background-size-x: 5px;
    }
}



.puddle{
	 background: url("../img/mizutamariw800.png") center center no-repeat;
	
}
.sec2_text {
  padding: 80px 50px 60px 50px;
  border-radius: 30px;
  /*background: url("../img/mizutamariw800.png") center center no-repeat;*/
  color: #333;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  /*font-weight: 500;*/
  line-height: 1.722;
  letter-spacing: 0.025em;
  transform: rotate(0.03deg);
  /*text-align: center;*/
	width: 86%;
	margin: 0 auto;
}


@media print, screen and (max-width: 767px) {
	.sec2_text {
		padding: 80px 10px 0px 10px;
		width: 90%;
	}
}


.drop_line{
	background-image: url("../img/drop_s_line.png");
	background-repeat:repeat-x;
	background-position: center bottom;
	padding-top: 100px;
	margin-bottom: 50px;
	
}



/* -------------------------------------
 *	#sec4 card-list01 
 * ------------------------------------- */
#sec4 .cmn-card-list01 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
	
}
#sec4 .cmn-card-list01 > .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: calc((100% - 40px) / 3);
    margin: 0 20px 20px 0;
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
	color: #333333;
	text-decoration: none;
	background-color: #eeeeee;
}
#sec4 .cmn-card-list01 > .item:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
	text-decoration: none;
}
#sec4 .cmn-card-list01 > .item:nth-of-type(3n) {
    margin-right: 0;
}
#sec4 .cmn-card-list01 > .item .thumbnail {
    margin: 0;
    min-height: 0%; /* IE11 */
}
#sec4 .cmn-card-list01 > .item .thumbnail img {
    width: 100%;
}
#sec4 .cmn-card-list01 > .item .text {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 20px 28px 20px 15px;
    background: url( "../img/icon-arrow-right01-black01.png") calc(100% - 12px) 50% no-repeat;
    background-size: 10px auto;
    min-height: 0%; /* IE11 */
	font-size: 16px;
}
#sec4 .cmn-card-list01 > .item:hover .text {
    background-image: url("../img/icon-arrow-right01-blue01.png");
}
@media print, screen and (max-width: 767px) {
    #sec4 .cmn-card-list01 {
        font-size: 1.8rem;
    }
    #sec4 .cmn-card-list01 > .item {
        -webkit-flex: 0 1 calc((100% - 20px) / 2);
        flex: 0 1 calc((100% - 20px) / 2);
        margin: 0 20px 20px 0;
    }
    #sec4 .cmn-card-list01 > .item:nth-of-type(2n) {
        margin-right: 0;
    }
    #sec4 .cmn-card-list01 > .item .text {
        padding: 20px 32px 20px 15px;
        background-position-x: calc(100% - 15px);
        background-size-x: 7px;
    }
}
@media print, screen and (max-width: 414px) {
    #sec4 .cmn-card-list01 {
        font-size: 1.3rem;
    }
    #sec4 .cmn-card-list01 > .item {
        -webkit-flex: 0 1 calc((100% - 10px) / 2);
        flex: 0 1 calc((100% - 10px) / 2);
        margin: 0 10px 10px 0;
    }
    #sec4 .cmn-card-list01 > .item .text {
        padding: 10px 22px 10px 10px;
        background-position-x: calc(100% - 10px);
        background-size-x: 5px;
    }
}



.drop_line{
	background-image: url("../img/drop_s_line.png");
	background-repeat:repeat-x;
	background-position: center bottom;
	padding-top: 100px;
	margin-bottom: 50px;
	
}



/* -------------------------------------
 * めぐるちゃん
 * ------------------------------------- */
.clear { clear: both; }

.contentsbox_case01{
	width: 610px;
	margin: 0 auto 50px;
	
}

@media print, screen and (max-width: 767px) {
	.contentsbox_case01{
	width:100%;
	margin: 0 auto 50px;
	
}
}

.text_box_case01image_left {
	width: 26%;
	/*margin-left: 20px;*/
	margin-top: 0px;
	float: left;

}

.text_box_case01image_center {
	width: 45%;
	margin-left: 0px;
	margin-top: 20px;
	float: left;

}

.text_box_case01image_right {
	width: 25%;
	margin-top: 0px;
	float: right;
	/*margin-right: 20px;*/

}


/* -------------------------------------
 * ポスターとイラスト
 * ------------------------------------- */

/*めぐるちゃんポスターダウンロード 140608追加*/
.meguru_rules {
	height: 134px;
	overflow-x: auto;
	overflow-y: scroll;
	margin: 0 0 15px 0;
	padding: 10px 10px 10px 12px;
	border: solid 1px #cccccc;
	font-size: 12px;
}
.agreement_caution {
	display: none;
	color: #ff0000;
}



/*　めぐるちゃん　個人情報*/

.contentsbox_case02{
	width:85%;
	margin: 0 auto 50px;
	
}

@media print, screen and (max-width: 767px) {
	.contentsbox_case02{
	width:100%;
	margin: 0 auto 50px;
	
}
}



.intoro_megu ul {
	list-style-type: none;
	display: flex;
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 16px;
}

.intoro_megu .intoro_q {
	margin-left: 1em;
	width: 15%;
	white-space: nowrap;
}
.intoro_megu .intoro_a {
	margin-left: 1em;
	width: 80%
}

@media print, screen and (max-width: 430px) {
	
	
.intoro_megu .intoro_q {
	margin-left: 1em;
	width: 25%;
	white-space: nowrap;
}
	.intoro_megu .intoro_a {
	margin-left: 1em;
	width: 70%
}

}



/*めぐるちゃんポスターダウンロード 140608追加*/
.meguru_rules {
	height: 134px;
	overflow-x: auto;
	overflow-y: scroll;
	margin: 0 0 15px 0;
	padding: 10px 10px 10px 12px;
	border: solid 1px #cccccc;
	font-size: 12px;
}
.agreement_caution {
	display: none;
	color: #ff0000;
}




/*バナーをご利用ください*/

.text_box_case08 {
	width:90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}




/* -------------------------------------
 *	#sec5 card-list02
 * ------------------------------------- */



#sec5 .cmn-card-list02 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
	width: 61%;
	font-size: 15px;
	
}
#sec5 .cmn-card-list02 > .item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: calc((80% - 40px) / 2);
   margin: 0 auto;
    background: #ffffff;
}
#sec5 .cmn-card-list02 > .item:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
#sec5 .cmn-card-list02 > .item:nth-of-type(2n) {
    margin-right: 0;
}
#sec5 .cmn-card-list02 > .item .thumbnail {
    margin: 0;
    min-height: 0%; /* IE11 */
}
#sec5 .cmn-card-list02 > .item .thumbnail img {
    width: 100%;
	
}

#sec5 .cmn-card-list02 >.item .bnr_small img{
	margin-top: 50%;
	/*margin-top: 107px;*/
}

#sec5 .cmn-card-list02 > .item:hover .text {
    background-image: url("../img/icon-arrow-right01-blue01.png");
}
@media print, screen and (max-width: 767px) {
    #sec5 .cmn-card-list02 p {
        font-size: 14px;
    }
    #sec5 .cmn-card-list02 > .item {
        -webkit-flex: 0 1 calc((100% - 20px) / 2);
        flex: 0 1 calc((100% - 20px) / 2);
        margin: 0 20px 20px 0;
    }
    #sec5 .cmn-card-list02 > .item:nth-of-type(2n) {
        margin-right: 0;
    }
}
@media print, screen and (max-width: 414px) {
    #sec5 .cmn-card-list02 {
        font-size: 1.3rem;
    }
    #sec5 .cmn-card-list02 > .item {
        -webkit-flex: 0 1 calc((100% - 10px) / 2);
        flex: 0 1 calc((100% - 10px) / 2);
        margin: 0 10px 10px 0;
    }

}


.puddle02{
	margin-top: 50px;
	 background: url("../img/mizutamari_L.gif") center center no-repeat;
}
.sec5_text02 {
  padding: 50px 50px 30px 50px;
  color: #333;
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  /*font-weight: 500;*/
  line-height: 1.722;
  letter-spacing: 0.025em;
  transform: rotate(0.03deg);
  /*text-align: center;*/
	width: 50%;
	margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
	.puddle02{
		margin-top: 50px;
		width: 100%;
		margin:0px auto 100px auto;


}
	.sec5_text02 {
		width: 75%;
		padding: 80px 20px 80px 20px;
			margin: 0 auto;
		
}
}

@media print, screen and (max-width: 414px) {
		.puddle02{
		margin-top: 50px;
		width: 100%;
		margin:0px auto 100px auto;

}
	.sec5_text02 {
		width: 90%;
		padding: 80px 20px 80px 20px;
			margin: 0 auto;
		
}

}


/* footer-pagetop */
#footer-pagetop {
  /* display: none;*/
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
#footer-pagetop a {
    display: block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    background: url("../img/footer-pagetop-icon02.png") 0 0 no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
}
#footer-pagetop a:hover {
    opacity: .75;
}
@media print, screen and (max-width: 639px) {
    #footer-pagetop a {
        width: 34px;
        height: 34px;
    }
}
@media print, screen and (max-width: 414px) {
    #footer-pagetop {
        bottom: 10px;
        right: 10px;
    }
}




/*　応募要項*/

.oubo_youkou ul {
	list-style-type: none;
	display: flex;
	margin-bottom: 1em;
	line-height: 2em;
	font-size: 16px;
}

.oubo_youkou .oubo_q {
	margin-left: 1em;
	width: 10%;
	white-space: nowrap;
}
.oubo_youkou .oubo_a {
	margin-left: 1em;
	width: 80%
}

@media print, screen and (max-width: 430px) {
	
	
.oubo_youkou .oubo_q {
	margin-left: 1em;
	width: 25%;
	white-space: nowrap;
}
	.oubo_youkou .oubo_a {
	margin-left: 1em;
	width: 70%
}

}











.text_right{
	text-align: right;
}
.plink a{
	color: #333333;
}
.plink a:hover{
	color: #0099ff;
	text-decoration: none;
}

.text_bold{
	font-weight: bold;
}

.mb_20 {
	margin-bottom: 20px;
}

.mb_30 {
	margin-bottom: 30px;
}

.mb_40{
	margin-bottom: 40px;
}

.mb_50 {
	margin-bottom: 50px;
}



.mb_80 {
	margin-bottom: 80px;
}

.ml_1em{
	margin-left: 1em;
}



