@charset "UTF-8";

/* font-family: 'Noto Sans JP', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*** The new CSS reset - version 1.9 (last updated 19.6.2023) ***/
:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,::after,::before{box-sizing:border-box}a,button{cursor:revert}menu,ol,ul{list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert}::placeholder{color:unset}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}

/* commom　ここから　------------------------------------ */
html{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 62.5%;
	font-weight: 400;
	letter-spacing: 0rem;
	color: #151515;
}
body{font-size: 1.6rem;}
.hide{display: none!important;}
img{ max-block-size: unset;}
.se_only{display: none;}
.sp_only{display: block;}
.pc_only{display: none;}
a:hover{opacity: 0.6;}
.bg_yellow{background: #FFE200;}
.bg_lightgray{background: #FAFAFA;}
.red{color: #E30A0A!important;}
.black{color: #151515!important;}
.underline{text-decoration: underline;}
.bold{font-weight: 500;}
section{
	padding: 5.5rem 0 4.5rem;
}
.section_inner{
	padding: 0 1rem;
}
.notel{
	pointer-events: none;
}

.section_text,
.documents_text,
.documents_text_title{
	text-align: center;
	line-height: 2.4rem;
	margin-bottom: 2.5rem;
	padding: 0 1rem;
	max-width: 81rem;
	margin-left: auto;
	margin-right: auto;
}
.documents_text,
.documents_text_title{
	text-align: left;
	max-width: 95.5rem;
}
ul.documents_text li{
	display: flex;
	flex-flow: row nowrap;
}
ul.documents_text li span{
	width: 5rem;
}
ul.documents_text li p{
	width: calc(100% - 5rem);
}
.documents_text_title li{
	padding-left: 2.5rem;
	text-indent: -2rem;
}
.documents_text_title p span{
	display: block;
	color: #0057AA;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.7rem;
}
.indent_flex_list li{
	padding-left: 0;
	text-indent: 0;
	display: flex;
	flex-flow: row nowrap;
}
.nowrap{
	white-space: nowrap;
}

.dot_list li{
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}

.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}

.indent-01{
	padding-left: 1em;
	text-indent: -1em;
}

.mx_center{
	margin-left: auto;
	margin-right: auto;
}
.my_20{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mt_45{margin-top: 4.5rem;}
.mt_40{margin-top: 4rem;}
.mt_20{margin-top: 2rem;}
.mt_15{margin-top: 1.5rem;}
.pl_20{padding-left: 2rem;}
.lh_33{line-height: 3.3rem;}

.mw_69{max-width: 69rem;}

/* 見出し */
h1,
h2{
	font-size: 1.8rem;
	line-height: 2.7rem;
	color: #0057AA;
	text-align: center;
	font-weight: 700;
	margin-bottom: 3rem;
}
h1 span,
h2 span{
	display: block;
	font-size: 1.5rem;
	line-height: 2.2rem;
	color: #151515;
	margin-bottom: 0.6rem;
}
h2 span{
	font-size: 1.1rem;
	line-height: 1.7rem;
	margin-bottom: 0rem;
}



/* ボタン */
[class*="btn-"]{
	font-weight: 700;
	display: block;
	text-align: center;
	white-space: nowrap;
	border-radius: 0.5rem;
	width: 100%;
	line-height: 2.3rem;
	font-size: 1.5rem;
	padding: 1.1rem 1.5rem;
}
[class*="btn-"][class*="-view_more"]{
	border-radius: 2.5rem;
	width: fit-content;
	line-height: 2.5rem;
	font-size: 1rem;
	padding: 0 1.5rem;
}
[class*="btn-"][class*="-info"]{
	border-radius: 0.9rem;
	width: 25.5rem;
	line-height: 4rem;
	font-size: 1.3rem;
	margin: 0 auto 0;
	padding: 0;
}
/* ボタン色 */
[class*="btn-"][class*="-black"]{
	background: #151515;
	color: #FFFFFF;
}
[class*="btn-"][class*="-red"]{
	background: #E30A0A;
	color: #FFFFFF;
}
[class*="btn-"][class*="-lightblue"]{
	background: #00A2E9;
	color: #FFFFFF;
}
[class*="btn-"][class*="-blue"]{
	background: #0057AA;
	color: #FFFFFF;
}
[class*="btn-"][class*="-white"]{
	background: #ffffffcf;
	color: #000000;
}

/* リンク画像付きボタン */
.link_btn{
	display: block;
	background-color: #FFFFFF;
	background-image: url('../../img/flow-procedure_link.png');
	background-position: left 0.9rem center;
	background-repeat: no-repeat;
	background-size: 1.9rem;
	border: 0.1rem solid #00A2E9;
	border-radius: 0.5rem;
	padding: 0.5rem 1rem 0.5rem 3.5rem;
	color: #00A2E9;
	font-size: 1.3rem;
	line-height: 1.9rem;
	width: fit-content;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 16%);
}

/* 白カード */
[class*="card-"]{
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 16%);
}
[class*="card-"][class*="-wrap"]{
	width: calc(100% - 2rem);
	max-width: 97rem;
	margin-left: auto;
	margin-right: auto;
	padding: 5rem 4.5rem;
}
.shadow_off{
	box-shadow: none!important;
}

/* テーブル */
table{
	width: calc(100% - 2rem);
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
	border: 0.1rem solid #FFFFFF;
}
table th,
table td{
	padding: 1.5rem 2rem;
	vertical-align: middle;
}
table th{
	background: #E5E5E5;
	border-bottom: 0.1rem solid #FFFFFF;
	width: 30%;
}
table td{
	background: #FFFFFF;
	border-bottom: 0.1rem solid #E5E5E5;
	width: 70%;
}
table tr:last-child th,
table tr:last-child td{
	border-bottom: none;
}
table caption{
	margin-top: 6rem;
	margin-bottom: 1.5rem;
}
table ul li{
	padding-left: 2.5rem;
	text-indent: -1.5rem;
}
/* commom　ここまで　------------------------------------ */


/* header footer mv 共通 */
.footer_nav,
.header_nav{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	max-width: 124rem;
	margin: 0 auto;
}
.footer_nav>div,
.header_nav>div{
	padding: 5rem 0;
	width: calc(100% - 4rem);
}
#mv.mv_top .mv_top_logo,
.toggle_open_logo{
	background: rgba(0, 38, 75, 66%);
	border-radius: 0.5rem;
	margin: auto;
	padding: 3.6rem 2.2rem;
	width: 30rem;
	height: fit-content;
}


/* header */
header{
	/* position: fixed;
	z-index: 100;
	top: 0;
	left: 0; */
	width: 100%;
}
header>div{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
header .header_title_wrap{
	height: 6rem;
	line-height: 5.5rem;
	background: rgba(255, 255, 255, 85%);
	border-top: 0.5rem solid #0057AA;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
}
.header_title{
	height: 3.1rem;
	padding-left: 2rem;
}
.header_title img{
	height: 100%;
	width: auto;
	display: block;
}
.header_right_wrap{
	padding-right: 1rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
}
header .header_lang_wrap{
	margin-top: 6rem;
	height: 4rem;
	line-height: 4rem;
	background: #0057AA;
	color: #FFFFFF;
}
header .header_lang_wrap img{
	display: block;
	width: 2.3rem;
	height: auto;
}
.header_lang_wrap>p{
	font-size: 1rem;
	padding-left: 2rem;
}
.header_lang_wrap .header_right_wrap{
	font-size: 1.2rem;
}
.header_lang_wrap .header_right_wrap a{
	margin-left: 1.5rem;
}

/* toggle_btn */
.top_menu{display: none;}
.toggle_btn{
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: center;
	width: 2rem;
	height: 1rem;
	cursor: pointer;
}
.toggle_btn span{
	display: block;
	width: 100%;
	height: 0.1rem;
	background: #00264B;
	opacity: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
/* toggle_btn アクティブ時 */
header.active .toggle_btn{
	display: block;
	width: 2rem;
	height: 2rem;
	position: relative;
}
header.active .toggle_btn span{
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
}
header.active .toggle_btn span:first-child{
	transform: rotate(45deg);
}
header.active .toggle_btn span:last-child{
	transform: rotate(-45deg);
}
header.active .toggle_btn span:nth-child(2){
	transform: rotate(180deg);
	opacity: 0;
}
/* トグルメニュー */
header.active .toggle_open_wrap{
	display: block;
}
.toggle_open_wrap{
	display: none;
	position: fixed;
	top: 6rem;
	left: 0;
	width: 100%;
	height: calc(100% - 6rem);
	z-index: 100;
	color: #FFFFFF;
}
.toggle_open_wrap_bg{
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 80%);
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.toggle_open_wrap_inner{
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1;
	width: fit-content;
	height: fit-content;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: center;
}
.toggle_open_wrap_inner>*{
	padding-left: 1rem;
	padding-right: 1rem;
}
.toggle_open_logo{
	margin-bottom: 2rem;
}
.toggle_open_logo img{
	display: block;
	width: 25.6rem;
	margin: 0 auto;
}

.header_nav{
	flex-flow: column nowrap;
	align-items: center;
}
.header_nav>div{
	width: 30rem;
}
.header_nav ul{
	margin-top: 1.5rem;
}
.header_nav ul li a{
	display: block;
	line-height: 3rem;
	padding-left: 2rem;
	text-indent: -2rem;
}
.header_nav ul li a::before{
	content: '＞';
	margin-right: 0.5rem;
}

/* footer */
footer{
	background: #0057AA;
	color: #FFFFFF;
	background-image: url('../../img/logo-footer_bg.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 70%;
}
.header_nav>div{
	padding: 1rem 0;
}
.footer_nav>div>p:first-child{
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 3.5rem;
}
.footer_nav li a{
	font-weight: 400;
	padding-left: 1.5em;
	text-indent: -0.5em;
}
.footer_nav li a::before{
	content: '＞';
	display: inline-block;
	padding-right: 0.5em;
}
.footer_nav li li a::before{
	content: '・';
}
.footer_nav ul ul{
	padding-left: 1em;
}
.footer_nav a{
	display: block;
	width: fit-content;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 3rem;
	margin-bottom: 1rem;
	white-space: nowrap;
}
.footer_logo{
	background: #FFFFFF;
	padding: 3.5rem 0 4.5rem;
}
.footer_logo a,
.footer_logo img{
	display: block;
}
.footer_logo a{
	width: fit-content;
	margin: 0 auto;
}
.footer_copy{
	padding: 2rem 0;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
}


/* mv */
#mv{
	width: 100%;
	height: 17rem;
	position: relative;
	/* margin-top: 10rem; */
	background: #00264B;
}
#mv video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.9);
}
#mv .mv_center{
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	width: fit-content;
	height: fit-content;
}
#mv h1,
#mv h1 span{color: #FFFFFF;}
#mv h1{
	margin: 0;
}
/* top mv */
#mv.mv_top{
	height: calc(100vh - 10rem);
	/* min-height: 32rem; */
	min-height: 38rem;
}
#mv.mv_top .mv_top_logo img{
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}
#mv.mv_top .btn-white-info{
	/* margin: 4rem auto 0; */
	margin: 2rem auto 0;
	height: fit-content;
}
#mv.mv_top .btn-white-info2{
	margin: 2rem auto 0;
	height: fit-content;
}
/* 送金シミュレーション */
.simulation_wrap{
	background: rgba(255, 255, 255, 90%);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 16%);
	border-radius: 1rem;
	margin: 4rem auto 0;
	padding: 2.4rem 3.5rem 2.2rem;
	width: 30rem;
	height: 46rem;
}
.simulation_wrap .simulation_title{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}
.simulation_wrap .simulation_title img{
	height: 4rem;
	width: auto;
}
.simulation_wrap .simulation_title p,
.simulation_wrap .simulation_title p span{
	color: #004E9B;
	font-size: 1.9rem;
	line-height: 2rem;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}
.simulation_wrap .simulation_title p span{
	display: block;
	font-size: 1.2rem;
}
.simulation_wrap input[type="text"]{
	width: 100%;
	height: 4.5rem;
	border: 0.1rem solid #AAAAAA;
	background: #FFFFFF;
	padding: 0 1.6rem;
	font-size: 1.2rem;
	margin-bottom: 1.8rem;
}
.simulation_wrap input[type="text"]::placeholder{
	color: #9F9F9F;
}
.simulation_button_wrap{
	width: 100%;
	position: relative;
	margin-bottom: 2rem;
}
.simulation_button_wrap::after{
	content: '>';
	display: block;
	width: fit-content;
	height: fit-content;
	font-size: 1.6rem;
	position: absolute;
	right: 2rem;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(90deg);
	color: #FFFFFF;
	pointer-events: none;
}
.simulation_wrap input[type="button"]{
	display: block;
	width: 100%;
	line-height: 5rem;
	text-align: center;
	border-radius: 2.5rem;
	background-image: linear-gradient(90deg, rgba(255, 39, 0, 1), rgba(255, 226, 0, 1));
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 16%);
	color: #FFFFFF;
	padding-right: 2rem;
	cursor: pointer;
}
.simulation_result_wrap{
	background: #0078F0;
	color: #FFFFFF;
	border-radius: 1rem;
	padding: 1rem 1.5rem;
}
.simulation_result_wrap dl{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	white-space: nowrap;
	font-weight: 700;
	padding: 0.7rem 0;
	border-bottom: 0.2rem dotted #FFFFFF;
}
.simulation_result_wrap dl:last-child{
	border-bottom: none;
}
.simulation_result_wrap dl dt{
	font-size: 1.3rem;
}
.simulation_result_wrap dl dd{
	font-size: 1.6rem;
}


/* パンくずリスト */
#breadcrumb{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	width: 100%;
	padding: 1.6rem 2rem;
	font-size: 1.2rem;
	line-height: 1.8rem;
}




/* トップページ　ここから　------------------------------------ */
/* トップページ　aboutus */
#aboutus{
	background-image: url(../../img/aboutus_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 5.8rem 0 4.6rem;
}
.aboutus_text{
	font-size: 1.3rem;
	line-height: 1.9rem;
	text-align: center;
}
.aboutus-slick{
	width: 100%;
	max-width: 80rem;
	overflow: hidden;
	margin: 3.9rem auto 0;
	position: relative;
}
.aboutus-slick li{
	width: 20.6rem;
	height: 20.6rem;
	margin: 0 2rem;
}
.aboutus-slick li a,
.aboutus-slick li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.aboutus-slick .slick-track{
	display: flex;
	flex-flow: row nowrap;
}
.aboutus-slick .slick-prev,
.aboutus-slick .slick-next{
	top: 0; bottom: 0;
	margin: auto;
	transform: unset;
	z-index: 100;
}
.aboutus-slick .slick-prev{
	left: 0;
}
.aboutus-slick .slick-next{
	right: 0;
}
.aboutus-slick .slick-prev:before,
.aboutus-slick .slick-next:before{
	color: #151515;
	font-weight: 700;
	line-height: 2rem;
	opacity: 1;
}
.aboutus-slick .slick-prev:before{
	content: '<';
}
.aboutus-slick .slick-next:before{
	content: '>';
}

/* トップページ　moneytransfer */
#moneytransfer{
	background-image: url(../../img/moneytransfer_bg.jpg);
	background-position: center bottom;
	background-size: cover;
	font-weight: 700;
}
#moneytransfer h1,
#moneytransfer h1 span{
	color: #FFFFFF;
}
.moneytransfer_contents{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	text-align: center;
}
.moneytransfer_contents>div{
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 16%);
	border-radius: 0.5rem;
	width: calc(100% - 4rem);
	margin: 0 auto;
	padding: 1.5rem 1rem;
	max-width: 49rem;
}
.moneytransfer_contents>div.commission_wrap{
	margin-bottom: 3rem;
}
.commission_contents{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.commission_contents>div{
	padding: 1.5rem 1.2rem;
	width: calc(50% - 1rem);
	background: #0057AA;
	color: #FFFFFF;
	border-radius: 0.5rem;
}
.commission_contents>div>p{
	width: fit-content;
	font-size: 1.5rem;
	line-height: 1.8rem;
	margin: 2rem auto 1rem;
}
.commission_contents>div>p:first-child{
	margin-top: 0;
}
.commission_contents>div>div{
	background: #FFFFFF;
	color: #0057AA;
	border-radius: 0.5rem;
	padding: 0.5rem 0;
	font-size: 1.8rem;
}
.commission_contents>div>div>span{
	font-size: 1rem;
	margin-left: 0.4rem;
}
.commission_contents_caution{
	margin-top: 1.7rem;
	line-height: 2.2rem;
}
.commission_contents_caution img{
	display: inline-block;
	height: 2.2rem;
	width: auto;
	vertical-align: bottom;
	margin-right: 0.4rem;
}

/* トップページ　news */
#news{}
.news_flex_wrap{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
.news_flex_wrap>div{
	width: calc(100% - 2rem);
	max-width: 50rem;
	padding-right: 1rem;
	margin-bottom: 4rem;
}
.news_header_wrap{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5rem;
}
.news_header_wrap h2{
	font-size: 1.5rem;
	color: #151515;
	margin-bottom: 0;
	text-align: left;
}
.news_list li{
	width: 100%;
	position: relative;
	margin-bottom: 0.7rem;
}
.news_list .icon_new{
	position: absolute;
	top: 0.25rem; right: 0;
	background: #E30A0A;
	color: #FFFFFF;
	border-radius: 0.5rem;
	display: block;
	font-size: 0.9rem;
	line-height: 1.7rem;
	height: 1.7rem;
	width: 3.4rem;
	text-align: center;
}
.news_list li a{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 1.2rem;
}
.news_list .news_cat{
	line-height: 2.2rem;
	width: 9rem;
	text-align: center;
	color: #FFFFFF;
	border-radius: 0.5rem;
	margin-right: 1.2rem;
}
.news_list.info_list .news_cat{
	background: #0057AA;
}
.news_list.pressrelease_list .news_cat{
	background: #00A2E9;
}
.news_list .news_date{
	width: 7.5rem;
}
.news_list .news_title{
	width: calc(100% - 10.2rem - 7.5rem);
}

/* トップページ　ここまで　------------------------------------ */


/* 海外送金の流れ　------------------------------------------- */
.flow_tab_link{
	padding: 1rem 1rem 0;
}
.flow_tab_link:last-child{
	padding-top: 0;
	padding-bottom: 4.5rem;
}
.flow_tab_link ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	max-width: 80rem;
	margin: 0 auto;
}
.flow_tab_link ul li{
	width: calc(100% / 3 - 0.2rem);
}
.flow_tab_link ul li a{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 5.7rem;
	background: #B1B1B1;
	color: #FFFFFF;
	border-radius: 0.5rem;
	white-space: nowrap;
}
.flow_tab_link ul li a.current{
	background: #E30A0A;
	pointer-events: none;
}
.flow_tab_link ul li a img{
	display: block;
	width: 4.5vw;
	max-width: 2.3rem;
	height: 100%;
	object-fit: contain;
	margin-right: 0.5rem;
}
/* お手続きの流れ */
.flow-procedure_flow_wrap{
	background: #C6E2FD;
	border-radius: 0.5rem;
	width: calc(100% - 2rem);
	max-width: 88rem;
	margin: 0 auto;
	padding: 2rem;
}
.flow-procedure_flow_wrap dl{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
}
.flow-procedure_flow_wrap dl dt{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0057AA;
	color: #FFFFFF;
	width: 9.5rem;
	border-radius: 0.5rem 0 0 0.5rem;
}
.flow-procedure_flow_wrap dl dt p{
	font-size: 2.4rem;
	font-weight: 700;
}
.flow-procedure_flow_wrap dl dt p span{
	display: block;
	font-size: 1.3rem;
}
.flow-procedure_flow_wrap dl dd{
	background: #FFFFFF;
	border-radius: 0 0.5rem 0.5rem 0;
	width: calc(100% - 9.5rem);
	padding: 2rem;
}
.flow-procedure_flow_wrap dl dd p:first-child{
	font-size: 1.8rem;
	font-weight: 700;
	color: #0057AA;
	margin-bottom: 1.2rem;
}
.flow-procedure_flow_wrap dl dd p:nth-child(2){
	font-size: 1.3rem;
	line-height: 1.9rem;
}
.flow-procedure_flow_wrap dl + img{
	display: block;
	margin: 2rem auto;
}
.flow_link_wrap{
	display: flex;
	flex-flow: row wrap;
}
.flow_link_wrap a{
	margin: 1.3rem 1rem 0 0;
}
/* 初めてのお客様 */
#flow-begginer a{
	margin: 0 auto;
}
/* 会員登録の流れ */
.registration_process_wrap{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: calc(100% - 2rem);
	max-width: 58rem;
	margin: 3.5rem auto 0;
}
.registration_process_wrap>div{
	width: calc(50% - 1rem);
	max-width: 26rem;
}
.registration_process_wrap>div a{
	margin-bottom: 2.7rem;
}
.registration_process_wrap>div dl{
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 1.8rem;
}
.registration_process_wrap>div dl:last-child{
	margin-bottom: 0;
}
.registration_process_wrap>div dt{
	border-radius: 50%;
	color: #00A2E9;
	position: relative;
}
.registration_process_wrap>div dt span{
	font-size: 2.4rem;
	line-height: 2.4rem;
}
.registration_process_wrap>div.registration_process_corporate dt{
	color: #0057AA;
}
.registration_process_wrap>div dt::before{
	content: "";
	display: block;
	height: 100%;
	width: 0.1rem;
	background: #00A2E9;
	position: absolute;
	top: 2.2rem;
	right: 0; left: 0;
	margin: auto;
	z-index: 0;
}
.registration_process_wrap>div.registration_process_corporate dt::before{
	background: #0057AA;
}
.registration_process_wrap>div dl:last-child dt:before{
	display: none;
}
.registration_process_wrap>div dd{
	font-size: 1.4rem;
	padding-left: 1.4rem;
}

/* 個人のお客様 法人のお客様 共通*/
.flow_customers h3{
	margin-bottom: 1.2rem;
	padding: 1rem 1.8rem;
	line-height: 2.3rem;
	font-size: 1.5rem;
	font-weight: 700;
}
.flow_customers .section_text{
	text-align: left;
	font-size: 1.4rem;
	width: calc(100% - 1rem);
	max-width: 81rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.flow_customers .section_text span{
	font-weight: 700;
	color: #E30A0A;
}
.flow_customers .jikou{
	margin: 2.5rem auto 2rem;
	padding: 3rem 4rem;
	max-width: 64rem;
}
.flow_customers .jikou div{
	font-weight: 700;
	margin-bottom: 2.3rem;
	text-align: center;
}
.flow_customers .jikou li{
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.jikou_note{
	margin: 1.2rem auto;
	max-width: 50.5rem;
	font-size: 1.2rem;
}
.jikou_note p a,
a.link{
	color: #00A2E9;
	text-decoration: underline;
}
a.link_nounder{
	color: #00A2E9;
}
a.link_under{
	text-decoration: underline;
}
.jikou_note li{
	padding-left: 3rem;
	text-indent: -3rem;
}
.jikou_note li.jikou_note{
	margin: 0;
	padding-left: 3rem;
	text-indent: -3rem;
}
.jikou_note li.jikou_note2{
	padding-left: 5.5rem;
	text-indent: -5.5rem;
}

/* 個人のお客様 */
.corporate_jikou{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.corporate_jikou img{
	margin-right: 3rem;
}
.kakunin_list{
	width: calc(100% - 1rem);
	max-width: 81rem;
	margin: 3rem auto 5rem;
}
.kakunin_list>div{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
.kakunin_list dl{
	margin-bottom: 3rem;
}
.kakunin_list dl:last-child{
	margin-bottom: 0;
}
.kakunin_list dt{
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	color: #0057AA;
	margin-bottom: 2rem;
}
.kakunin_no_wrap dt{
	color: #E30A0A;
}
.kakunin_list dd{
	position: relative;
}
.kakunin_mynumbercard_wrap{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
.kakunin_mynumbercard_wrap p{
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1rem;
}
.kakunin_list img{
	display: block;
	width: 26rem;
	height: auto;
	margin: auto;
}
.kakunin_list img.kakunin_no{
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 13rem;
	z-index: 1;
}
.kakunin_list_from_abroad{
	margin-top: 3rem;
	padding: 1rem;
}
.kakunin_list_from_abroad div{
	padding: 2rem;
	font-weight: 700;
}

/* 法人のお客様*/
#corporate_customers .card-wrap{
	padding: 5rem 0;
}

.kakunin_list_corporate_customers{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin: 3.5rem 0 5rem;
}
.kakunin_list_corporate_customers li{
	width: 100%;
	max-width: 28rem;
	margin: 0 0.5rem 2.5rem;
}
.kakunin_list_corporate_customers_head{
	background: #0057AA;
	color: #FFFFFF;
	border-radius: 0.5rem;
	margin-bottom: 1.3rem;
	padding: 2rem 4rem 1.2rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
}
.kakunin_list_corporate_customers_head>div{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.7rem;
}
.kakunin_list_corporate_customers_head>div img{
	display: block;
	width: 3.8rem;
	height: auto;
	margin-right: 1rem;
}
.kakunin_list_corporate_customers_head>p{
	font-size: 1.5rem;
	line-height: 2.4rem;
}
.kakunin_list_corporate_customers_detail_wrap dl{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.kakunin_list_corporate_customers_detail_wrap dl dt{
	width: 6.9rem;
	line-height: 3.9rem;
	text-align: center;
	background: #00A2E9;
	color: #FFFFFF;
	border-radius: 0.6rem;
	font-size: 1.2rem;
	font-weight: 700;
}
.kakunin_list_corporate_customers_detail_wrap dl:nth-child(2){
	margin-top: 0.5rem;
}
.kakunin_list_corporate_customers_detail_wrap dl:nth-child(2) dt{
	background: #5DCEFF;
}
.kakunin_list_corporate_customers_detail_wrap dl dd{
	width: calc(100% - 6.9rem);
	padding-left: 0.8rem;
	font-size: 1.5rem;
	line-height: 2rem;
}
/* 会員のお客様 */
/* 送金手続きの流れ */
.flow-remittance_flow_detail{
	width: calc(100% - 2rem);
	max-width: 50.6rem;
	margin: 3.5rem auto 3rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.2rem;
}
.flow-remittance_flow_detail img{
	display: block;
}

/* 比較　共通 */
.comparison_wrap{
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	max-width: 95rem;
	margin: 3rem auto 4rem;
	font-size: 1.5rem;
	text-align: center;
}
.comparison_wrap dl{
	width: 100%;
}
.comparison_wrap dt,
.comparison_wrap dd{
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 16%);
	margin-bottom: 1rem;
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: fit-content;
	padding: 1rem;
}
.comparison_wrap dt{
	height: 8rem;
}
.comparison_wrap dt{
	background: #00A2E9;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: 500;
}
.comparison_wrap dl:nth-child(2) dt{
	background: #0057AA;
}
.comparison_wrap dt img{
	display: inline-block;
	height: 3.5rem;
	margin-right: 0.7rem;
}
.comparison_wrap dd{
	background: #FFFFFF;
}
.comparison_wrap_title{
	display: block;
	font-weight: 700;
	color: #00A2E9;
}
.comparison_wrap dl:nth-child(2) .comparison_wrap_title{
	color: #0057AA;
}

.comparison_wrap dd.comparison_check_wrap{
	box-shadow: none;
	margin-bottom: 1rem;
	padding: 0;
	display: block;
	height: fit-content;
}
.comparison_check_text{
	text-align: left;
	font-weight: 700;
	margin: 1.5rem 0;
}
.comparison_check_wrap li{
	text-align: left;
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	font-size: 1.5rem;
	line-height: 2.2rem;
}
.comparison_ather_case{
	background: #797979!important;
	color: #FFFFFF!important;
}


/* お取引時確認について */
/* 共通
	犯収法について詳しくは以下のリンクをご参照ください
	確認させていただく事項
	お取引時確認が必要な取引
*/
.link_list_wrap{
	max-width: 80rem;
	margin: auto;
}
.link_list_title{
	border-top: 0.2rem solid #0057AA;
	border-bottom: 0.2rem solid #0057AA;
	color: #0057AA;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	padding: 0.5rem 0;
}
.link_list_title span{
	color: #00A2E9;
}
.link_list{
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	margin: 5rem auto 0;
	font-size: 1.5rem;
	text-align: center;
}
.link_list ul{
	width: 100%;
}
.link_list li{
	text-align: left;
	margin-bottom: 1rem;
}
.link_list a{
	width: 100%;
	text-align: left;
	font-size: 1.4rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	white-space: unset;
	min-height: 5rem;
	padding: 0 1rem;
}
.link_list a span{
	font-size: 1.1rem;
	white-space: nowrap;
	padding-left: 1rem;
}
/* お取引時確認が必要な取引 */
#confirmation_require li{
	width: 100%;
	text-align: left;
	font-size: 1.4rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	white-space: unset;
	min-height: 6rem;
	padding: 0.5rem 1rem;
	background: #FAFAFA;
}
#confirmation_require li img{
	display: block;
	width: 3rem;
	height: auto;
	margin-right: 1rem;
}


.customer_info{
	line-height: 3.3rem;
}
.customer_info dl{
	display: flex;
	flex-flow: row nowrap;
}
.customer_info dl dt{
	white-space: nowrap;
}



/* 会社概要ページ */
#philosophy .section_inner{
	display: flex;
	flex-flow: column nowrap;
	width: calc(100% - 2rem);
	max-width: 97rem;
	margin: 0 auto;
	padding: 0;
}
.philosophy_text_wrap{
	width: 100%;
	margin-bottom: 2rem;
}
.philosophy_img_wrap{
	width: 100%;
}
#philosophy .section_inner img{
	display: block;
	width: 100%;
	height: auto;
}
/* 会社沿革 */
#history dl{
	display: flex;
	flex-flow: row nowrap;
	max-width: 62rem;
	min-height: 5.8rem;
	margin: 0 auto;
	padding-bottom: 1rem;
	position: relative;
}
#history dl:last-child{
	padding-bottom: 0;
	min-height: unset;
}
#history dl dt{
	width: 12rem;
}
#history dl dd{
	width: calc(100% - 12rem);
}
#history dl::before{
	content: '';
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 50%;
	background: #0057AA;
	position: absolute;
	top: 0.3rem;
	left: -2.5rem;
}
#history dl::after{
	content: '';
	display: block;
	width: 0.1rem;
	height: 100%;
	background: #0057AA;
	position: absolute;
	top: 0.3rem;
	left: -1.6rem;
}
#history dl:last-child:after{
	display: none;
}
/* 役員紹介 */
#boad_member h3{
	text-align: center;
	color: #0057AA;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.7rem;
}
#boad_member .section_text{
	max-width: 69rem;
}
.boad_member_2{
	margin-top: 10rem;
}
/* 地図 */
#map{
	width: 100%;
	height: 100vw;
	max-height: 50rem;
}
#map iframe{
	width: 100%;
	height: 100%;
}


/* 代理店一覧 */
#agency .link_nounder{
	color: #0057AA;
}
.agency_list{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
	max-width: 95rem;
	margin: 0 auto;
}
.agency_list>li{
	margin: 0;
	padding: 1.8rem 1rem;
	border: 0.05rem solid #D6DFE5;
	width: 100%;
}
.agency_detail_wrap{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.agency_detail_wrap>div{
	width: calc(50% - 0.5rem);
}
.agency_detail_wrap dl{
	display: flex;
	flex-flow: row nowrap;
	/* align-items: center; */
	margin-bottom: 1.5rem;
}
.agency_detail_wrap dl dt{
	padding-right: 0.5rem;
}
.agency_detail_wrap dl dt img{
	width: 3.6rem;
	height: 3.2rem;
	object-fit: contain;
	object-position: top center;
}
.agency_detail_wrap dl dd{
	width: calc(100% - 3.6rem - 0.5rem);
}
.agency_name{
	color: #0057AA;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.7rem;
	margin-bottom: 1rem;
}

/* マネロン　当社の取組 */
.attempt_flow_img{
	display: block;
	margin: 0 auto 4rem;
}
.attempt_list{
	margin: 8rem 0 0;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.attempt_list dl{
	/* width: calc(50% - 0.75rem); */
	width: 100%;
	margin-bottom: 3rem;
}
.attempt_list dl dt{
	width: 100%;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 5rem;
	text-align: center;
	white-space: nowrap;
	border-radius: 0.5rem;
	margin-bottom: 1.5rem;
	color: #FFFFFF;
	background: #00A2E9;
}
.attempt_list dl:nth-child(2){
	margin-bottom: 0;
}
.attempt_list dl:nth-child(2) dt{
	background: #0057AA;
}





/* iPhone6サイズ（375px）未満への対応 ---------------- */
@media (max-width: 374px) {
	.se_only{display: block;}
	/* header */
	.header_lang_wrap .header_right_wrap{
		font-size: 1rem;
	}
	.header_lang_wrap .header_right_wrap a{
		margin-left: 0.5rem;
	}

	/* トップページ　ここから　------------------------------------ */
	/* トップページ　aboutus */
	.aboutus-slick li{
		margin: 0 1rem;
	}

	/* トップページ　moneytransfer */
	.commission_contents>div{
		width: calc(50% - 0.2rem);
	}
	.commission_contents>div{
		font-size: 1.6rem;
	}

	/* トップページ　news */
	.news_list li{
		margin-bottom: 2rem;
	}
	.news_list li a{
		flex-flow: row wrap;
		align-content: flex-start;
	}
	.news_list .news_cat{
		margin-right: calc(100% - 9rem);
		margin-bottom: 0.5rem;
	}
	.news_list .news_date{
		width: 10rem;
		padding-left: 2.5rem;
	}
	.news_list .news_title{
		width: calc(100% - 10rem);
	}
	/* トップページ　ここまで　------------------------------------ */
	
	
	/* 海外送金の流れ　------------------------------------------- */
	.flow_tab_link ul li a{
		line-height: 4rem;
	}
	.flow_tab_link ul li a img{
		display: none;
	}
	
	/* 法人のお客様*/
	.kakunin_list_corporate_customers li{
		margin: 0 0 2.5rem;
	}

	/* 会社概要ページ */
	/* 会社沿革 */
	#history dl{
		flex-flow: column nowrap;
	}
	#history dl dt,
	#history dl dd{
		width: 100%;
	}
}




/* タブレットサイズ以上 ------------------------------ */
@media (min-width: 768px) {
	/* commom　ここから　------------------------------------ */
	.sp_only{display: none;}
	.pc_only{display: block;}
	/* 見出し */
	h1,
	h2{
		font-size: 2.4rem;
		line-height: 3.6rem;
		margin-bottom: 5rem;
	}
	h1 span,
	h2 span{
		margin-bottom: 0;
		font-size: 1.5rem;
	}

	section{
		padding: 7rem 0 6.5rem;
	}
	.section_inner{
		padding: 0 2rem;
	}

	/* ボタン */
	[class*="btn-"]{
		line-height: 2.3rem;
		font-size: 1.5rem;
		padding: 1.1rem 1.5rem;
	}
	[class*="btn-"][class*="-view_more"]{
		line-height: 3rem;
		font-size: 1.2rem;
		padding: 0 1.8rem;
	}
	[class*="btn-"][class*="-info"]{
		width: 34.5rem;
		line-height: 5.5rem;
		font-size: 1.9rem;
	}
	/* commom　ここまで　------------------------------------ */
	/* header */
	/* footer */
	footer{
		background-size: 40%;
	}
	.footer_nav>div{
		width: fit-content;
	}
	.footer_nav>div>p:first-child{
		font-size: 1.8rem;
	}
	/* toggle_btn */
	.toggle_btn,
	.toggle_open_wrap{display: none!important;}
	.header_right_wrap{
		padding-right: 2rem;
	}
	.top_menu{
		display: flex;
		flex-flow: row nowrap;
	}
	.top_menu li{
		margin-left: 2em;
	}
	.top_menu li a{
		display: block;
		font-size: 1.4rem;
	}

	/* トップページ　ここから　------------------------------------ */
	/* トップページ　aboutus */
	#aboutus{
		padding: 4.2rem 0 6.5rem;
	}
	.aboutus_text{
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.aboutus-slick li{
		margin: 0 3rem;
	}

	/* トップページ　news */
	.news_flex_wrap{
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-start;
		max-width: 114rem;
		padding: 0 2rem;
		margin: 0 auto 7rem;
	}
	.news_flex_wrap>div{
		width: calc(50% - 2rem);
		padding-right: 0;
		margin-bottom: 0;
	}
	.news_header_wrap h2{
		font-size: 2rem;
	}
	.btn-view_more{
		line-height: 3rem;
		font-size: 1.2rem;
		padding: 0 1.5rem;
	}
	.news_list li{
		margin-bottom: 2rem;
	}
	.news_list li a{
		flex-flow: row wrap;
		font-size: 1.4rem;
	}
	.news_list .news_cat{
		width: 11.5rem;
		line-height: 2.8rem;
		margin-right: 1.5rem;
	}
	.news_list .news_date{
		font-size: 1.6rem;
		width: 10rem;
	}
	.news_list .news_title {
		width: 100%;
		font-size: 1.6rem;
		padding-left: 1em;
	}
	/* トップページ　moneytransfer */
	#moneytransfer h2{
		margin-bottom: 2.9rem;
	}
	.commission_contents>div>div{
		font-size: 2rem;
	}
	.commission_contents>div>div.commission{
		font-size: 2.4rem;
	}
	/* トップページ　ここまで　------------------------------------ */
	
	
	/* 海外送金の流れ　------------------------------------------- */
	.flow_tab_link{
		padding: 2rem 2rem 0;
	}
	.flow_tab_link:last-child{
		padding-bottom: 6.5rem;
	}
	.flow_tab_link ul li{
		width: 23.7rem;
	}
	.flow_tab_link ul li a{
		font-size: 1.6rem;
	}
	.flow_tab_link ul li a img{
		width: 2.3rem;
		margin-right: 2rem;
	}
	/* お手続きの流れ */
	.flow-procedure_flow_wrap{
		width: calc(100% - 4rem);
		padding: 5rem;
	}


	/* 個人のお客様 法人のお客様 共通*/
	.flow_customers .section_text{
		width: calc(100% - 4rem);
	}
	.flow_customers .jikou{
		padding: 3.5rem 5rem;
	}
	/* 個人のお客様 */
	.kakunin_list{
		width: calc(100% - 4rem);
		margin: 4rem auto 5rem;
	}
	.kakunin_list>div{
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.kakunin_list>div>*{
		padding: 0 1.5rem;
		width: calc(100% / 3);
		margin-bottom: 0;
	}
	.kakunin_list_mynumber_wrap>div>*{
		width: calc(100% / 2);
		padding: 0;
	}
	.kakunin_mynumbercard_wrap{
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: start;
	}
	.kakunin_mynumbercard_wrap>div{
		width: calc(50% - 1rem);
		margin-top: 1.5em 2rem;
	}
	.kakunin_list_from_abroad{
		padding: 1.5rem;
	}
	.kakunin_list_from_abroad div{
		display: flex;
		justify-content: center;
		align-items: center;
		white-space: nowrap;
	}

	/* 法人のお客様*/
	#corporate_customers .card-wrap{
		padding: 5rem 4.5rem;
	}
	.kakunin_list_corporate_customers li{
		/* width: calc(100% / 3 - 0.5rem); */
		margin: 0 0 2.5rem;
	}

	/* 会員のお客様 */
	/* 送金手続きの流れ */

	/* 比較　共通 */
	.comparison_wrap{
		width: calc(100% - 2rem);
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.comparison_wrap dl{
		width: calc(50% - 0.5rem);
	}
	.comparison_wrap dt,
	.comparison_wrap dd,
	.comparison_wrap dt.comparison_ather_case,
	.comparison_wrap dd.comparison_ather_case{
		margin-bottom: 1rem;
		height: 14rem;
	}
	.comparison_wrap dt img{
		height: 4.5rem;
		margin-right: 2.5rem;
	}

	/* お取引時確認について */
	/* 犯収法について詳しくは以下のリンクをご参照ください */
	.link_list{
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: stretch;
	}
	.link_list ul{
		width: calc(50% - 0.75rem);
	}



	/* 会社概要ページ */
	#philosophy .section_inner{
		flex-flow: row nowrap;
		margin: 0 auto;
	}
	.philosophy_text_wrap{
		width: 50%;
		margin-bottom: 0;
	}
	.philosophy_text_wrap>*{
		padding: 0;
	}
	.philosophy_text_wrap h2{
		text-align: left;
		font-size: 2rem;
	}
	.philosophy_img_wrap{
		width: 50%;
		padding-left: 6rem;
	}
	#philosophy .section_inner img{
		width: 100%;
		max-width: 42.4rem;
		height: 100%;
		object-fit: cover;
	}
	/* 役員紹介 */
	/* 会社沿革 */
	#history dl dt{
		width: 16rem;
		padding-left: 4rem;
	}
	#history dl dd{
		width: calc(100% - 16rem);
	}
	#history dl::before{
		left: 0;
	}
	#history dl::after{
		left: 0.9rem;
	}

	/* 地図 */
	#map{
		width: 100%;
		height: calc(100vw / 3);
		max-height: unset;
		min-height: 35rem;
	}


	/* 代理店一覧 */
	.agency_list>li{
		width: 50%;
	}



	/* マネロン　当社の取組 */
	.attempt_list{
		flex-flow: row nowrap;
	}
	.attempt_list dl{
		width: calc(50% - 0.75rem);
		margin-bottom: 0;
	}
}




/* パソコンサイズ以上 ------------------------------- */
@media (min-width: 1024px) {
	/* header */
	header .header_title_wrap{
		height: 8rem;
		line-height: 7.5rem;
	}
	header .header_lang_wrap{
		margin-top: 8rem;
	}
	.header_title{
		height: 5rem;
	}
	.header_lang_wrap>p{
		font-size: 1.5rem;
	}
	/* footer */
	footer{
		background-size: 50rem;
	}

	/* top mv */
	#mv{
		/* margin-top: 12rem; */
	}
	#mv.mv_top{
		height: calc(100vh - 12rem - 9.5rem);
		/* min-height: 76rem; */
		/* min-height: 49rem; */
		min-height: 60rem;
	}
	#mv.mv_top .mv_center{
		width: 100%;
		height: 100%;
	}
	#mv.mv_top .mv_top_logo{
		position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
	}
	#mv.mv_top .btn-white-info{
		position: absolute;
    top: auto; right: 0; bottom: 5rem; left: 0;
		margin: auto;
	}
	#mv.mv_top .btn-white-info2{
		position: absolute;
    top: auto; right: 0; bottom: 12rem; left: 0;
		margin: auto;
	}
	/* 送金シミュレーション */
	.simulation_wrap{
		position: absolute;
		right: 4rem;
		top: 0; bottom: 0;
		margin: auto 0;
	}


	/* トップページ　moneytransfer */
	.moneytransfer_contents{
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-around;
		/* justify-content: space-between; */
		align-items: stretch;
		width: calc(100% - 6rem);
		max-width: 110rem;
		margin: auto;
	}
	.moneytransfer_contents>div{
		width: calc(50% - 1rem);
		margin: 0;
		padding: 2.2rem 3.5rem;
	}
	.moneytransfer_contents>div.commission_wrap{
		margin-bottom: 0;
	}

	/* トップページ　news */
	.news_list li{
		margin-bottom: 0.7rem;
	}
	.news_list li a{
		flex-flow: row nowrap;
	}
	.news_list .news_title {
		width: calc(100% - 13rem - 10rem);
		padding-left: 0;
	}


	/* 比較　共通 */
	.comparison_wrap dt,
	.comparison_wrap dd,
	.comparison_wrap dt.comparison_ather_case,
	.comparison_wrap dd.comparison_ather_case{
		height: 8rem;
	}

	/* 代理店一覧 */
	.agency_list>li{
		width: 50%;
	}
	.agency_detail_wrap>div:nth-child(1){
		width: calc(100% - 18.1rem);
	}
	.agency_detail_wrap>div:nth-child(2){
		width: 18.1rem;
	}
}




@media (min-width: 1440px) {
	/* top mv */
	#mv.mv_top .mv_top_logo {
		padding: 5rem 7.4rem;
		width: 47rem;

		bottom: 20rem;
	}
	/* 送金シミュレーション */
	.simulation_wrap{
		right: 7rem;
	}
}