@charset "utf-8";


/****************************************
          General Setting
*****************************************/
html,body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* 10px */
}
body {
	background: #fff;
	width: 100%;
    color: #000;
	font-size: 1.6rem; /* 16px */
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Osaka','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    line-height: 1.5;
}

img {
   vertical-align: bottom;
}

#contents > p {
	text-align: justify;
 	text-justify: inter-ideograph;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/****************************************
          Typography
*****************************************/
.red {color: #ff0000;}
.sml {font-size: 1.2rem; /* 12px */ }
.lrg {font-size: 1.8rem; /* 18px */ }
.ft-min {font-family:  "UD デジタル 教科書体 N-R","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}

/****************************************
          Link
*****************************************/
a {
	color: #151955;
	text-decoration: underline;
}
a:hover {
	color: #151955;
	text-decoration: none;
}
#contents a:hover,
#contents a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

/****************************************
          共通
*****************************************/
.flR {float: right;}
.flL {float: left;}
.taR {text-align: right !important;}
.taL {text-align: left !important;}
.taC {text-align: center !important;}
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.pr10 { padding-right: 10px !important; }
.pl10 { padding-left: 10px !important; }

clr_login { color: # }

.sp {display: none;}
.pc {display: block;}

@media screen and (max-width:639px) {
	.mt30-sp { margin-top: 30px !important; }
  .sp {display: block;}
  .pc {display: none;}
}

/****************************************
          Layout
*****************************************/
.wrapper {
  max-width: 1020px;
	width: 100%;
  margin: 0 auto;
}
.header {
  background-color: #09f;
  padding: 10px 10px;
}
.footer {
	background-color: #09f;
  padding: 20px 10px;
	color: #fff;
}


/****************************************
          header
*****************************************/
  .header .wrapper {
    display: flex;
		flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
	.header a:hover {
		opacity: 0.75;
	}
	.header img {
		width: 100%;
		height: auto;
	}
  .header .header_logo {
    max-width: 200px;
  }
  .header .header_title {
    color: #fff;
    font-size: 2.2vw;
    font-weight: bold;
  }
	.header .header_title a {
		line-height: 1;
		display: inline-block;
		vertical-align: bottom;
    color: #fff;
		text-decoration: none;
  }
	.header .header_title span {
		display: inline-block;
    max-width: 30px;
		margin-left: 10px;
		vertical-align: bottom;
  }

@media screen and (min-width:1001px) {
	.header .header_title {
    font-size: 2.2rem;
  }
}

@media screen and (max-width:639px) {
	.header .header_logo {
    max-width: 260px;
  }
	.header .header_title {
		display: flex;
		justify-content: flex-end;
		width: 100%;
    font-size: 2.0rem;
  }
	.header .header_title span {
    max-width: 30px;
  }
}

/****************************************
          footer
*****************************************/
.footer .wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.footer .ft_copyright {
	font-size: 1.4vw;
}
.footer .ft_address {
	margin-top: 10px;
	font-size: 1.4vw;
}
.footer .ft_link {
	font-size: 1.4vw;
}
.footer .ft_link li {
	list-style-type: none;
	display: inline-block;
	padding-left: 5px;
}
.footer .ft_link:before, .footer .ft_link li:after {
	display: inline-block;
	content: "｜";
	padding: 0 0 0 10px;
}
.footer .ft_link li a {
	color: #fff;
	text-decoration: none;
}
.footer .ft_link li a:hover {
	text-decoration: underline;
}
@media screen and (min-width:1001px) {
	.footer .ft_copyright {
		font-size: 1.4rem;
	}
	.footer .ft_address {
		font-size: 1.4rem;
	}
	.footer .ft_link {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:639px) {
	.footer .ft_copyright {
		font-size: 1.4rem;
	}
	.footer .ft_address {
		font-size: 1.4rem;
	}
	.footer div {
		width: 100%;
	}
	.footer .ft_link {
		margin-top: 20px;
		font-size: 1.4rem;
		text-align: right;
	}
}

/*************************************************
          共通
**************************************************/
/* btn_kotoba */
.btn_kotoba {
	width: 100% !important;
	text-align: center !important;
}
.btn_kotoba a {
	display: inline-block;
	border-radius: 6px;
	border: 1px solid #FF9999;
	background-color: #fff;
	max-width: 260px;
	width: 100%;
	padding: 10px;
	color: #fc5454;
	font-size: 2.0vw;
	text-align: center;
	text-decoration: none;
}
.btn_kotoba a:hover {
	background-color: #FF9999;
	color: #fff;
}

/* t-blue */
.t-blue {
	margin: 2em 0 0;
	color: #002060;
	font-size: 2.0vw;
}

/* t-red */
.t-red {
	margin: 2em 0 0;
	color: #f00;
	font-size: 2.0vw;
}

/* t-close */
.t-close {
	margin: 1em 0 0;
	color: #0474da;
	font-size: 1.8vw;
}
.t-close a {
	color: #0474da;
}
.t-close2 {
	margin: 1em 0 0;
	color: #fc5454;
	font-size: 1.8vw;
}

/* note */
.note {
	font-size: 1.4vw;
}

/* info_block */
.info_block {
	border-radius: 6px;
	background-color: #fcefef;
	margin-top: 20px;
	padding: 20px 30px;
}
.info_block p {
	margin: 10px 0;
	color: #002060;
	font-size: 1.8vw;
	font-weight: bold;
}

@media screen and (min-width:1001px) {
	/* btn_kotoba */
	.btn_kotoba a {
		font-size: 2.0rem;
	}
	/* t-blue */
	.t-blue {
		font-size: 2.0rem;
	}
	/* t-red */
	.t-red {
		font-size: 2.0rem;
	}
	/* t-close */
	.t-close {
		font-size: 1.8rem;
	}
	.t-close2 {
		font-size: 1.8rem;
	}
	/* note */
	.note {
		font-size: 1.4rem;
	}
	/* info_block */
	.info_block p {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:639px) {
	/* btn_kotoba */
	.btn_kotoba a {
		font-size: 2.0rem;
	}
	/* t-blue */
	.t-blue {
		font-size: 1.8rem;
	}
	/* t-red */
	.t-red {
		font-size: 1.8rem;
	}
	/* t-close */
	.t-close {
		font-size: 1.8rem;
	}
	.t-close2 {
		font-size: 1.8rem;
	}
	/* note */
	.note {
		font-size: 1.4rem;
	}
	/* info_block */
	.info_block {
		padding: 20px 10px;
	}
	.info_block p {
		font-size: 1.6rem;
	}
}

/*************************************************
          INDEX　coop_inh_gift.html
**************************************************/
/* index_main_area */
.index_main_area .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 50px 10px 0;
}
.index_main_area .main_area_pic {
	width: 50%;
}
	.index_main_area .main_area_pic img {
		width: 100%;
		height: auto;
	}
.index_main_area .main_area_txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	width:50%;
}
.index_main_area .main_area_txt h1 {
	color: #002060;
	font-size: 3.2vw;
	text-align: right;
}
.index_main_area .main_area_txt p {
	max-width: 340px;
	width: 68%;
	text-align: left;
}

/* idx_lead */
.idx_lead  .wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 100px;
	padding: 0 10px;
}
.idx_lead .lead_txt {
	width: 60%;
}
.idx_lead .lead_img {
	width: 40%;
	margin-top: 2em;
}
	.idx_lead .lead_img img {
		width: 100%;
		height: auto;
	}

/* idx_guidelines */
.idx_guidelines {
	background-color: #FEF8E6;
	margin-top: 80px;
	padding: 50px 10px 80px;
}
.idx_guidelines .guidelines_tit {
	color: #002060;
	font-size: 2.4vw;
}
.idx_guidelines .guidelines_list {
	display: flex;
	flex-wrap: wrap;
	color: #002060;
	font-size: 1.8vw;
}
.idx_guidelines .guidelines_list dt {
	width: 12%;
	margin-top: 20px;
}
.idx_guidelines .guidelines_list dd {
	width: 88%;
	margin-top: 20px;
}
@media screen and (min-width:1001px) {
	.index_main_area .main_area_txt h1 {
		font-size: 3.2rem;
	}
	.idx_guidelines .guidelines_tit {
		font-size: 2.4rem;
	}
	.idx_guidelines .guidelines_list {
		font-size: 1.8rem;
	}
}
@media screen and (max-width:639px) {
	.index_main_area .wrapper {;
		padding: 10px 10px 0;
	}
	.index_main_area .main_area_pic {
		width: 100%;
	}
	.index_main_area .main_area_txt {
		width:100%;
		margin-top: 30px;
	}
	.index_main_area .main_area_txt h1 {
		color: #002060;
		font-size: 2.2rem;
		text-align: center;
	}
	.index_main_area .main_area_txt p {
		max-width: 100%;
		width: 100%;
		text-align: left;
	}
	.idx_lead  .wrapper {
		margin-top: 50px;
	}
	.idx_lead .lead_txt {
		width: 100%;
	}
	.idx_lead .lead_img {
		width: 80%;
		margin: 20px auto 0;
	}
	/* idx_guidelines */
	.idx_guidelines {
		margin-top: 30px;
		padding: 30px 10px 50px;
	}
	.idx_guidelines .guidelines_tit {
		font-size: 2.0rem;
	}
	.idx_guidelines .guidelines_list {
		font-size: 1.6rem;
	}
	.idx_guidelines .guidelines_list dt {
		width: 25%;
		margin-top: 20px;
	}
	.idx_guidelines .guidelines_list dd {
		width: 75%;
		margin-top: 20px;
	}
}

/*************************************************
      応募フォームページ　coop_inh_giftpost.html
**************************************************/
.giftpost_block {
	padding-bottom: 80px;
}
.giftpost_block h1 {
	padding-top: 60px;
	color: #002060;
	font-size: 2.4vw;
	text-align: center;
}

/* giftpost_form_area */
.giftpost_form_area {
	background-color: #FEF8E6;
	margin-top: 40px;
	padding: 0 10px;
}
#tayori-form {
	padding: 40px 0 60px;
}
.form-parts {
	margin: 20px 0;
	font-size: 1.6vw;
}
.form-parts div.item_q {
	margin-bottom: 10px;
	color: #002060;
	font-weight: bold;
}
.form-parts div.item_name {
	display: flex;
	justify-content: space-between;
}
	.form-parts div.item_name div {
		width: 49%;
	}
	.form-parts div.item_name input {
		border: 1px solid #002060;
		width: 100%;
		padding: 6px;
	}
.form-parts textarea,
.form-parts input {
	font-size: 1.6vw;
}
.form-parts textarea {
	border: 1px solid #002060;
	width: 100%;
	height: 10em;
	padding: 6px;
}
.form-parts .item_tel input,
.form-parts .item_email input {
	border: 1px solid #002060;
	width: 49%;
	padding: 6px;
}
.form-parts .item_age select {
	border: 1px solid #002060;
	padding: 6px;
	color: #002060;
}
.form-parts .item_choice div {
	position: relative;
	margin-bottom: 10px;
	color: #002060;
}
	.form-parts .item_choice input {
		position: absolute;
		top: .25em;
		left: .05em;
		z-index: -1;
		outline: none;
		opacity: 0;
		pointer-events: none;
	}
	.form-parts .item_choice label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: 0;
		cursor: pointer;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.form-parts .item_choice label:before {
		display: block;
	  margin-right: .6em;
	  width: 24px;
	  height: 24px;
		border-radius: 100vh;
		border: 1px solid #002060;
	  background: #fff;
	  content: '';
	  -ms-flex-negative: 0;
	  flex-shrink: 0;
		font-size: 1.2rem;
		text-align: center;
		line-height: 24px;
	}
	.form-parts .item_choice input:checked+label:before {
		font-family: "Font Awesome 5 Free";
		content: '\f111';
		font-weight: 900;
	}
.form-parts .item_how div {
	position: relative;
	margin-bottom: 10px;
	color: #002060;
}
	.form-parts .item_how input {
		position: absolute;
		top: .25em;
		left: .05em;
		z-index: -1;
		outline: none;
		opacity: 0;
		pointer-events: none;
	}
	.form-parts .item_how label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: 0;
		cursor: pointer;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.form-parts .item_how label:before {
		display: block;
	  margin-right: .6em;
	  width: 1.5em;
	  height: 1.5em;
		border: 1px solid #002060;
	  background: #fff;
	  content: '';
	  -ms-flex-negative: 0;
	  flex-shrink: 0;
	}
	.form-parts .item_how input:checked+label:before {
		font-family: "Font Awesome 5 Free";
		content: '\f00c';
		font-weight: 900;
		padding-left: 3px;
	}
.form-parts .item_how_txt input {
	border: 1px solid #002060;
	width: 100%;
	padding: 6px;
}
.btn_send {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
}
.btn_send button {
	border-radius: 100vh;
	border: 1px solid #002060;
	background-color: #002060;
	max-width: 320px;
	width: 100%;
	padding: 10px 30px;
	color: #fff;
	font-size: 1.8vw;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.btn_send button:focus, .btn_send button:hover {
	outline: none;
	background-color: #fff;
	color: #002060;
}
.error-message {
	color: #f00;
	width: 100% !important;
}

/* giftpost_privacy_area */
.giftpost_privacy_area {
	margin-top: 50px;
	padding: 0 10px;
}
.giftpost_privacy_area p {
	margin-top: 50px;
}
.giftpost_privacy_area ul {
	margin-top: 20px;
	font-size: 1.6vw;
}
.giftpost_privacy_area ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 1.5em;
}
.giftpost_privacy_area ul li:before {
	display: inline-block;
	content: "＊";
	text-indent: -1.5em;
}

/* giftpost_info */
.giftpost_info {
	max-width: 620px;
	margin: 50px auto 0;
}

/* btn_privacy */
.btn_privacy {
	text-align: center !important;
}
.btn_privacy a {
	display: inline-block;
	color: #2E74B5;
	font-size: 1.6vw;
	text-align: center;
	text-decoration: none;
}
.btn_privacy a:hover {
	text-decoration: underline;
}
.btn_privacy a i {
	padding-left: 10px;
}

@media screen and (min-width:1001px) {
	.giftpost_block h1 {
		font-size: 2.4rem;
	}
	.form-parts {
		font-size: 1.6rem;
	}
	.form-parts textarea,
	.form-parts input {
		font-size: 1.6rem;
	}
	.btn_send button {
		font-size: 1.8rem;;
	}
	.giftpost_privacy_area ul {
		font-size: 1.6rem;
	}
	.btn_privacy a {
		font-size: 1.6rem;
	}
}

@media screen and (max-width:639px) {
	.giftpost_block {
		padding-bottom: 50px;
	}
	.giftpost_block h1 {
		font-size: 2.0rem;
	}
	.form-parts {
		font-size: 1.6rem;
	}
	.form-parts textarea,
	.form-parts input {
		font-size: 1.6rem;
	}
	.btn_send button {
		font-size: 1.8rem;;
	}
	.giftpost_privacy_area ul {
		font-size: 1.6rem;
	}
	.btn_privacy a {
		font-size: 1.6rem;
	}
	/* giftpost_info */
	.giftpost_info {
		max-width: 96%;
		margin: 30px auto 0;
	}
}

/*************************************************
      完了ページ　coop_inh_thankspost.html
**************************************************/
/* thankspost_area */
.thankspost_area {
	padding: 0 10px 80px;
}
.thankspost_area h1 {
	color: #002060;
	font-size: 2.3vw;
	text-align: center;
}
.thankspost_area .thankspost_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.thankspost_area .thankspost_inner .thankspost_area_txt {
	width: 60%;
}
.thankspost_area .thankspost_inner .thankspost_area_pic {
	width: 38%;
}
	.thankspost_area .thankspost_inner .thankspost_area_pic img {
		width: 100%;
		height: auto;
	}

.thankspost_area .t-blue {
	font-size: 1.8vw;
}

/* btn_back */
.btn_back {
	text-align: center !important;
}
.btn_back a {
	display: inline-block;
	color: #2E74B5;
	font-size: 1.8vw;
	text-align: center;
	text-decoration: none;
}
.btn_back a:hover {
	text-decoration: underline;
}
.btn_back a i {
	padding-right: 10px;
}

@media screen and (min-width:1001px) {
	.thankspost_area h1 {
		font-size: 2.2rem;
	}
	.btn_back a {
		font-size: 2.0rem;
	}
	.thankspost_area .t-blue {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:639px) {
	.thankspost_area {
		padding: 0 10px 50px;
	}
	.thankspost_area h1 {
		padding-top: 30px;
		font-size: 1.8rem;
	}
	.thankspost_area .thankspost_inner {
		margin-top: 0px;
	}
	.thankspost_area .thankspost_inner .thankspost_area_txt {
		width: 100%;
	}
	.thankspost_area .thankspost_inner .thankspost_area_pic {
		width: 80%;
		margin: 30px auto 0;
	}
	.btn_back a {
		font-size: 1.8rem;
	}
	.thankspost_area .t-blue {
		font-size: 1.6rem;
	}
}
