@charset "utf-8";
/* CSS Document */

/* TabL+PC */
.intro {
	background-image: url("../img/intro_bg.jpg");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.introCont {
	padding: 5% 5% 20%;
}
.intTit01 {
	margin-bottom: 11vw;
}
.intTxt01 {
	width: 51%;
	margin-bottom: 4%;
}
.intIcon01 {
	width: 20%;
  animation: fuwafuwa 2s ease-in-out infinite alternate;
  background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
  margin-top: 15px;
}
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0);
  }
  50% {
    transform:translate(0, -10px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0);
  }
}

.formBox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #2998E6;
	padding: 3% 5% 0;
	border-radius: 18px;
	margin-bottom: 10%;
	background-image: url("../img/cv_bg.png");
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: 18% 3%;
}
.formTxtArea {
	margin-bottom: 3%;
}
.formTit {
	margin-top: 2%;
	margin-bottom: 2%;
}
.formImg {
	margin-bottom: 2%;
}
.formTxt01 {
	font-size: 4.4vw;
	line-height: 7vw;
	color: #3AA1DB;
	margin-bottom: 2%;
}
.formTxt02 {
	font-size: 3vw;
	line-height: 6vw;
	margin-bottom: 3%;
}
.formTxt02 a {
	color: #036EB2;
}

	.red {color: #CE0000}
.black {color: #000000}
.green {color: #53909B}

fieldset {padding: 0!important;}

.cTit {
	margin-bottom: 3%;
}
.cImg01 {
	margin-bottom: 5%;
}
.cTxtArea01 {
	margin-bottom: 8%;
}
.c01Mtit01 {
	font-size: 5vw;
	margin-bottom: 3%;
}
.c01Txt01 {
	font-size: 3.7vw;
	line-height: 6.5vw;
	margin-bottom: 3%;
	color: #4C849B;
}
.attTxt01 {
	font-size: 2.3vw;
	text-indent: -10px;
	padding-left: 10px;
}
.c01Mtit02 {
	color: 4C849B;
	font-size: 5.7vw;
	margin-bottom: 3%;
}
.c01Li01 {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.c01Li01 li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 5%;
}
.c01Li01 li:nth-child(2n) {
	margin-right: 0;
}
.c01Txt02 {
	text-align: center;
	color: #22A638;
	font-size: 6vw;
	margin-bottom: 12%;
}

.c02Txt01 {
	color: #727171;
	font-size: 3.8vw;
	margin-bottom: 8%;
}
.c02Li01 {
	list-style: none;
}
.c02Li01 li {
	border-left: 15px solid #4C849B;
	padding-left: 5%;
	margin-bottom: 10%;
}
.c02Li01TxtArea {
	display: flex;
	justify-content: space-between;
}
.c02Li01Txt01 {
	font-size: 5.1vw;
	line-height: 9vw;
	margin-bottom: 5%;
}
.c02Li01Txt01 span {
	color: #2EA1DA;
}
.c02Li01Img01 {
	width: 30%;
}

/*セレクトボックス装飾ここから*/
.c02select {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.c02select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 3.4vw;
}
.c02select select::-ms-expand {
    display: none;
}
.c02select.cp_sl02 {
	position: relative;
	border: 5px solid #4C849B;
	/*background: #ffffff;*/
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%),linear-gradient(to right, #4C849B, #4C849B);
	background-position:calc(100% - 22px) calc(1em + 10%),calc(100% - 14px) calc(1em + 10%),100% 0;
	background-size:8px 8px,8px 8px,3em 100%;
	background-repeat: no-repeat;
}

.c02select.cp_sl02 select {
	padding: 13px 38px 13px 15px;
	color: #727171;
}
/*セレクトボックス装飾ここまで*/

.c02Btn01 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18%;
}

.c02Btn01 a {
	border-radius: 100px;
	padding: 3% 3%;
	display: block;
	text-align: center;
	border: 2px solid #4C849B;
	background-color: #4C849B;
	color: #fff;
	text-decoration: none;
	font-size: 7.4vw;
	line-height: 8vw;
	transition: all 0.2s;
}
.c02Btn01 a:hover,.c02Btn01 a:active {
	background-color: #fff;
	color: #4C849B;
}
.c02Btn01.inactive a {
	border: 2px solid #ccc;
	background-color: #ccc;
	pointer-events: none;
}

/*フッター*/
.footer {
	padding: 10% 0 8%;
	text-align: center;
}
.footLogo {
	max-width: 107px;
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
}
.footTxt01 {
	font-size: 3vw;
}


/*----------結果画面----------*/
.resTit01 {
	padding-top: 5%;
	margin-bottom: 10%;
	color: #4C849B;
	font-size: 9.7vw;
}
.resTit01.m0{
	padding-top: 5%;
	margin-bottom: 3%;
	color: #4C849B;
	font-size: 9.7vw;
}
.resTxt01 {
	font-size: 5.6vw;
}
.resNumArea {
	position: relative;
	padding-top: 50%;
}
.resNum {
	position: absolute;
	width: 42%;
	top: 15%;
	left: 50%;
	margin-left: -21%;
}
.resNumTxt {
	position: absolute;
	right: 0;
	top: 70%;
	font-size: 7vw;
}
.resImg01 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
}

.resTxt02 {
	padding-top: 2%;
	font-size: 3vw;
	margin-bottom: 8%;
}
.backBtn {
	margin-top: 10%;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8%;
}
.backBtn a {
	text-align: center;
	border-radius: 100px;
	padding: 3% 8%;
	display: block;
	border: 2px solid #4C849B;
	background-color: #4C849B;
	color: #fff;
	text-decoration: none;
	font-size: 3.5vw;
	transition: all 0.2s;
}
.backBtn a:hover,.backBtn a:active {
	background-color: #fff;
	color: #4C849B;
}

/* /TabL+PC */

/* TABP+SPL */
@media screen and (min-width: 801px) {
.intTit01 {
	margin-bottom: 100px;
}
.formTxt01 {
	font-size: 35px;
	line-height: 52px;
}
.formTxt02 {
	font-size: 24px;
	line-height: 42px;
}
.c01Mtit01 {
	font-size: 40px;
	margin-bottom: 3%;
}
.c01Txt01 {
	font-size: 29.5px;
	line-height: 54px;
	margin-bottom: 3%;
	color: #4C849B;
}
.attTxt01 {
	font-size: 18px;
	text-indent: -1em;
	padding-left: 1em;
}
.c01Mtit02 {
	color: #4C849B;
	font-size: 45px;
	margin-bottom: 3%;
}
.c01Txt02 {
	font-size: 45px;
}
	
.c02Txt01 {
	font-size: 30px;
}

.c02Li01Txt01 {
	font-size: 40px;
	line-height: 70px;
	margin-bottom: 5%;
}
.c02select select {
	font-size:18px;
}
.c02Btn01 a {
	font-size: 50px;
	line-height: 50px;
}
	
.footTxt01 {
	font-size: 26px;
}
	
/*----------結果画面----------*/
.resTit01 {
	font-size:78px;
}
.resTit01.m0{
	font-size: 70px;
}
.resTxt02 {
	font-size: 20px;
}
.resTxt01 {
	font-size:46px;
}
.resNumTxt {
	font-size: 60px;
}
	
.backBtn a {
	font-size: 30px;
}
	

	
	
}/* /TABP+SPL */

/* SPP */
@media screen and (max-width: 599px) {
.c02Li01 li {
	border-left: 7px solid #4C849B;
	padding-left: 5%;
	margin-bottom: 10%;
}
.c02select select {
	font-size: 3.8vw;
}
.c02select.cp_sl02 {
	position: relative;
	border: 3px solid #4C849B;
	/*background: #ffffff;*/
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%),linear-gradient(to right, #4C849B, #4C849B);
	background-position:calc(100% - 23px) calc(1em + 10%),calc(100% - 17px) calc(1em + 10%),100% 0;
	background-size:6px 6px,6px 6px,3em 100%;
	background-repeat: no-repeat;
}
}/* /SPP */

