.message{
	margin:40px 0px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.message-texts{
	flex-grow: 0;
	flex-shrink: 0;
	width: calc(65% - 5em);
}
/*見出し-日本語と英語MIX*/


.heading10 {
	position: relative;
	padding-top: 30px;
	font-size: 26px;
	border-bottom: 2px solid #0b6fad;
	
}

.heading10 span {
	position: relative;
	z-index: 2;
	color: #0b6fad;
	font-size:110%;
	margin-bottom: 20px;
	
}

.heading10::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}
/*吹き出し*/
.balloon1 {
 	position: relative;
	display: inline-block;
 	margin: 1.0em 0;
	padding:0.6em;
	min-width:12em;
	max-width:100%;
	text-align:center;
 	color: #ffffff;
	font-size: 150%;
	background: #7da07a;
	
}
.balloon1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #7da07a;
}
/*吹き出しストライプ*/
.balloon6 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding:1em;
	min-width:12em;
	max-width:100%;
	text-align:center;
 	color: #333;
	font-size: 16px;
	background: repeating-linear-gradient(-45deg, #eee, #eee 4px,#f4f4f4 3px, #f4f4f4 8px);
	border-radius:.5em;
}



.balloon4 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding:0.5em;
	min-width:12em;
	max-width:100%;
	text-align:center;
 	color: #7da07a;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 20px;
	background: #eee;
	background: #FFF;
	border: solid 3px #7da07a;
	border-radius:.5em;
	box-sizing: border-box;
}
.balloon4:before{
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
.balloon4:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #7da07a;
  z-index: 1;
}

.cp_card {
	width: 320px;
	height: 340px;
	position: relative;
	/*background: #ffffff;*/
	overflow: visible;
	margin: 2em auto;
	padding: 0.5em;
	border: 2px solid #99d1de;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.cp_ribbon10 {
	position: absolute;
	top: -6px;
	left: -6px;
	padding: 5px 10px;
	padding-right: 40px;
	letter-spacing: 0.1px;
	color: #ffffff;
	background: linear-gradient(-45deg,transparent,transparent 25%,#9575CD 0%,#9575CD);
}
.cp_ribbon10::before {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 3px solid transparent;
	border-top: 3px solid #5E35B1;
	border-right: 3px solid #5E35B1;
}

.message-texts-stdtext{
	margin: 1em 0;
}

.message-texts-name{
	font-size: 110%;
	/*font-weight: bold;*/
	margin: 1em 0;
	text-align: right;
}

.message-texts-name2{
	font-size: 80%;
	margin: -2em 0;
	text-align: right;
}

.message-image{
	flex-grow: 0;
	flex-shrink: 0;
	width: 35%;
}

.message-image-inner{
	width: 100%;
	padding-top: calc(100% / 4 * 3);
	position: relative;
}

.message-image-inner img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(max-width: 750px){
	.message{
		flex-direction: column-reverse;
	}
	
	.message-texts{
		width: 100%;
		font-size: 0.85em;
	}
	.message-texts2{
		width: 100%;
		font-size: 0.85em;
	}

	
	.message-texts-name{
		font-size: 125%;
	}
	
	.message-image{
		width: 100%;
	}
	
	.message-image-inner{
		padding-top: calc(100% / 16 * 9);
	}
}
/*地球とジグソーの画像設定
main{
	background-image: url('');
	background-repeat:
		no-repeat;background-position: bottom;
}
地球とジグソーの画像設定*/


/*リーフレットと同じ見出しのデザイン*/
.heading-cam {
  position: relative;
	font-family:Arial, Helvetica, "sans-serif";
  font-size: 40px;
  color: #99d1de;/*うすい色*/
}
.heading-cam span {
  position: relative;
  z-index: 2;
}
.heading-cam::before {
  content: '';
  position: absolute;
  bottom: 17px;/*ボーダーの位置*/
  left: 0;
  width: 100%;
  height: 5px;
  background-image: repeating-linear-gradient(-45deg, #99d1de 0px, #99d1de 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 2px 2px;
  z-index: 1;
}
/*右端のカタカナ部分*/
.heading-cam::after {
  content: attr(data-en);
  position: absolute;
  /*コレ left: 0;*/
  right: 0; /*コレ*/
  /* top: 0;コレ*/
  bottom: 3px; /*コレ*/
  margin: auto; /*コレ*/
  padding-bottom: 14px;
  font-size: 25px;
	
color: #0b6fad;/*濃い色*/
  z-index: 2;
}
.heading-cam span {
  color: #0b6fad;
}
.big {
  font-size: 55px;
 
}
.big-2 {
  font-size: 55px;
  
}
.small {
  font-size: 50px;
  color: #99d1de;
}
/*リーフレットと同じ見出しのデザインend*/


/*リボンのデザイン*/

.kakomi {
	width: auto;
	height: auto;
	position: relative;
	background-image: url('images/page/subpage/top-bg.png'); background-repeat: no-repeat;background-position: bottom;/*backの地球の画像*/
	
	
	overflow: visible;
	/*margin: 2em auto;*/
	margin-top: 100px;
	padding: 2.0em;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/*.cp_ribbon02 {
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: -6px;
	left: -6px;
}
.cp_ribbon02 .cp_ribbon {
	font-size: 1em;
	line-height: 1.2em;
	position: relative;
	top: 26px;
	left: -33px;
	width: 150px;
	padding: 7px 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	text-align: center;
	letter-spacing: 0.5px;
	color: #ffffff;
	background-color: #3aabd2;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cp_ribbon02 .cp_ribbon::before,.cp_ribbon02 .cp_ribbon::after {
	position: absolute;
	bottom: -4px;
	content: '';
	border-width: 4px 4px 0 4px;
	border-style: solid;
	border-color: blue transparent transparent transparent;
}
.cp_ribbon02 .cp_ribbon:before {
	left: 0;
}
.cp_ribbon02 .cp_ribbon:after {
	right: 0;
}*/
.kakomi p{
	padding: 10px 20px 10px 20px; 
	
	text-align: left;
}
.midashi-ss-b{
	padding-top:10px;padding-left: 15px; color:#20447B; font-size:170%;text-align: center;
}
.midashi-ss-c{
	padding-top:5px;padding-left: 15px; color:#0b6fad; font-weight: bold;
}
.shou{
	font-size:270%; font-family:serif;color:#0b6fad;font-weight: bolder;
}
.heading02 {
	position: relative;
	font-size: 30px;
	color: #0b6fad;
	text-align: center;
	border-bottom: 1px solid #a8cde5;
	width: 100%;
	
	margin-top:30px;
	margin-bottom: 15px;
	
}

.heading02::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	height: 3px;
	background-color: #0b6fad;

}

