@charset "utf-8";

/*************************************************
          INDEX　coop_inh_gift.html
**************************************************/

/******************** 共通 ********************/
.area_tit_blue {
	color: #002060;
	font-size: 3.2vw;
	text-align: center;
}
@media screen and (min-width:1021px) {
	.area_tit_blue {
		font-size: 3.2rem;
	}
}
@media screen and (max-width:639px) {
	.area_tit_blue {
		font-size: 2.2rem;
	}
}

.area_lead {
	width: 64vw;
	margin: 20px auto 0;
	font-size: 1.6rem;
	text-align: center;
}
@media screen and (min-width:1021px) {
	.area_lead {
		width: 64%;
		color: #002060;
	}
}
@media screen and (max-width:639px) {
	.area_lead {
		width: 100%;
		margin: 20px auto 0;
		color: #002060;
	}
}

/******************** post_main_area ********************/
.post_main_area .wrapper {
	padding: 50px 10px 0;
}
@media screen and (max-width:639px) {
	.post_main_area .wrapper {
		padding: 30px 10px 0;
	}
}

.post_main_area .post_tit {
	margin: 0;
	color: #002060;
	font-size: 3.0vw;
	text-align: center;
	text-indent: -1.5em;
}
.post_main_area .post_tit span {
	display: block;
	font-size: smaller;
}
.main_area_inner {}
.main_area_inner .main_area_pic {
	float: right;
	max-width: 42%;
	margin: 0 0 4% 4%;
}
.main_area_inner .main_area_pic img {
	width: 100%;
	height: auto;
}

@media screen and (min-width:1021px) {
	.post_main_area .post_tit {
		font-size: 3.0rem;
	}
}
@media screen and (max-width:639px) {
	.post_main_area .post_tit {
		font-size: 2.2rem;
	}
	.main_area_inner .main_area_pic {
		float: none;
		max-width: 100%;
		margin: 4% 0;
	}
}


/******************** post_kotoba_area ********************/
.post_kotoba_area {
	margin-top: 100px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  width: 100%;
	margin-top: 30px;
}

/*タブのスタイル*/
.tab_item {
	display: block;
  transition: all 0.2s ease;
}

/* tabの配置 */
.tabs {
	position: relative;
}
@media screen and (min-width:1461px) {
	.tab_item {
		position: absolute;
	  width: 260px;
		text-align: center;
	}
		.tab_item.tab_item01 { top:0; left:-210px;}
		.tab_item.tab_item02 { top:0; left:270px;}
		.tab_item.tab_item03 { top:0; left:750px;}
		.tab_item.tab_item04 { top:130px; left:30px;}
		.tab_item.tab_item05 { top:130px; left:510px;}
		.tab_item.tab_item06 { top:130px; left:990px;}
}
@media screen and (min-width:1021px) and (max-width:1460px) {
	.tab_item {
		position: absolute;
	  width: 200px;
		text-align: center;
	}
	.tab_item.tab_item01 { top:0; left:0;}
	.tab_item.tab_item02 { top:0; left:32%;}
	.tab_item.tab_item03 { top:0; left:64%;}
	.tab_item.tab_item04 { top:125px; left:16%;}
	.tab_item.tab_item05 { top:125px; left:48%;}
	.tab_item.tab_item06 { top:125px; right:0%;}
}
@media screen and (min-width:640px) and (max-width:1020px) {
	.tab_item {
		position: absolute;
		width: calc(100% / 5);
		text-align: center;
	}
	.tab_item.tab_item01 { top:0; left:0;}
	.tab_item.tab_item02 { top:0; left:32%;}
	.tab_item.tab_item03 { top:0; left:64%;}
	.tab_item.tab_item04 { top:13vw; left:16%;}
	.tab_item.tab_item05 { top:13vw; left:48%;}
	.tab_item.tab_item06 { top:13vw; right:0%;}
}
@media screen and (min-width:415px) and (max-width:639px) {
	.tab_item {
		position: absolute;
		width: calc(100% / 4);
		text-align: center;
	}
	.tab_item.tab_item01 { top:0; left:0;}
	.tab_item.tab_item02 { top:0; left:30%;}
	.tab_item.tab_item03 { top:0; left:60%;}
	.tab_item.tab_item04 { top:22vw; left:14%;}
	.tab_item.tab_item05 { top:22vw; left:44%;}
	.tab_item.tab_item06 { top:22vw; right:0%;}
}
@media screen and (max-width:415px) {
	.tabs {
		position: initial;
	}
	.tab_item {
		position: initial;
		float: left;
		width: calc((100% - 20px) / 2);
		margin: 5px;
	}

}

.tab_item:hover {
  opacity: 0.75;
	cursor: pointer;
}

@media screen and (min-width:1461px) {
	.tab_item div {
		border-radius: 100vh;
		width: 260px;
		height: 260px;
	}
}
@media screen and (min-width:1021px) and (max-width:1460px) {
	.tab_item div {
		border-radius: 100vh;
		width: 200px;
		height: 200px;
	}
}
@media screen and (max-width:1020px) {
	.tab_item div {
		border-radius: 100vh;
		width: 100%;
		height: 0;
		padding-top: 100%;
	}
}
@media screen and (max-width:415px) {
	.tab_item div {
		border-radius: 100vh;
		width: 100%;
		height: 20vw;
		padding-top: initial;
	}
}

.tab_item.tab_item01 div { background-color: #DBFDF7; }
.tab_item.tab_item02 div { background-color: #F8FCAA; }
.tab_item.tab_item03 div { background-color: #FEE2D6; }
.tab_item.tab_item04 div { background-color: #FCE4AE; }
.tab_item.tab_item05 div { background-color: #E5FBD9; }
.tab_item.tab_item06 div { background-color: #FDDBEC; }

/*選択されているタブのスタイルを変える*/
.tabs input#block01:checked + .tab_item.tab_item01 div { background-color: #2DADFB; }
.tabs input#block02:checked + .tab_item.tab_item02 div { background-color: #DBE608; }
.tabs input#block03:checked + .tab_item.tab_item03 div { background-color: #FA7438; }
.tabs input#block04:checked + .tab_item.tab_item04 div { background-color: #F6AE0E; }
.tabs input#block05:checked + .tab_item.tab_item05 div { background-color: #5ACE70; }
.tabs input#block06:checked + .tab_item.tab_item06 div { background-color: #AF0950; }

.tab_item div {
	position: relative;
}
.tab_item div:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 100vh;
	width: 100%;
	height: 100%;
}

.tab_item.tab_item01 div:before {
	background: url(../../images/coop_inh_gift/post_kotoba_area_img01-01.jpg) center top no-repeat;
	background-size: contain;
}
.tab_item.tab_item02 div:before {
	background: url(../../images/coop_inh_gift/post_kotoba_area_img02-01.jpg) center top no-repeat;
	background-size: contain;
}
.tab_item.tab_item03 div:before {
	background: url(../../images/coop_inh_gift/post_kotoba_area_img03-01.jpg) center top no-repeat;
	background-size: contain;
}
.tab_item.tab_item04 div:before {
	background: url(../../images/coop_inh_gift/post_kotoba_area_img04-01.jpg) center top no-repeat;
	background-size: contain;
}
.tab_item.tab_item05 div:before {
	background: url(../../images/coop_inh_gift/post_kotoba_area_img05-01.jpg) center top no-repeat;
	background-size: contain;
}
.tab_item.tab_item06 div:before {
	background: url(../../images/coop_inh_gift/post_kotoba_area_img06-01.jpg) center top no-repeat;
	background-size: contain;
}
@media screen and (max-width:415px) {
	.tab_item div:before {
		top: 50%;
		left: 1px;
		transform: translate(0, -50%);
		border-radius: 100vh;
		width: calc(20vw - 2px);
		height: calc(20vw - 2px);
	}

	.tab_item.tab_item01 div:before {
		background: url(../../images/coop_inh_gift/post_kotoba_area_img01-01.jpg) center top no-repeat;
		background-size: cover;
	}
	.tab_item.tab_item02 div:before {
		background: url(../../images/coop_inh_gift/post_kotoba_area_img02-01.jpg) center top no-repeat;
		background-size: cover;
	}
	.tab_item.tab_item03 div:before {
		background: url(../../images/coop_inh_gift/post_kotoba_area_img03-01.jpg) center top no-repeat;
		background-size: cover;
	}
	.tab_item.tab_item04 div:before {
		background: url(../../images/coop_inh_gift/post_kotoba_area_img04-01.jpg) center top no-repeat;
		background-size: cover;
	}
	.tab_item.tab_item05 div:before {
		background: url(../../images/coop_inh_gift/post_kotoba_area_img05-01.jpg) center top no-repeat;
		background-size: cover;
	}
	.tab_item.tab_item06 div:before {
		background: url(../../images/coop_inh_gift/post_kotoba_area_img06-01.jpg) center top no-repeat;
		background-size: cover;
	}
}

.tab_item div > p {
	color: #002060;
	font-weight: bold;
	line-height: 1.4;
}
@media screen and (min-width:1461px) {
	.tab_item div > p {
		padding-top: calc(65.333% + 22px);
		font-size: 2.0rem;
	}
	.tab_item div > p.l2 {
		padding-top: calc(65.333% + 12px);
	}
}
@media screen and (min-width:1021px) and (max-width:1460px) {
	.tab_item div > p {
		padding-top: calc(65.333% + 15px);
		font-size: 1.6rem;
	}
	.tab_item div > p.l2 {
		padding-top: calc(65.333% + 8px);
	}
}
@media screen and (min-width:640px) and (max-width:1020px) {
	.tab_item div > p {
		padding-top: calc(65.333% + 15px);
		font-size: 1.7vw;
		position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	}
	.tab_item div > p.l2 {
		padding-top: calc(65.333% + 8px);
	}
}
@media screen and (min-width:415px) and (max-width:639px) {
	.tab_item div > p {
		padding-top: calc(65.333% + 10px);
		font-size: 2.0vw;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.tab_item div > p.l2 {
		padding-top: calc(65.333% + 4px);
	}
}
@media screen and (max-width:415px) {
	.tab_item div > p {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		padding-left: 21vw;
		font-size: 3.8vw;
	}
	.tab_item div > p.quotation {
		text-indent: -1em;
	}
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item div p {
  color: #fff;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
}

/* タブの高さ確保用 */
@media screen and (min-width:1461px) {
	.tab_content {
		padding-top: 420px;
	}
}
@media screen and (min-width:1021px) and (max-width:1460px) {
	.tab_content {
	  padding-top: 380px;
	}
}
@media screen and (max-width:1020px) {
	.tab_content {
	  padding-top: 38vw;
	}
}
@media screen and (max-width:639px) {
	.tab_content {
	  padding-top: 50vw;
	}
}
@media screen and (max-width:415px) {
	.tab_content {
	  padding-top: 30px;
	}
}

/*選択されているタブのコンテンツのみを表示*/
#block01:checked ~ #block01_content,
#block02:checked ~ #block02_content,
#block03:checked ~ #block03_content,
#block04:checked ~ #block04_content,
#block05:checked ~ #block05_content,
#block06:checked ~ #block06_content {
  display: block;
}

/* tab_content_inner */
.tab_content_inner {
	position: relative;
	border-radius: 4px;
	background-color: #fff6df;
	background-image: url(../../images/coop_inh_gift/post_kotoba_area_bg01.png),  url(../../images/coop_inh_gift/post_kotoba_area_bg02.png);
	background-position: left top 10%, right top 15%;
	background-repeat: no-repeat, no-repeat;
}
/*
@media screen and (min-width:1461px) {
	.tab_content_inner:before {
	  position: absolute;
		display: inline-block;
		content: "";
		background-color: #fff6df;
		width: 100%;
		height: 100%;
		top: 0;
		left: -100%;
	}
	.tab_content_inner:after {
		position: absolute;
	   display: inline-block;
	   content: "";
	   background-color: #fff6df;
	   width: 49.2vw;
	   height: 100%;
	   top: 0;
	   right: 50%;
	   transform: translateX(100%);
	   z-index: -1;
	}
}
*/

.tab_content_tit_block {
	position: relative;
}
.tab_content_tit_block:before {
	position: absolute;
	top: -2.941vw;
	left: 20%;
	display: inline-block;
	content: "";
	border-radius: 100vh;
	width: 27.451vw;
	height: 27.451vw;
	z-index: 1;
}
	#block01_content .tab_content_tit_block:before { background-color: #DBFDF7;}
	#block02_content .tab_content_tit_block:before { background-color: #F8FCAA; }
	#block03_content .tab_content_tit_block:before { background-color: #FEE2D6; }
	#block04_content .tab_content_tit_block:before { background-color: #FCE4AE; }
	#block05_content .tab_content_tit_block:before { background-color: #E5FBD9; }
	#block06_content .tab_content_tit_block:before { background-color: #FDDBEC; }

.tab_content_tit_block:after {
	position: absolute;
	top: 14.705vw;
	right: 25%;
	display: inline-block;
	content: "";
	border-radius: 100vh;
	width: 11.765vw;
	height: 11.765vw;
	z-index: 1;
}
	#block01_content .tab_content_tit_block:after { background-color: #2DADFB;}
	#block02_content .tab_content_tit_block:after { background-color: #DBE608; }
	#block03_content .tab_content_tit_block:after { background-color: #FA7438; }
	#block04_content .tab_content_tit_block:after { background-color: #F6AE0E; }
	#block05_content .tab_content_tit_block:after { background-color: #5ACE70; }
	#block06_content .tab_content_tit_block:after { background-color: #AF0950; }
.tab_content_tit {
	padding-top: 4.902vw;
	color: #002060;
	font-size:3.0vw;
	text-align: center;
	position: relative;
	z-index: 2;
}
.tab_content_lead {
	padding-top: 2.941vw;
	color: #002060;
	font-size: 2.0vw;
	text-align: center;
	position: relative;
	z-index: 2;
}
.tab_content_mainimg {
	max-width: 420px;
	width: 42%;
	margin: 20px auto 0;
	position: relative;
	z-index: 2;
}
	.tab_content_mainimg img {
		border-radius: 4px;
		width: 100%;
		height: auto;
	}
@media screen and (min-width:1021px) {
	.tab_content_tit_block:before {
		top: -30px;
		left: 20%;
		width: 280px;
		height: 280px;
	}
	.tab_content_tit_block:after {
		top: 150px;
		right: 25%;
		width: 120px;
		height: 120px;
	}
	.tab_content_tit {
		padding-top: 50px;
		font-size:3.0rem;
	}
	.tab_content_lead {
		padding-top: 30px;
		font-size: 2.0rem;
	}
}
@media screen and (max-width:639px) {
	.tab_content_tit_block:before {
		width: 27.451vw;
		height: 27.451vw;
	}
	.tab_content_tit_block:after {
		top: initial;
		right: 18%;
    bottom: 32vw;
		width: 11.765vw;
		height: 11.765vw;
	}
	.tab_content_tit {
		font-size:2.6rem;
	}
	.tab_content_lead {
		font-size: 1.8rem;
	}
	.tab_content_mainimg {
		max-width: 420px;
		width: 60%;
	}
}
@media screen and (max-width:415px) {
	.tab_content_tit_block:before {
		top: -2.941vw;
		left: 10%;
	}
	.tab_content_tit_block:after {
		right: 10px;
    bottom: 54vw;
	}
	.tab_content_mainimg {
		max-width: 420px;
		width: 90%;
	}
}

/* tab_content_list */
.tab_content_list {
	padding: 25px 50px;
}
.tab_content_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.tab_content_list ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 4px;
	width: calc((100% - 50px) / 2);
	margin: 25px 0;
	filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.1));
}
.tab_content_list ul li.message_block {
	padding: 20px;
}
.tab_content_list ul li.img_block img { border-radius: 4px; }

.tab_content_list ul li.message_block.bg_orange {
	border: 2px solid #fcc197;
	background-color: #FEECE2;
}
.tab_content_list ul li.message_block.bg_yellow {
	border: 2px solid #fce878;
	background-color: #FEFBC6;
}
.tab_content_list ul li.message_block.bg_green {
	border: 2px solid #96f78f;
	background-color: #E5FBD9;
}
.tab_content_list ul li.message_block.bg_purple {
	border: 2px solid #c8bffc;
	background-color: #F4E4F8;
}
.tab_content_list ul li.message_block.bg_blue {
	border: 2px solid #97cbfc;
	background-color: #D7F3F9;
}
.tab_content_list ul li.message_block.bg_iightblue {
	border: 2px solid #97cbfc;
	background-color: #DCFCF6;
}
.tab_content_list ul li.message_block.bg_pink {
	border: 2px solid #fcb7c7;
	background-color: #FEECF5;
}


/*
.tab_content_list ul li.message_block:nth-child(1), .tab_content_list ul li.message_block:nth-child(7), .tab_content_list ul li.message_block:nth-child(13) {
	border: 2px solid #fcc197;
	background-color: #fdd7bd;
}
.tab_content_list ul li.message_block:nth-child(2), .tab_content_list ul li.message_block:nth-child(8), .tab_content_list ul li.message_block:nth-child(14) {
	border: 2px solid #97cbfc;
	background-color: #c3e0fc;
}
.tab_content_list ul li.message_block:nth-child(3), .tab_content_list ul li.message_block:nth-child(9), .tab_content_list ul li.message_block:nth-child(15) {
	border: 2px solid #96f78f;
	background-color: #caf8c7;
}
.tab_content_list ul li.message_block:nth-child(4), .tab_content_list ul li.message_block:nth-child(10), .tab_content_list ul li.message_block:nth-child(16) {
	border: 2px solid #fcb7c7;
	background-color: #fcd5de;
}
.tab_content_list ul li.message_block:nth-child(5), .tab_content_list ul li.message_block:nth-child(11), .tab_content_list ul li.message_block:nth-child(17) {
	border: 2px solid #c8bffc;
	background-color: #e2ddfc;
}
.tab_content_list ul li.message_block:nth-child(6), .tab_content_list ul li.message_block:nth-child(12), .tab_content_list ul li.message_block:nth-child(18) {
	border: 2px solid #fce878;
	background-color: #fcefa9;
}
*/
.tab_content_list ul li.img_block {
	background: none !important;
}
.tab_content_list ul li img {
	width: 100%;
	height: auto;
	flex-shrink: 0; /* IE用 */
}
.tab_content_list ul li .content_txt {
	font-size: 1.8rem;
}
.tab_content_list ul li .content_name {
	font-size: 1.6rem;
	text-align: right;
}
.tab_content_list ul li.message_block.bg_orange  .content_name {
	color: #fc6c05;
}
.tab_content_list ul li.message_block.bg_yellow .content_name {
	color: #978207;
}
.tab_content_list ul li.message_block.bg_green .content_name {
	color: #13a909;
}
.tab_content_list ul li.message_block.bg_purple .content_name {
	color: #2904fc;
}
.tab_content_list ul li.message_block.bg_blue .content_name {
	color: #0579e7;
}
.tab_content_list ul li.message_block.bg_iightblue .content_name {
	color: #0579e7;
}
.tab_content_list ul li.message_block.bg_pink .content_name {
	color: #fc023c;
}
/*
	.tab_content_list ul li.message_block:nth-child(1) .content_name, .tab_content_list ul li.message_block:nth-child(7) .content_name, .tab_content_list ul li.message_block:nth-child(13) .content_name {
		color: #fc6c05;
	}
	.tab_content_list ul li.message_block:nth-child(2) .content_name, .tab_content_list ul li.message_block:nth-child(8) .content_name, .tab_content_list ul li.message_block:nth-child(14) .content_name {
		color: #0579e7;
	}
	.tab_content_list ul li.message_block:nth-child(3) .content_name, .tab_content_list ul li.message_block:nth-child(9) .content_name, .tab_content_list ul li.message_block:nth-child(15) .content_name {
		color: #13a909;
	}
	.tab_content_list ul li.message_block:nth-child(4) .content_name, .tab_content_list ul li.message_block:nth-child(10) .content_name, .tab_content_list ul li.message_block:nth-child(16) .content_name {
		color: #fc023c;
	}
	.tab_content_list ul li.message_block:nth-child(5) .content_name, .tab_content_list ul li.message_block:nth-child(11) .content_name, .tab_content_list ul li.message_block:nth-child(17) .content_name {
		color: #2904fc;
	}
	.tab_content_list ul li.message_block:nth-child(6) .content_name, .tab_content_list ul li.message_block:nth-child(12) .content_name, .tab_content_list ul li.message_block:nth-child(18) .content_name {
		color: #978207;
	}
*/

@media screen and (max-width:1020px) {
	.tab_content_list {
		padding: 2.5vw 5vw;
	}
	.tab_content_list ul li {
		width: calc((100% - 5vw) / 2);
		margin: 2.5vw 0;
	}
	.tab_content_list ul li .content_txt {
		font-size: 1.8vw;
	}
	.tab_content_list ul li .content_name {
		font-size: 1.6vw;
	}
}
@media screen and (max-width:639px) {
	.tab_content_list {
		padding: 2.5vw 5vw;
	}
	.tab_content_list ul li {
		width: 100%;
		margin: 2.5vw 0;
	}
	.tab_content_list ul li .content_txt {
		font-size: 1.6rem;
	}
	.tab_content_list ul li .content_name {
		font-size: 1.4rem;
	}
}

/******************** post_deco_area ********************/
.post_deco_area {
	margin-top: 100px;
}
.post_deco_area .deco_area_img {}
.post_deco_area .deco_area_img img {
	width: 100%;
	height: auto;
}
.post_deco_area .deco_area_txt {
	color: #002060;
	font-size: 2.4vw;
	margin-top: 30px;
	text-align: center;
}
@media screen and (min-width:1021px) {
	.post_deco_area .deco_area_txt {
		font-size: 3.2rem;
	}
}
@media screen and (max-width:639px) {
	.post_deco_area .deco_area_txt {
		font-size: 2.2rem;
	}
}


/******************** post_ambassador_area ********************/
.post_ambassador_area {
	margin-top: 100px;
}
.ambassador_content .ambassador_content_inner {
	list-style: none;
	column-count: 2;
  column-gap: 50px;
	margin-top: 40px;
}
.ambassador_content .ambassador_content_inner li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	border-radius: 4px;
	margin: 0 0 50px 0;
}
.ambassador_content .ambassador_content_inner .message_block {
  border: 1px solid #9bd5fc;
	background-color: #eaf5fc;
	padding: 20px;
}
.ambassador_content .ambassador_content_inner li img {
	border-radius: 4px;
  width:100%;
	height: auto;
}
.ambassador_content .ambassador_content_inner .message_block .content_txt {
  font-size: 1.8rem;
}
.ambassador_content .ambassador_content_inner .message_block .content_name {
	margin-top: 1em;
  color: #0099ff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: right;
}
.ambassador_content .ambassador_content_inner .message_block .content_profile {
  color: #666;
	font-size: 1.6rem;
	text-align: right;
}
@media screen and (max-width:1020px) {
	.post_ambassador_area {
		margin: 100px 10px 0;
	}
	.ambassador_content .ambassador_content_inner .message_block .content_txt {
	  font-size: 1.8vw;
	}
	.ambassador_content .ambassador_content_inner .message_block .content_name,
	.ambassador_content .ambassador_content_inner .message_block .content_profile {
		font-size: 1.6vw;
	}
}
@media screen and (max-width:639px) {
	.post_ambassador_area {
		margin: 60px 10px 0;
	}
	.ambassador_content .ambassador_content_inner {
		column-count: 1;
	  column-gap: 0;
		margin-top: 30px;
	}
	.ambassador_content .ambassador_content_inner li {
		margin: 0 0 30px 0;
	}
	.ambassador_content .ambassador_content_inner .message_block .content_txt {
	  font-size: 1.6rem;
	}
	.ambassador_content .ambassador_content_inner .message_block .content_name,
	.ambassador_content .ambassador_content_inner .message_block .content_profile {
		font-size: 1.4rem;
	}
}

/* ambassador_content_about */
.ambassador_content_about {
	margin-top: 20px;
	font-size: 1.6rem;
	text-align: right;
}
.ambassador_content_about a {
	color: #09f;
	text-decoration: none;
}
.ambassador_content_about a:hover {
	text-decoration: underline;
}
.ambassador_content_about i {
	padding-left: 10px;
}

/* ambassador_content_end */
.ambassador_content_end {
	margin-top: 30px;
	color: #002060;
	font-size: 3.2rem;
	text-align: center;
}
@media screen and (max-width:1020px) {
	.ambassador_content_end {
		font-size: 3.2vw;
	}
}
@media screen and (max-width:639px) {
	.ambassador_content_end {
		font-size: 2.2rem;
	}
}

/******************** post_movie_area ********************/
.post_movie_area {
	background-color: #eaf5fc;
	margin-top: 50px;
	padding: 50px 0;
}
.post_movie_area .wrapper {
	max-width: 620px;
	margin: 0 auto;
}
.post_movie_area .post_movie_area_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.post_movie_area .post_movie_area_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width:639px) {
	.post_movie_area {
		margin-top: 40px;
		padding: 30px 10px;
	}
	.post_movie_area .wrapper {
		margin: 0 auto;
	}
}

/******************** post_copyright_area ********************/
.post_copyright_area {
	margin: 50px 0 20px;
}
.post_copyright_area p {
	font-size: 1.2rem;
}
@media screen and (max-width:639px) {
	.post_copyright_area {
		margin: 50px 10px 20px;
	}
}
