@charset "utf-8";

/* CSS Document */
body {
	margin: 0;
	font-size: 14px;
}

img {
	max-width: 100%;
}

.wrapper section {
	position: relative;
	padding: 30px 0 0;
	box-sizing: border-box;
	text-align: center;
}

.wrapper section>.inner {
	width: 92%;
	margin: 0 auto;
}

h2 {
	font-size: 6vw;
	display: inline-block;
	margin: 0 auto 25px;
	padding: 0 0 25px;
	position: relative;
}

.for_pc {
	display: none;
}
.txt_left_sp{text-align: left;}
.txt_left_sp span{font-weight: bold;}


.txt_red {
	color: #cc0000;
	font-weight: bold;
}

.txt_st {
	font-weight: bold;
}
#box_ttl .txt_st span {
	font-size: 120%;
	color: #cc0000;
}
.txt_16 {
	font-size: 3.15vw;
}

.txt_24 {
	font-size: 4.8vw;
}
span.dp_ib{
	display: inline-block;
}
.mgt_15 {
	margin-top: 10px !important;
}

.mgt_20 {
	margin-top: 14px !important;
}

.mgt_25 {
	margin-top: 18px !important;
}

.mgt_30 {
	margin-top: 20px !important;
}

.mgt_35 {
	margin-top: 25px !important;
}

.mgt_40 {
	margin-top: 28px !important;
}


section#box_mv {
	position: relative;
	width: 100vw;
	margin: auto;
	padding: 30px 0;
	overflow: hidden;
	border-bottom: solid 1px #cccccc;
}

section#box_mv:before {
	content: "";
	position: absolute;
	top: -100vh;
	bottom: 0;
	left: -100vw;
	right: 0;
	background: url("/img/usr/freepage/welcome/bg.png") repeat top left;
	transform: rotate(-30deg);
	z-index: -1;
	width: 300vw;
	height: 300vh;
}

a.link_site,a.link_outside {
	color: #000;
	display: inline-block;
	padding: 0 12px 1px 4px;
	position: relative;
	text-decoration: none;
}
a.link_site span,a.link_outside span {
	position: relative;
	border-bottom: solid 1px #000;
}
a.link_site:hover span,a.link_outside:hover span{
	border-bottom: none;
}
a.link_site::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 0;
	width: 4px;
	height: 4px;
	border-top: 2px solid #966e10;
	border-right: 2px solid #966e10;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.link_outside::after {
content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    background: url(/img/usr/common/mymenu_new_window.png) center center no-repeat;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    display: inline-block;
    margin-top: -5px;
    margin-left: 5px;
}

a.link_site.btn_other_w::after {
	content: none !important;
}
.btn_site {
	margin: 0 auto 20px;
	margin: 0 auto;
	display: inline-block;
	width: 90%;
	max-width: 356px;
}

.btn_site a {
	display: inline-block;
	border: solid 1px #000000;
	border-radius: 5px;
	background: #fff;
	width: 100%;
	line-height: 48px;
	text-decoration: none;
	color: #000;
	position: relative;
}

.btn_site a:hover {
	background: #fbf9f4;
}

.btn_site a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 13px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #e81e1e;
	border-right: 2px solid #e81e1e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_site_red {
	margin: 22px auto 0;
	width: 94%;
	max-width: 544px;
}

.btn_site_red a {
	display: inline-block;
	border-radius: 5px;
	background: #e50000;
	width: 100%;
	line-height: 72px;
	text-decoration: none;
	color: #fff;
	position: relative;
	font-weight: bold;
	font-size: 4vw;
}

.btn_site_red a:hover {
	background: #cc3333;
}
/*
.btn_site_red a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #ffffff;
	border-right: 0;
	display: inline-block;
	margin-top: -5px;
}
*/

.btn_other_w{
	position: relative;
	padding-right: 20px;
}
.btn_other_w::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    background: url("/img/usr/common/new_window_w.png") center center no-repeat; -webkit-background-size: 10px 10px; background-size: 10px 10px;
    display: inline-block;
    margin-top: -5px;
}

#box_ttl_container {
	margin: 0 auto 30px;
}

#box_ttl {
	border: solid 2px #c8ae61;
	background: #fff;
	padding: 30px 15px;
	width: 88%;
	margin: 0 auto;
	box-sizing: border-box;
}

#box_ttl>* {
	margin: 0 auto;
	display: inline-block;
}


.clm_3 {
	margin: 50px auto 0;
	position: relative;
}

.clm_3>div {
	box-sizing: border-box;
}

.clm_3>div h3 {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0 0 15px;
	box-sizing: border-box;
	min-height: 120px;
}


.clm_3>div h3::before {
	display: inline-block;
	content: "";
	width: 34%;
	max-width: 130px;
	height: 80px;
	background: url("/img/usr/freepage/welcome/card_jal_251222.png") no-repeat center center;
	background-size: contain;
}
.clm_3>div:first-child h3::before {
	background: url("/img/usr/freepage/welcome/card_jmb.png") no-repeat center center;
	background-size: contain;
}
.clm_3>div:last-child h3::before {
	background: url("/img/usr/freepage/welcome/card_pre.png") no-repeat center center;
	background-size: contain;
}

.clm_3>div h3 >span {
	width: 58%;
	font-size: 3.8vw;
	font-weight: bold;
}

.clm_3>div h3 >span span {
	font-size: 3vw;
	font-weight: normal;

}

.clm_3>div h3 {
	background: #fba296;
}

.clm_3>div:first-child h3 {
	background: #dfe2ea;
}

.clm_3>div:last-child h3 {
	background: #fcd390;
}

.clm_3>div>div {
	width: 90%;
	margin: 0 auto;
}

.clm_3>div .card_ph {
	display: none;
}

.clm_3>div .acc_btn {
	font-size: 4.26vw;
	background: #ebeaf0;
	display: inline-block;
	padding: 0 20px ;
	position: relative;
	width: 98%;
	border-radius: 1.5em;
	box-sizing: border-box;
	margin: 30px auto;
	font-weight: normal !important;
}

.clm_3>div .acc_btn::before {
	position: absolute;
	top: 50%;
	left: 10px;
	content: "";
	width: 20px;
	height: 20px;
	background: url("/img/usr/freepage/welcome/ico_ex.png") no-repeat top left;
	background-size: cover;
	margin: -10px 0 0;
}


.clm_3>div .acc_btn p {
	margin: 0;
	line-height: 3;
}
.clm_3>div .acc_btn p::after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	margin: -10px 0 0;
	border-radius: 10px;
}
/*アコーディオン全体*/
.clm_3 input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.clm_3 label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  position: relative;
	line-height: 3;
}
/*開いたときに表示される部分*/
.clm_3 .more {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
	margin-bottom: 10px;
}
#clm_3_bar01:checked ~ #links01.more,
#clm_3_bar02:checked ~ #links02.more,
#clm_3_bar03:checked ~ #links03.more {
  height: auto; /*開いたときに表示される.moreの高さ*/
  opacity: 1;
  padding: 10px;
}
 /*開いたときの下の余白*/
#clm_3_bar01:checked ~ #links01.more:last-child,
#clm_3_bar02:checked ~ #links02.more:last-child,
#clm_3_bar03:checked ~ #links03.more:last-child {
	margin-bottom: 40px;
}
/*閉じた状態の矢印描画*/
.clm_3 label span::after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 15px;
  top: 50%;
  margin: auto;
	margin-top: -6px;
}
/*開いた状態の矢印描画*/
.clm_3 input[type=checkbox]:checked + label span::after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 15px;
  top: 50%;
  bottom: 0;
  margin: auto;
	margin-top: -4px;
}


.clm_2 {
	margin: 35px auto 58px;
}

.clm_2>div {
	box-sizing: border-box;
	padding: 30px;
	background: #f5f5f5;
	margin-bottom: 25px;
}

.clm_2 h3 {
	max-width: 95px;
	margin: 0 auto;
	line-height: 1;
}

.clm_2 p {
	margin: 20px 0 28px;
}

.clm_2 p span {
	font-weight: bold;
}

.clm_2 fig {
	max-width: 195px;
	margin: 0 auto;
	display: inline-block;
}

.list_note {
	padding: 0;
}

.list_note li {
	list-style: none;
	text-align: left;
	padding-left: 0.8em;
	text-indent: -0.8em;
}

.list_note li::before {
	content: "※";
}
.list_note li a.link_outside {
	margin-left: 0.8em;
}

.convertion {
	margin-bottom: 70px;
}
.convertion h3 {
	font-size: 4vw;
	font-weight: bold;
	margin: 15px auto 0;
}

/*0613追記*/

.flex_layout {
    display: flex;
    justify-content: center;
	align-items: center;
}

.txt_left {
    text-align: left;
}

.txt_left span{font-weight: bold;}

.flex_layout p {
    margin-left: 20px;
}

.flex_layout img {
    width: 80px;
}