@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
html { 
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body{
	font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
	background:#f6f4f9;
}
img{
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	line-height: 1.0em;
}
.wrap{
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}
.forPC{
	box-shadow: 6px 0px 30px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
}
.forSP{
	background: #fff;
}
.section-2{
	background-image: url("../images/pc/2512_newaccount2026_PC_02bg.jpg")
}
.annotation{
	text-align: left;
	max-width: 690px;
	margin:0 auto;
}
.cp_box1 {
  position: relative;
}
.cp_box1 input {
  display: none;
}
/*開くためのボタンとテキストを隠すグラデーションの設定*/
.cp_box1 label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  bottom: -45px;
  width: 100%;
  height: 290px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
/* 開いた時にグラデーションを消す */
.cp_box1 input:checked + label {
  background: inherit;
}
.cp_box1 input:checked + label {
  /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}
.cp_box1 .cp_container {
  overflow: hidden;
  height: 120px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
/*続きをよむボタン*/
.cp_box1 label:after,
.cp_box1 label::before {
  content: '';
  position: absolute;
  line-height: 2.5rem;
}
.cp_box1 label:after {
  z-index: 2;
  bottom: 20px;
  width: 20em;
  height: 2em;
  line-height: 2em;
  content: 'シミュレーションの詳細を見る';
  font-size: 28px;
  font-weight: bold;
  color: #a4a4a4;
  background: #fff;
  border-radius: 50px;
  border: solid 2px #a4a4a4;
}
.cp_box1 label::before {
  position: absolute;
  bottom: 38px;
  left: calc(50% - -22em);
  z-index: 3;
  width: 20px;
  height: 16px;
  background: #a4a4a4;
  clip-path: polygon(50% 100%, 0 0, 100% 0)
}
/*閉じるボタン*/
.cp_box1 input:checked + label:after {
  content: '閉じる';
}
.cp_box1 input:checked + label:before {
  left: calc(50% - -22em);
  transform: scale(1, -1);
}
.cp_box1 input:checked ~ .cp_container {
  height: auto;
  transition: all 0.5s;
}
.mb20{
	margin-bottom: 20px;
}
.mb50{
	margin-bottom: 50px;
}
.bg_gray{
	background: #f7f7f7;
}
.annotation ul {
  display: table;
  width: 100%;
  margin: 0;
  padding-bottom: 50px;
  padding-left: 0;
}
.annotation li {
  list-style: none;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.annotation li .annotation_head {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 0.1em;
}
.annotation li .annotation_body {
  display: table-cell;
  vertical-align: top;
}
.space{
	margin-left: 4.8em;
	text-indent: -4.8em;
}

.cta-btn{
	width: 690px;
	margin: 0 auto 35px;
}
.logo{
	max-width: 314px;
}
.FFG_logo{
	width: 496px;
	margin: 0 auto;
}
.btn_floating{
  width: 690px;
  position: fixed;
  transform: translateX(50%);
  right: 50%;
  bottom: 10px;
  z-index: 200;
}

@media screen and (max-width: 768px){
	.wrap{
		width: auto;
	}
	.cta-btn{
		width: 88%;
	}
	.cp_box1 label:after {
		font-size: 1.5em;
		width: 18em;
	}
	.cp_box1 label::before {
		bottom: 3em;
		width: 12px;
		height: 10px;
		left: calc(50% - -11em);
	}
	.cp_box1 input:checked + label:before {
	    left: calc(50% - -11em);
	}
	.annotation{
		width: 90%;
	}
	.annotation ul{
		padding-bottom: 0;
	}
	.annotation li{
		font-size: 1em;
	}
	.pb20{
		padding-bottom: 20px;
	}
	.logo{
		width: 50%;
	}
    .FFG_logo{
    	width: 66%;
    	margin: 0 auto;
    }
    .flex-container{
	    display: flex;
	    flex-wrap: wrap;
        align-items: center;
    }
    .flex-container>div:nth-child(1){
    	width: 3%;
    }
    .flex-container>div:nth-child(2){
    	width: 30%;
    }
    .flex-container>div:nth-child(3){
    	width: 64%;
    }
    .flex-container>div:nth-child(4){
    	width: 3%;
    }
}
/*btn_floating*/
@media screen and (max-width: 768px){
	.btn_floating{
		width: 85%;
		position: fixed;
		right: 50%;
		bottom: 10px;
		z-index: 200;
	}
}



/*PC-SP*/
.wrap.forSP{
	display: none;
}
@media screen and (max-width: 768px){
	.wrap.forSP{
		display: block;
	}
	.wrap.forPC{
		display: none;
	}
}
