@charset "UTF-8";

/***　共通タグ設定　***/
html{
    font-size: 16px; /* フォントサイズを10pxに設定　100％で16px */
	scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'ゴシックMB101 R', 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
    line-height: 180%;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: black;
    text-decoration: none;
}

/*a:hover, a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}*/

img{
	vertical-align: bottom;
}
/***　フォント設定　***/
.font_MBM{
	font-family: "ゴシックMB101 M";
}
.font_MBR{
	font-family: "ゴシックMB101 R";
}
.font_MBL{
	font-family: "ゴシックMB101 L";
}
.font_SGR{
	font-family: "UD新ゴ R";
}
.font_SGL{
	font-family: "UD新ゴ L";
}
.font_SGM{
	font-family: "UD新ゴ M";
}
.font_SGDB{
	font-family: "UD新ゴ DB";
}
.font_mfolk{
	font-family: "丸フォーク R";
}

.font12{
	font-size: 14px;
}
.font14{
	font-size: 14px;
}
.font15{
	font-size: 15px;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.font20{
	font-size: 20px;
}
.font22{
	font-size: 22px;
}
.font24{
	font-size: 24px;
}
.font25{
	font-size: 25px;
}
.font28{
	font-size: 28px;
}
.font40{
	font-size: 40px;
}
/***　フォントサイズ設定　***/



/***　フォントカラー設定　***/
.purple_std {
    color: #A393A7;
}
.text_purple{
    color: #725A75;
}
/***　背景色設定　***/


/***　PC用設定　***/
#phone_header{
    display: none;
}
.navToggle {
    display: none;
}
.pc_braws_hidden{
    display: none;
}
.hidden{
	display: none;
}
/*********************************************************
*** 本体設定 **********************************************
*********************************************************/

div{
	box-sizing: border-box;
	/*border: solid 1px red;*/
}


/***　ヘッダー　***/
#main_header{
	margin: 0;
}
.header_area{
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
}
.header_logo_block a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	margin-top: 47px;
	margin-left: 56px;
	margin-bottom: 21px;
}
.header_logo_block a >h1{
	margin-right: 28px;
}
.header_entry_block{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header_entry_block a{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	line-height: 150%;
	width: 87px;
	height: 81px;
	color: white;
	padding-bottom: 10px;
	box-sizing: border-box;
	border-radius: 0px 0px 5px 5px;
}
.sns_block{
	margin-left: 10px;
}
.sns_block a{
	display: inline;
}
.sns_block a:hover{
	opacity: 0.6;
}

.entry_challenge a:hover{
    background-color: #D26978;
}
.entry_test a:hover{
    background-color: #9974A2;
}
.entry_web a:hover{
    background-color: #B994C2;
}

.entry_challenge{
    background-color: #D1848F;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	border-radius: 0px 0px 5px 5px;
}
.entry_test{
	margin-left: 10px;
    background-color: #A393A7;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	border-radius: 0px 0px 5px 5px;
}
.entry_web{
	margin-left: 10px;
    background-color: #B1A8CD;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	border-radius: 0px 0px 5px 5px;
}



.main_header_btn{
	width: 100%;
	background-color: #725A75;
}

.main_header_btn ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_header_btn ul li{
	margin: auto 20px;
}
.main_header_btn ul li a{
	color: white;
}
.main_header_btn ul li a:hover{
	opacity: 0.5;
}



/***　フッター　***/
#footer{
	margin: 0;
	padding: 36px;
	background-color: #A393A7;
}
.footer_menu_area{
	width: 1280px;
	margin: 0 auto;
}

.footer_menu_block ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_menu_block ul li{
	margin: auto 20px;
}
.footer_menu_block ul li a{
	color: white;
}
.footer_menu_block ul li a:hover{
	opacity: 0.5;
}
.footer_company{
	margin-top: 12px;
	text-align: center;
	color: white;
}
.footer_address{
	margin-top: 46px;
	color: white;
	text-align: center;
	font-size: 14px;
}










/***　トップページ　***/
#top_billboard_area{
	background: linear-gradient(#BCA3C0, #FFFFFF);
}
.top_billboard_block{
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.center_area{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}
.text_underline_block{
	margin-top: 70px;
	margin-bottom: 30px;
}
.text_underline{
	font-size: 24px;
	font-weight: bold;
	color: #725A75;
	line-height: 200%;
	vertical-align: bottom;
	  background: -moz-linear-gradient(top, #FAADB9, #FFF);
	  background: -webkit-linear-gradient(top, #FAADB9, #FFF);
	background:linear-gradient(to bottom, #FFFFFF 60%, #FAADB9 60% 85%,#FFFFFF 85% 100%);
}


#category{
	width: 1280px;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 35px;
}
.category_title{
	color: #725A75;
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px;
}
#category ul{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 21px;
	font-family: "丸フォーク R";
	color: white;
}

#category ul li{
	width: 124px;
	height: 124px;
	background-color: #B1A8CDB3;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 62px;
	margin-right: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 3px 6px #00000029;
}

#category ul li:last-child{
	margin-right: 0;
}
#category ul li.category_deep_color{
	background-color: #B1A8CD;
}
.recommend_area div{
	margin: 20px auto;
}
.recommend_text{
	color: #725A75;
	font-family: "丸フォーク R";
	font-size: 22px;
}
#philosophy_area{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 80px;
}
#philosophy_area div{
	width: 100%;
	margin: 6px auto;
}
.philosophy{
	color: #725A75;
	text-shadow: 0px 3px 6px #00000029;
}
.text-right{
	text-align: right;
}


#position_diagram_area{
	background-color: #F2EEF3;
	padding: 35px 0;
	margin-top: 60px;
}
#position_diagram_area div{
	margin: 12px;
}
.position_diagram_title{
	color: #725A75;
	font-size: 22px;
}
#position_diagram_area p{
	margin-top: 30px;
}
.position_diagram_message{
	font-size: 24px;
	font-family: "丸フォーク M";
	color: #725A75;
}
.position_diagram_strong{
	color: #725A75;
}


#test_flow_area{
	margin-top: 60px;
}
#test_flow_area div{
	margin: 20px 0;
}
.test_flow_block{
	width: 630px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.test_flow_title{
	color: #725A75;
}

.step_arrow{
  border-top: 50px solid #B1A8CD;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
}
.qualification{
	background-color: #B1A8CD;
	border-radius: 50%;
	padding: 30px;
	color: white;
	font-size: 26px;
	margin-bottom: 0 !important;
}

.pro_road{
	font-family: "UD新ゴ B";
	font-size: 20px;
	color: #B1A8CD;
}

#examination_area{
	margin-top: 40px;
}
#examination_area img:hover{
	filter: brightness(80%) saturate(150%) contrast(140%);
}


#textbook_area{
	background-color: #F2EEF3;
	margin-top: 90px;
	color: #725A75;
	padding-bottom: 75px;
}
.textbook_block{
	width: 900px;
	margin: 0 auto;
}
.textbook_area_title{
	width: 240px;
	text-align: center;
	color: white;
	background-color: #B1A8CD;
	border-bottom-right-radius: 10px;
}
.textbook_width{
	width: 550px;
	margin: 0 auto;
}
.textbook_title{
	margin-top: 35px;
	margin-bottom: 15px;
}
.textbook_countermeasure{
	display: flex;
	justify-content: center;
	align-items: center;
}
.textbook_problems{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 52px;
}
.textbook_countermeasure div, .textbook_problems div{
	text-align: center;
	line-height: 240%;
}
.textbook_countermeasure div:first-child, .textbook_problems div:nth-child(2){
	margin-right: 45px;
}
.textbook_problems_intro{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: #DFA6AE;
	line-height: 130% !important;
	width: 128px;
	height: 128px;
	top: 0;
	left: -154px;
	border-radius: 64px;
}
.textbook_block img{
	margin: 4px;
	box-shadow: 0px 3px 6px #00000040;
	vertical-align: bottom;
}
.textbook_block >div >div >a{
	display: inline-block;
	transition-duration: 0.5s;
}
.textbook_block >div >div >a:hover{
	background-color: #B1A8CD;
}





#page-top{
  width:50px;
  height:50px;
  display:none;
  position:fixed;
  right:50px;
  bottom:130px;
  z-index: 1;
}

#page-top a{
  margin:0;
  padding:0;
  color:white;
  font-size: 186%;
  font-weight: bold;
  text-align:center;
  background:#B1A8CD;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

#page-top a:hover{
  background:#51486D;
}
#move-page-top{
  color:#fff;
  line-height:50px;
  text-decoration:none;
  display:block;
  cursor:pointer;
}


/***検定ボタン********************************/
#test_fixed{
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 99;
}
#test_fixed .top_test_reservation{
	width: 246px;
	height: 100%;
	margin-bottom: 0;
	background-color: #ffa9bc;
}
#test_fixed .top_test_reservation >div{
	margin-left: 4%;
}

#test_fixed .top_test_reservation >div a{
	display: block;
	padding: 8px 0;
	text-align: center;
	box-sizing: border-box;
	line-height: 120%;
	background-color: #ff0040;
}
#test_fixed .top_test_reservation >div a >div{
	margin: 8px auto;
}
#test_fixed .top_test_reservation >div a >div:last-child{
	color: white;
}
#test_fixed span{
	color: #ff0040;
	background-color: white;
}
#test_fixed .top_test_reservation:hover{
	opacity:0.7;
}


/*************************************************/
.eye_catch_area{
	width: 848px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.eye_catch_area a:hover{
	opacity: 0.6;
}

.kentei{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.kentei_content >div{
	margin: 6px;
}
.kentei_content{
	position: absolute;
	width: 88%;
	top: 122px;
	left: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kentei_uketsuke{
	color: white;
	background-color: #B1A8CD;
	font-weight: 600;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kentei_kikan{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #996611;
	font-weight: 600;
}
.kentei_kaisu{
	border: solid 1px #996611;
	padding: 6px;
	margin-right: 12px;
}
.kentei_nittei{
	margin-top: 6px;
	line-height: 160%;
}
.kentei_moushikomi{
	color: white;
	background-color: #D26978;
	font-weight: 600;
	border-radius: 8px;
	padding: 3px 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.eye_catch_voice{
	text-align: center;
	margin: 40px 0 100px 0;
}
.eye_catch_voice a:hover{
	opacity: 0.6;
}
.buy a{
	font-family: "UD新ゴ R";
	font-size: 20px;
	color: white;
	background-color: #B1A8CD;
	border-radius: 3px;
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 13px;
}
.text_read_trial a{
	font-family: "UD新ゴ R";
	font-size: 20px;
	color: white;
	background-color: #D0006F;
	border-radius: 3px;
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 13px;
}
.buy a:hover, .text_read_trial a:hover{
	opacity: 0.6;
	background-color: none;
}


#customer_voice_area{
	width: 1000px;
	margin: 0 auto;
	margin-top: 56px;
}
.voice_title{
	font-family: "UD新ゴ R";
	font-size: 22px;
	color: #725A75;
	margin: 0 auto;
	margin-bottom: 35px;
	text-align: center;
}
#customer_voice_area >div{
	width: 730px;
	padding: 30px;
	margin-bottom: 80px;
	border-radius: 10px;
	font-family: "UD新ゴ R";
	box-sizing: border-box;
}
.voice_person_title{
	font-size: 22px;
	font-family: "UD新ゴ M";
	margin-bottom: 15px;
}
.voice_01{
	background-color: #F2E6E8;
	position: relative;
}
.voice_01_triangle{
	position: absolute;
	left: 50px;
	bottom: -36px;
  border-top: 36px solid #F2E6E8;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
}
.voice_02{
	background-color: #E6F1F2;
	position: relative;
	margin: 0 0 0 auto;
}
.voice_02_triangle{
	position: absolute;
	left: 50px;
	bottom: -36px;
  border-top: 36px solid #E6F1F2;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
}
.voice_03{
	background-color: #E9E6F2;
	position: relative;
}
.voice_03_triangle{
	position: absolute;
	left: 50px;
	bottom: -36px;
  border-top: 36px solid #E9E6F2;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
}

#test_challenge_area{
	width: 1200px;
	margin: 0 auto;
	padding: 60px 100px;
	border: 2px solid #A393A7;
	box-sizing: border-box;
}
.challenge_title{
	font-family: "UD新ゴ R";
	font-size: 22px;
	text-align: center;
	color: #725A75;
	margin-bottom: 12px;
}
.challenge_sub_title{
	font-family: "UD新ゴ R";
	text-align: center;
	margin-bottom: 30px;
}
.challenge_value{
	font-family: "UD新ゴ L";
	text-align: center;
	margin-bottom: 30px;
}
.challenge_flow{
	font-family: "丸フォーク R";
	font-size: 22px;
	color: white;
	background-color: #A393A7;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 25px;
}
.challenge_step_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}
.challenge_step_line{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.challenge_step{
	font-family: "丸フォーク R";
	font-size: 18px;
	color: white;
	background-color: #D1848F;
	margin-right: 15px;
	padding: 0px 6px;
}
.challenge_step_block{
	width: 260px;
}
.challenge_step_arrow{
		width: 0;
	height: 0;
  border-left: 28px solid #D1848F;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
}
.challenge_sns_area{
	border: solid 1px #B1A8CD;
	padding: 30px;
	margin-bottom: 45px;
}
.sns_title{
	font-family: "UD新ゴ DB";
	font-size: 21px;
	color: #725A75;
	margin-bottom: 8px;
}
.sns_value{
	font-family: "UD新ゴ L";
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sns_value img{
	display: block;
	margin-right: 80px;
}










/*******************************************************************************/
/*     767px 以下      */
/*******************************************************************************/

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

    html {
        width: 100%;
    }
    body {
        width: 100%;
    }
    
    #container{
        width: 100%;
    }
    
    /***　スマホ用設定　***/
    #phone_header{
        display: block;
    }
    .pc_braws_hidden{
        display: block;
    }
    .phone_hidden{
        display: none;
    }
    /***　ハンバーガーナビメニュー ***/
    nav.phone_header_btn {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateY(-120%); /*初期位置（画面外を設定）*/
        transition: all 0.6s;
        background: #fff;
        color: #000;
        text-align: center;
        z-index: 99998;
    }
    nav.phone_header_btn ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        background: #B1A8CD;
    }
    nav.phone_header_btn ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px dotted #bbbbbb;
    }
    nav.phone_header_btn ul li img{
		height: 31px;
	}
    /* 最初のライン設定 */
    nav.phone_header_btn ul li:first-child {
        background: #D1848F;
    }
    /* 2行目ライン設定 */
    nav.phone_header_btn ul li:nth-child(2) {
		background-color: #A393A7;
    }
    /* 最終ライン設定 */
    nav.phone_header_btn ul li:last-child {
        padding-bottom: 0;
        /*border-bottom: none;*/
        box-shadow: 0 4px 8px #BBBBBB;
    }
    nav.phone_header_btn ul li a {
        display: block;
        color: #fff;
        padding: 10px 0;
    }
    nav.phone_header_btn ul li a:hover{
        color:#fff;
    }
    /* このクラスを、jQueryで付与・削除する */
    nav.phone_header_btn.active {
        transform: translateY(0%);
    }

    .navToggle {
        display: block;
        position: fixed;
        /* bodyに対しての絶対位置指定 */
        right: 13px;
        top: 12px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        z-index: 999999;
        background: #666;
        text-align: center;
        border-radius: 5px;
    }
    .navToggle span {
        display: block;
        position: absolute;
        /* .navToggleに対して */
        width: 30px;
        border-bottom: solid 3px #eee;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 6px;
    }
    .navToggle span:nth-child(1) {
        top: 9px;
    }
    .navToggle span:nth-child(2) {
        top: 18px;
    }
    .navToggle span:nth-child(3) {
        top: 27px;
    }
    .navToggle span:nth-child(4) {
        top: 36px;
    }
    .navToggle span:nth-child(5) {
        border: none;
        color: #eee;
        font-size: 9px;
        font-weight: bold;
        top: 45px;
    }

    /***　メニュータップ後のアクション　***/
    /* 最初のspanをマイナス45度に */
    .navToggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    /* 2番目と3番目のspanを45度に */
    .navToggle.active span:nth-child(2),
    .navToggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
/*****************************************************************/
  
/***　ヘッダー　***/
.header_area{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.header_logo_block a{
	margin-top: 30px;
	margin-left: 15px;
}

.header_logo_block a >h1{
	margin-right: 10px;
}
	.header_logo_block div{
		font-size: 14px;
	}
	
.main_header_btn ul{
	flex-wrap: wrap;
	font-size: 12px;
}

	.phone_link >a{
		text-align: center;
		display: block;
		color: white;
		background-color: #B1A8CD;
		padding: 5px 0;
	}
/*** トップページ ***/

.top_billboard_block{
	width: 100%;
		overflow: hidden;
}

	.top_billboard_block img{
		width: 140%;
		margin-left: -20%;
	}

#category{
	width: 100%;
}
	.text_underline{
		font-size: 20px;
		line-height: 150%;
	}
#category ul{
	justify-content: flex-start;
	}
#category ul li{
	width: 64px;
	height: 64px;
	border-radius: 32px;
	font-size: 12px;
	line-height: 130%;
	text-align: center;
}
	.recommend_area{
		width: 90%;
		margin: 0 auto;
	}
	.recommend_area img{
		width: 100%;
	}
	
	#philosophy_area{
		width: 95%;
		margin: auto;
	}
	#philosophy_area >div:nth-child(2),#philosophy_area >div:nth-child(3){
		font-size: 24px;
	}
	#philosophy_area >div:nth-child(3){
		text-indent: 1rem;
	}
	.text-right{
		display: block;
	}
	.text-left{
		display: block;
		text-align: left;
	}
	
	#position_diagram_area img{
		width: 100%;
	}
	
	#test_flow_area{
		width: 90%;
		margin: 45px auto;
	}
	.test_flow_block{
		width: 100%;
	}
	.test_flow_block img{
		width: 100%;
	}
	
	#examination_area{
		width: 110%;
		margin: 0 auto;
		margin-left: -5%;
	}
	#examination_area img{
		width: 100%;
	}
	
	.textbook_block{
		width: 95%;
	}
	.textbook_width{
		width: 100%;
	}
	.textbook_countermeasure{
		display: block;
	}
	.textbook_problems{
		display: block;
	}
	.textbook_problems_intro{
		position: static;
		width: 100%;
		height: 100%;
		border-radius: 0;
		padding: 15px 0;
	}
	.textbook_countermeasure div, .textbook_problems div{
		margin-top: 20px;
}
	.textbook_countermeasure div:first-child, .textbook_problems div:nth-child(2){
	margin-right: 0;
}
	
	
	
	
    
/***　フッター　***/
	#footer{
		padding: 20px;
		margin-bottom: 50px;
	}
	.footer_menu_area{
		width: 100%;
	}
	.footer_menu_block{
		width: 100%;
	}
	.footer_menu_block ul{
		font-size: 12px;
		flex-wrap: wrap;
	}
	
.footer_menu_block ul li{
	margin: auto 10px;
}
	
.footer_company{
	margin-top: 18px;
}
	.footer_address{
		font-size: 11px;
		line-height: 160%;
	}
	
	
	#page-top{
	  width:30px;
	  height:30px;
	  right:25px;
	  bottom:85px;
	}
	#page-top a{
	  font-size: 100%;
	  border-radius: 15px;
	  -webkit-border-radius: 15px;
	  -moz-border-radius: 15px;
	}
	#move-page-top{
	  line-height:30px;
	}

/***検定ボタン********************************/
#test_fixed{
	position: fixed;
	right: auto;
	left: 0;
	bottom: 0;
	z-index: 99;
	width: 100%;
}
#test_fixed .top_test_reservation{
	width: 100%;
	height: 100%;
	padding-bottom: 5px;
}
#test_fixed .top_test_reservation >div a{
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 22px 0;
	box-sizing: border-box;
	line-height: 120%;
}
#test_fixed .top_test_reservation >div a >div{
	margin: 3px auto;
}
#test_fixed .top_test_reservation >div a >div:last-child{
	font-size: 20px;
}
#test_fixed .top_test_reservation >div{
	margin-left: 0;
}

	
/*********************************************/
	.eye_catch_area{
		width: 100%;
		flex-wrap: wrap;
	}
	.eye_catch_area img{
		width: 170px
	}
	.kentei img{
		width:358px;
	}
	.eye_catch_voice img{
		width: 100%;
	}
	.eye_catch_voice a:hover{
		opacity: 0.6;
	}
	
	.text_read_trial{
		margin-bottom: 50px;
	}
	
	#customer_voice_area{
			width: 100%;
	}
	#customer_voice_area >div{
			width: 92%;
		margin: 0 auto;
		margin-bottom: 80px;
	}
	
	#test_challenge_area{
		width: 95%;
		padding: 40px 20px;
	}
	.challenge_step_area{
		display: block;
	}
	
	.challenge_step_block{
		width: 100%;
	}
	.challenge_step_arrow{
	  border-top: 28px solid #D1848F;
	  border-right: 21px solid transparent;
	  border-left: 21px solid transparent;
		margin: 20px auto;
	}
	
	
	.sns_value{
		display: block;
	}
	.sns_value img{
		margin: 0 auto;
	}

	.kentei_content{
		width: 90%;
		top: 76px;
		left: 8px;
		font-size: 11px;
	}
	.kentei_uketsuke{
		font-weight: 600;
		width: 46px;
		height: 46px;
		border-radius: 23px;
	}
	.kentei_nittei{
		font-size: 9px;
		line-height: 170%;
		margin-top: 10px;
	}
	.kentei_moushikomi{
		padding: 3px 9px;
	}
	
}/*　スマホ対応閉じ　*/
