@charset "UTF-8";
/*--------------------------------------------------
カラー設定
ブルー　　　　　　　    #0242B4
背景　　　　　        　#F0EEE7
オレンジ　　　　　　　　#F4A43B
ピンク　　　　　　　　　#F43BD2
メインブロック背景      #F7F7F6

グラデーション
background: linear-gradient(to right, rgba(255,254,246,0.30), rgba(238,255,232,0.30));

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

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

--------------------------------------------------*/


/*------------------------------------------
html
------------------------------------------*/
* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	/* 10pxが1remとなる様に調整*/
	background-color: #F0EEE7;
	/*バックグラウンドカラー設定*/
	scroll-behavior: smooth;
	/*スムーズにスクロールする*/
}
body {
	/*フッターを常に最下部に表示させる用*/
	position: relative;
	min-height: 100vh;
	padding-bottom: 50px;
	height: 100%;
	margin: 0;
	font-size: 15px;
	/*デフォルトフォントサイズ15px*/
	font-size: 1.5rem;
	color: #363636;
	/*デフォルトフォントカラー#363636*/
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	-webkit-text-size-adjust: 100%;
	overscroll-behavior-y: none;
}
a {
	text-decoration: none;
	color: #0002EE;
}
/*外部リンクアイコン*/
.icon_link1 {
	filter: brightness(0) saturate(100%) invert(11%) sepia(82%) saturate(7492%) hue-rotate(336deg) brightness(81%) contrast(102%);
}
.icon_link0 {
	filter: brightness(0) saturate(100%) invert(11%) sepia(82%) saturate(7492%) hue-rotate(336deg) brightness(81%) contrast(102%);
}
.icon_link2 {
	width: 16px;
	filter: brightness(0) saturate(100%) invert(34%) sepia(9%) saturate(6%) hue-rotate(352deg) brightness(91%) contrast(90%);
}

.icon_link3 {
	width: 16px;
	filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(2815%) hue-rotate(305deg) brightness(106%) contrast(118%);
}
/*パソコン非表示*/
.pc_none {
	display: none;
}
@media screen and (max-width: 795px) {
	.pc_none {
		display: block;
	}
}
.tb_none {
	display: none;
}
@media screen and (max-width: 420px) {
	.tb_none {
		display: block;
	}
}
/*改行禁止*/
.nowrap {
	white-space: nowrap;
}

/*------------------------------------------------------------------------------------
ヘッダーブロック
------------------------------------------------------------------------------------*/
header {
	margin: 0;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background-color: #0242B4;
	position: relative;
	z-index: 100;
}
header .header_block {
	position: relative;
	margin: 0 auto;
	max-width: 1080px;
}
header .header_block .header_title {
	line-height: 60px;
	text-align: center;
	color: #F0EEE7;
}
/*タブレット*/
@media screen and (max-width: 795px) {
	header .header_block .header_title {
		font-size: 90%;
		line-height: 60px;
		text-align: left;
		padding-left: 60px;
	}
}
/*スマホ*/
@media screen and (max-width: 420px) {
	header .header_block .header_title {
		font-size: 80%;
		line-height: 40px;
		text-align: left;
		padding-left: 10px;
	}
}

header .header_block img {
	width: 60%;
	max-width: 60%;
	vertical-align: top;
}
@media screen and (max-width: 420px) {
	header {
		padding: 4px;
	}
	header .header_block img {
		width: 70%;
		max-width: 80%;
	}
}
/*
日本語・英語切り替えボタン
----------------------------------------------*/
.select_button {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 100px;
	height: 30px;
	border-radius: 15px;
	background-color: #181818;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: white;
}
.select_button a {
	font-size: 12px;
	font-weight: 600;
	color: white;
}
/*タブレット*/
@media screen and (max-width: 795px) {
	.select_button {
		right: 80px;
	}
}
/*スマホ*/
@media screen and (max-width: 420px) {
	.select_button {
		width: calc(100px * 0.65);
		height: calc(30px * 0.65);
		border-radius: calc(15px * 0.65);
		line-height: calc(30px * 0.75);
		font-size: calc(12px * 0.6);
		top: 30px;
		right: 60px;
	}
}
/*
国連公式サイトリンクボタン（画像上）
----------------------------------------------*/
.link_unic_layer {
	position: absolute;
	display: block;
	width: 260px;
	margin: 20px auto;
	padding: 0 10px;
	top: 230px;/*230px*/
	right: 10px;
}

.link_unic_layer .unic_btn {
	width: 100%;
	height: 100%;
}

.link_unic_layer .unic_btn a {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
	background-color: rgba(70,156,215,1.00);/*#0093D6*/
	border-radius: 8px;
	min-height: 66px;
	width: 100%;
	height: 100%;
	color: white;
	transition: all 0.3s ease;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3em;
	outline: 1px solid white;
	outline-offset: -4px;
	padding: 10px;
}
/*
.link_unic_layer .unic_btn a::before {
	content: "";
	display: block;
	background-image: url("../images/UN_logo.png");
	width: 26px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 8px;
}
*/
.br_none1203 {
	display: none;
}

/*位置調整*/
@media screen and (max-width: 1203px) {
	.link_unic_layer {
		top: calc(230vw / 12.5);/*230px*/
		width: calc(260vw / 12.5);
	}
	.br_none1203 {
		display: block
	}
}
/*タブレット*/
@media screen and (max-width: 795px) {
	.link_unic_layer {
		top: calc(220vw / 7.95);/*220pxx*/
		width: calc(250vw / 7.95);/*250px*/
	}
}
/*スマホ*/
@media screen and (max-width: 420px) {
	.link_unic_layer {
		top: 100px;
		width: 136px;
	}
	.link_unic_layer .unic_btn a {
		font-size: 13px;
	}
}
/*ホバー*/
@media (hover: hover) and (pointer: fine) {
	.link_unic_layer .unic_btn a:hover {
		color: #FFF100;
	}
	.link_unic_layer .unic_btn a:hover::after {
		background-color: #FFF100;
	}
}
@media (hover: none) {
	.link_unic_layer .unic_btn a:active {
		color: #FFF100;
	}
	.link_unic_layer .unic_btn a:active::after {
		background-color: #FFF100;
	}
}


/*
国連公式サイトリンクボタン
----------------------------------------------*/
.link_unic{
	display: block;
	max-width: 700px;
	width: 100%;
	margin: 20px auto;
	padding: 0 10px;
}

.link_unic .unic_btn {
	width: 100%;
	height: 100%;
}
.link_unic .unic_btn a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	background-color: rgba(70,156,215,1.00);/*#0093D6*/
	border-radius: 8px;
	width: 100%;
	height: 100%;
	color: white;
	transition: all 0.3s ease;
	font-size: 15px;
	line-height: 1.3em;
	outline: 1px solid white;
	outline-offset: -4px;
	padding: 10px;
}


.link_unic .unic_btn a::before {
	content: "";
	display: block;
	background-image: url("../images/UN_logo.png");
	width: 26px;
	height: 26px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 8px;
}
.link_unic .unic_btn a::after {
	content: "";
	width: 6px;
	height: 8px;
	background-color: white;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transition: all 0.3s ease;
	margin-left: 8px;
}

@media (hover: hover) and (pointer: fine) {
	.link_unic .unic_btn a:hover {
		color: #FFF100;
	}
	.link_unic .unic_btn a:hover::after {
		background-color: #FFF100;
	}
}
@media (hover: none) {
	.link_unic .unic_btn a:active {
		color: #FFF100;
	}
	.link_unic .unic_btn a:active::after {
		background-color: #FFF100;
	}
}
/*タブレット*/
@media screen and (max-width: 795px) {
	.link_unic {
		
	}
	.link_unic_en {
		
	}
	.unic_btn a {
		
	}
	.unic_btn_en a {
		
	}
	.unic_btn a::after {
		
	}
}
/*スマホ*/
@media screen and (max-width: 420px) {
	.link_unic {
		
	}
	.link_unic_en {
	
	}
	.unic_btn, .unic_btn_en {
		
	}
	.unic_btn a {
		
	}
	.unic_btn_en a {
		
	}
	.unic_btn a::after {
		
	}
	.unic_btn_en a::after {
		
	}
	
}

/*------------------------------------------------------------------------------------
コンテンツブロック
------------------------------------------------------------------------------------*/
.contents_wrapper {
	min-height: 100%;
	height: 100%;
}
.contents_wrapper .contents_container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #F0EEE7;
}
.contents_wrapper .contents_container .side {
	display: block;
	width: 300px !important;
	margin: 0;
}
@media screen and (max-width: 795px) {
	.contents_wrapper .contents_container .side {
		display: none;
	}
}
.contents_wrapper .contents_container .main {
	display: block;
	flex: 1;
	width: 100%;
}
@media screen and (max-width: 795px) {
	.contents_wrapper .contents_container .main {
		
	}
}
.main_backboad {
	width: 100%;
	padding: 10px;
	background-color: #F7F7F6;
}
.contents {
	margin-bottom: 40px;
	padding-left: 15px;
}
.item_wrapper {
	padding: 0 1em;
}
/*------------------------------------------------------------------------------------
フッターブロック
------------------------------------------------------------------------------------*/
footer {
	position: absolute;  /* フッターを絶対配置に指定する設定 */
    bottom: 0;
	width: 100%;
}
.footer_info {
	display: block;
	max-width: 100%;
	height: auto;
	padding: 20px;
	overflow: hidden;
	background-color: #F0EEE7;
}
.footer_info .footer_wrapper {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.copyright {
	display: flex;
	width: 100%;
	height: 50px;
	min-height: 50px;
	background-color: #00041B;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.copyright p {
	color: white;
	line-height: 1.5em;
	font-size: 9px;
}
.footer_box1 {
	margin: 10px;
	width: 320px;
}
.info_midashi {
	margin-bottom: 10px;
	font-size: 1.7rem;
	font-weight: bold;
	color: white;
	padding: 5px 10px;
	max-width: 100%;
	background-color: #D10043;
}
.info_name {
	max-width: 100%;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #D10043;
}
/*------------------------------------------------------------------------------------
タイトル見出し
------------------------------------------------------------------------------------*/
.h1_wrapper {
	position: relative;
	display: block;
	width: 100%;
}
.h1_wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(237,244,255,0.60), rgba(210,235,255,0.60))
}
.h1_wrapper img {
	width: 100%;
	vertical-align: top;
}
 
.h1_wrapper .h1_flex {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
}
.h1_contents {
	display: inline-block;
	/*overflow: hidden;*/
}
/*.h1_contents::after {
	position: absolute;
	content: "";
	width: 140px;
	height: 5px;
	background: linear-gradient(90deg, #FF8D00 0%, #FF8D00 100%);
	background-size:0% 100%;
  	background-repeat: no-repeat;
 	background-position: left bottom;
	left: calc(50% - 70px);
	bottom: calc(50% - 26px);
	animation: underline 0.5s ease-out forwards;
	animation-delay: 0.5s;
}*/
.h1_contents h1 {
	position: relative;
	margin: 0;
	font-size: 26px;
	color: #363636;
	line-height: 1.2em;
	animation: popanime 0.5s ease-out forwards;
	/*overflow: hidden;*/
}
.h1_contents h1::after {
	position: absolute;
	content: "";
	width: 140px;
	height: 5px;
	background: linear-gradient(90deg, #FF8D00 0%, #FF8D00 100%);
	background-size:0% 100%;
  	background-repeat: no-repeat;
 	background-position: left bottom;
	left: calc(50% - 70px);
	bottom:  -11px;/*calc(50% - 26px)*/
	animation: underline 0.5s ease-out forwards;
	animation-delay: 0.5s;
}
@media screen and (max-width: 795px) {
	.h1_contents h1 {
		font-size: 23px;
	}
}
@media screen and (max-width: 420px) {
	.h1_contents h1 {
		font-size: 20px;
	}
}

/*スマホ*/
@media screen and (max-width: 420px) {
	.h1_contents h1 {
		font-size: 20px;
	}
}

@keyframes popanime {
  from {
    bottom: -30px; /* 親要素外に配置させて見えなくしておく */
  }
  to {
    bottom: 0px; /* 下から0pxに指定 */
  }
}
@keyframes underline {
  0% {
    background-size: 0% 100%;
  }
 
  100% {
    background-size: 100% 100%;
  }
}

h2 {
	position: relative;
	width: 100%;
	margin-top: 40px;
	padding: 12px 0 12px 18px;
	background: white;
	border-left: 10px solid #FF1FBE;
	font-size: 20px;
}
h2::after {
	position: absolute;
	content: "";
	top: 0;
	left: 2px;
	width: 1px;
	height: 100%;
	background-color: #FF1FBE;
}
h3 {
	width: 100%;
	padding: 8px 0 8px 20px;
	background-color: #F2F2F7;
	border-left: 10px solid #D10043;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
h4 {
	position: relative;
	width: 100%;
	padding-left: 10px;
	padding-bottom: 4px;
	font-size: 16px;
	color: #363636;
	border-bottom: 2px solid #9D9D9D;
}
h4::before {
	position: absolute;
	content: "";
	width: 30%;
	height: 2px;
	bottom: -2px;
	left: 0px;
	background-color: #D10043;
}

/*------------------------------------------------------------------------------------
段落
------------------------------------------------------------------------------------*/
.article1 {
	padding: 10px;
}
/*------------------------------------------------------------------------------------
ブロック
------------------------------------------------------------------------------------*/
.box1 {
	background-color: #F7F7F6;
}
.box2 {
	background-color: #F7F7F6;
}
/*------------------------------------------------------------------------------------
余白（margin,paddingなど）
------------------------------------------------------------------------------------*/
.space1 {
	margin: 0 0 20px 0;
	padding: 10px;
	width: 100%;
}
.space2 {
	margin: 0 0 20px 0;
	padding: 20px;
	width: 100%;
}
/*------------------------------------------------------------------------------------
ナビゲーションブロック
------------------------------------------------------------------------------------*/
.navi_block {
	width: 100%;
	margin: 0;
	padding: 20px;
	background-color: #F0EEE7;
}
.navi_block .navi {
	width: 100%;
}
.navi_block .navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navi_block .navi ul .navi_def, .navi_block .navi ul .navi_checked {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #C0BDBE;
	transition: ease 0.3s;
}
.navi_block .navi ul .navi_def::before, .navi_block .navi ul .navi_checked::before {
	
}
.navi_block .navi ul .navi_def::after, .navi_block .navi ul .navi_checked::after {
	
}
.navi_block .navi ul .navi_def:hover, .navi_block .navi ul .navi_checked:hover {
	/*background-color: #0242B4;*/
	background: linear-gradient(125deg, #00163F, #0242B4);
}
.navi_block .navi ul .navi_def:hover::after, .navi_block .navi ul .navi_checked:hover::after {
	border-top: 2px solid #EAF5F3;
	border-right: 2px solid #EAF5F3;
}
.navi_block .navi ul .navi_def a, .navi_block .navi ul .navi_checked a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	color: white;
	font-size: 14px;
	line-height: 1.2em;
	padding: 0 10px 0;
	text-decoration: none;
}
.navi_def {
	/*background-color: #0242B4;*/
	background: linear-gradient(125deg, #0242B4, #0242B4);
}
.navi_def::after {
	border-top: 2px solid #EAF5F3;
	border-right: 2px solid #EAF5F3;
}
.navi_checked {
	/*background-color: #013700;*/
	background: linear-gradient(125deg, #00163F, #0242B4);
}
.navi_checked::after {
	border-top: 2px solid #EAF5F3;
	border-right: 2px solid #EAF5F3;
}
/*
ナビアイコン
-------------------------*/
.navi_icon, .navi_icon_sp {
	margin-left: 10px;
	width: 20px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(71deg) brightness(108%) contrast(101%);
}
.navi_icon_sp {
	position: relative;
	margin-right: 10px;
	top: 3px;
}

/*------------------------------------------------------------------------------------
スマホ・タブレットのナビゲーションボタン
------------------------------------------------------------------------------------*/
nav.globalMenuSp {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	color: #fff;
	background: rgba(0,0,0, 0.7);
	text-align: left;
	transform: translateX(100%);
	transition: all 0.6s;
	height: 100%;
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
nav.globalMenuSp ul {
	position:relative;
	top: 0;
	right: -5%;
	background: linear-gradient(125deg, #0242B4, #0242B4);
	margin: 70px auto 0;
	padding: 0;
	width: 95%;
}
nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
nav.globalMenuSp ul li:hover {
	background: linear-gradient(125deg, #00163F, #0242B4);
}
nav.globalMenuSp ul li:active {
	background: linear-gradient(125deg, #00163F, #0242B4);
}
nav.globalMenuSp ul li a {
	display: block;
	color: white;
	padding: 1em 0;
	text-decoration: none;
}
nav.globalMenuSp ul li a:hover {
	color: white;
}
.mnav_def {
	background-color: none;
}
.mnav_checked {
	background: linear-gradient(125deg, #00163F, #0242B4);
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
	transform: translateY(0%);
}
/*------------------------------------------------------------------------------------
ハンバーガーボタン（SP）
------------------------------------------------------------------------------------*/
.hamburger {
	display: block;
	position: fixed;
	z-index: 200;
	right: 11px;
	top: 12px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
	background-color: #0242B4;
	opacity: 0.9;
	border-radius: 8px;
}
@media screen and (min-width: 796px) {
	.hamburger {
		display: none;
	}
}
.hamburger span {
	display: block;
	position: absolute;
	width: 50%;
	height: 2px;
	left: 25%;
	background: white;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 10px;
}
.hamburger span:nth-child(2) {
	top: 15px;
}
.hamburger span:nth-child(3) {
	top: 20px;
}
.hamburger span:nth-child(4) {
	top: 18px;
	background: none;
	width: 100%;
	left: 0;
}
.hamburger span:nth-child(4)::after {
	content: "MENU";
	/*4つ目の要素のafterにMenu表示を指定*/
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.hamburger.active span:nth-child(1) {
	/*ナビが開いている時のボタン*/
	top: 7px;
	left: 12px;
	transform: translateY(8px) rotate(-45deg);
	width: 40%;
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	top: 21px;
	left: 12px;
	transform: translateY(-6px) rotate(45deg);
	width: 40%;
}
.hamburger.active span:nth-child(4)::after {
	content: "CLOSE";
	/*3つ目の要素のafterにCLOSE表示を指定*/
	color: #fff;
}

/*------------------------------------------
ビデオブロック
------------------------------------------*/
.video_container {
	width: 100%;
	margin: 0;
	padding: 20px;
	background-color: #F0EEE7;
}
.video_block, .video_block_pc {
	width: 100%;
	padding: 10px;
	
}
.video_block {
	/*border: 2px solid #FFA410;*/
	border-radius: 8px;
	background-color: white;
}
.video_block_pc {
	background-color: #F0EEE7;
}
.video_block .video_title, .video_block_pc .video_title {
	margin-bottom: 20px;
}
.video_block .video_title p, .video_block_pc .video_title p{
	position: relative;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
}
.video_block .video_title p {
	border-bottom: 1px solid #CECECE;
}

.video_inner, .video_inner_pc {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.video_inner {
	background-color: white;
}
.video_inner_pc {
	background-color: #F0EEE7;
}
.video_discription {
	font-size: 13px;
	line-height: 1.5em;
}
.video_wrapper {
	max-width: 270px;
}
/*
@media screen and (max-width: 795px){
	.video_wrapper {
		max-width: 220px;
	}
}
@media screen and (max-width: 420px){
	.video_wrapper {
		max-width: 270px;
	}
}
*/
.video_wrapper iframe {
	width: 100%;
}

/*ビデオブロック　タブレット*/
.video_container_sp {
	display: block;
}
@media screen and (max-width: 795px){
	.video_container_sp {
		display: block;
	}
	.video_wrapper {
		max-width: 220px;
	}
}
@media screen and (max-width: 420px){
	.video_container_sp {
		display: block;
	}
	.video_wrapper {
		max-width: 270px;
	}
}

/*------------------------------------------------------------------------------------
ページトップボタン
------------------------------------------------------------------------------------*/
.page-top {
	/* buttonタグのリセットCSS */
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	/* ボタンの装飾 */
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 100;
	width: 46px;
	height: 46px;
	border-radius: 10px;
	background-color: #0242B4;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.page-top::before {
	content: "";
	width: 12px;
	height: 12px;
	margin-bottom: -6px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(-45deg);
}
.page-top:hover {
	transform: scale(1.1);
}
#page-top {
	opacity: 0.0;
	transition: ease .5s opacity;
}
#page-top.view {
	opacity: 1.0;
}
/*------------------------------------------------------------------------------------
ボタン
------------------------------------------------------------------------------------*/
.btn_block1 {
	margin: 20px auto;
}
.btn_block2 {
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 40px;
}
.btn_1, .btn_2 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 46px;
	border-radius: 4px;
	background-color: #D10043;
	color: white;
	font-size: 15px;
	text-align: center;
	box-shadow: 0px 2px 0px rgba(73,96,86,0.30);
	top: 0px;
	transition: ease 0.3s;
}
.btn_1::after, .btn_2::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	transform: rotate(45deg);
	top: calc(50% -4px);
	right: 16px;
}
@media (hover: hover) and (pointer: fine) {
	.btn_1:hover, .btn_2:hover {
		background-color: #F12F69;
		box-shadow: 0px 0px 0px rgba(73,96,86,0.30);
		top: 2px;
	}
}
@media (hover: none) {
	.btn_1:active, .btn_2:active {
		background-color: #F12F69;
		box-shadow: 0px 0px 0px rgba(73,96,86,0.30);
		top: 2px;
	}
}
@media screen and (max-width: 420px) {
	.btn_1, .btn_2 {
		font-size: 14px;
	}
}
.btn_1 a, .btn_2 a {
	display: block;
	width: 100%;
	color: white;
}
.btn_1 {
	width: 100%;
}
.btn_2 {
	width: 100%;
	max-width: 320px;
}

/*-----------------------------------------------------------------------
バナー
-----------------------------------------------------------------------*/
.banner_container {
	width: 300px;
	margin: 40px 0;
}
.banner_item, .banner_item_sp {
	width: 260px;
}
.banner_item {
	margin: 20px;
}
.banner_item_sp {
	margin: 0;
}
.banner_item img a, .banner_item_sp img a {
	display: block;
}
.banner_item img, .banner_item_sp img {
	width: 100%;
	height: 100%;
	vertical-align:top;
}
.border_1px {
	border: 1px solid #A6A6A6;
}
.banner_container_sp {
	display: none;
	width: 100%;
	border-top: 1px solid #A6A6A6;
	margin: 20px 0;
	padding:40px 10px 20px;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
@media screen and (max-width: 850px) { /*グローバルナビ_850px以下は消す*/
	.banner_container_sp {
		display: flex;
	}

}



/*------------------------------------------------------------------------------------
枠
------------------------------------------------------------------------------------*/
.attention1 {
	width: 100%;
	background-color: #F7F7F7;
	border: 1px solid #EBEBEB;
	padding: 10px;
	text-align: justify;
}
/*------------------------------------------------------------------------------------
テーブル
------------------------------------------------------------------------------------*/
.table_container {
	margin: 10px 0 40px;
}
.tabel_title {
	color: #D10043;
	font-weight: 600;
}
.table_1 {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.table_1 th {
	background-color: #D10043;
	padding: 10px;
	font-weight: normal;
	color: white;
	text-align: justify;
	text-align-last: justify;
	width: 106px;
}
.table_1 td {
	background-color: #DADADA;
	padding: 10px;
}
.table_1_sp {
	display: none;
	width: 100%;
}
.table_2 {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.table_2 th {
	background-color: #D10043;
	padding: 10px;
	font-weight: normal;
	color: white;
	text-align: left;
	width: 28px;
}
.table_2 td {
	background-color: #DADADA;
	padding: 10px;
}
.table_3 {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.table_3 th {
	background-color: #D10043;
	padding: 10px;
	color: white;
	font-weight: normal;
	text-align: center;
	width: 52px;
}
.table_3 td {
	background-color: #DADADA;
	padding: 10px;
}
.table_4 {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.table_4 th {
	background-color: #D10043;
	padding: 10px;
	font-weight: normal;
	color: white;
	text-align: justify;
	text-align-last: justify;
	width: 138px;
}
.table_4 td {
	background-color: #DADADA;
	padding: 10px;
	text-align: center;
}
@media screen and (max-width: 420px) {
	.table_4 {
		display: none;
	}
}
.table_4_sp {
	width: 100%;
	table-layout: fixed;
	display: none;
}
.table_4_sp th {
	background-color: #D10043;
	padding: 10px;
	font-weight: normal;
	color: white;
	text-align: center;
	width: 134px;
}
.table_4_sp td {
	background-color: #DADADA;
	padding: 10px;
	text-align: center;
}
@media screen and (max-width: 420px) {
	.table_4_sp {
		display: table;
	}
}
.table_5 {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.table_5 tr:first-child th {
	background-color: #D10043;
	padding: 10px;
	font-weight: normal;
	color: white;
	text-align: center;
}
.table_5 th {
	background-color: #5A5A5A;
	color: white;
	font-size: 13px;
}
.table_5 td {
	background-color: #DADADA;
	padding: 10px;
	text-align: left;
}

.table_6 {
	width: 100%;
	display: table;
	table-layout: auto;
}
.table_6 tr:first-child th {
	background-color: #D10043;
	padding: 10px;
	font-weight: normal;
	font-size: 13px;
	color: white;
	text-align: center;
}
.table_6 th {
	background-color: #5A5A5A;
	padding: 0 4px;
	color: white;
	font-size: 13px;
	font-weight: 400;
	white-space: nowrap;
}
.table_6 td {
	background-color: #DADADA;
	padding: 10px;
	text-align: left;
	font-size: 14px;
}
.table_6 th + td {
	text-align: center;
}
@media screen and (max-width: 420px) {
	.table_6 th {
		font-size: 12px;
	}
	.table_6 td {
		font-size: 13px;
	}
}


.table_3col {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.table_3col th {
	background-color: #D10043;
	padding: 0;
	font-weight: normal;
	color: white;
	text-align: center;
	line-height: 18px;
	width: 28px;
}
.table_3col td {
	background-color: #DADADA;
	padding: 10px;
}
@media screen and (max-width: 420px) {
	.table_3col {
		display: none;
	}
}
.table_3col_sp {
	width: 100%;
	display: none;
	table-layout: fixed;
}
.table_3col_sp th {
	background-color: #D10043;
	padding: 7px 0;
	font-weight: normal;
	color: white;
	text-align: center;
	width: 28px;
}
.table_3col_sp td {
	background-color: #DADADA;
	padding: 10px;
}
@media screen and (max-width: 420px) {
	.table_3col_sp {
		display: table;
	}
}

/*------------------------------------------------------------------------------------
リスト
------------------------------------------------------------------------------------*/
.list_1 {
	padding-left: 1.3em;
}
.list_1 li {
	margin-bottom: 20px;
}

/*------------------------------------------------------------------------------------
インデント
------------------------------------------------------------------------------------*/
.second_indent_1w {
	padding-left: 1em;
	text-indent: -1em;
}

/*------------------------------------------------------------------------------------
フォント
------------------------------------------------------------------------------------*/
.font_size_11 {
	font-size: 11px;
}
.font_size_12 {
	font-size: 12px;
}
.font_size_13 {
	font-size: 13px;
}
.font_size_14 {
	font-size: 14px;
}
.font_size_15 {
	font-size: 15px;
}
.font_size_16 {
	font-size: 16px;
}
.font_size_17 {
	font-size: 17px;
}
.font_size_18 {
	font-size: 18px;
}
.font_size_19 {
	font-size: 19px;
}
.font_size_20 {
	font-size: 20px;
}
.font_size_21 {
	font-size: 21px;
}
.font_size_22 {
	font-size: 22px;
}
.font_size_23 {
	font-size: 23px;
}
.font_size_240 {
	font-size: 24px;
}
.font_weight_300 {
	font-weight: 300;
}
.font_weight_400 {
	font-weight: 400;
}
.font_weight_500 {
	font-weight: 500;
}
.font_weight_600 {
	font-weight: 600;
}
.font_weight_700 {
	font-weight: 700;
}
.font_weight_800 {
	font-weight: 800;
}
/*------------------------------------------------------------------------------------
フォント色
------------------------------------------------------------------------------------*/
.fc_red {
	color: red;
}
/*------------------------------------------------------------------------------------
フォント装飾
------------------------------------------------------------------------------------*/
.underline {
	text-decoration: underline;
}
/*------------------------------------------------------------------------------------
揃え
------------------------------------------------------------------------------------*/
.text_align_left {
	text-align: left;
}
.text_align_right {
	text-align: right;
}
.text_align_center {
	text-align: center;
}
.text_align_justify {
	text-align: justify;
}
/*------------------------------------------------------------------------------------
マージン
------------------------------------------------------------------------------------*/
.margin_top_10 {
	margin-top: 10px;
}
.margin_top_20 {
	margin-top: 20px;
}
.margin_top_30 {
	margin-top: 30px;
}
.margin_top_40 {
	margin-top: 40px;
}
.margin_top_50 {
	margin-top: 50px;
}
.margin_top_60 {
	margin-top: 60px;
}
.margin_bottom_10 {
	margin-bottom: 10px;
}
.margin_bottom_20 {
	margin-bottom: 20px;
}
.margin_bottom_30 {
	margin-bottom: 30px;
}
.margin_bottom_40 {
	margin-bottom: 40px;
}
.margin_bottom_50 {
	margin-bottom: 50px;
}
.margin_bottom_60 {
	margin-bottom: 60px;
}
/*------------------------------------------------------------------------------------
幅
------------------------------------------------------------------------------------*/
.width_500px {
	max-width: 500px;
	width: 100%;
}
.width_850px {
	max-width: 850px;
	width: 100%;
}