.page_wrapper.wide{
	max-width: 1240px;
	margin: auto;
}

.assessment form * , .assessment th * , .assessment td *, .assessment th p *{
    font-size: 12px !important;
}

@media screen and (max-width: 767px) {
	.assessment form * , .assessment th * , .assessment td *, .assessment th p *{
    font-size: 16px !important;
	}
.assessment form span.text_red{
        font-size: 0.7rem !important;
    }
}

h2 {
    font-size: clamp(20px, 1.5rem, 1.6rem);
    margin-bottom: 1em;
    margin-top: 1em;
    line-height: 1.55;
	text-align: center;
}

.Cta--blue-top .Seconds.yellow {
    font-size: 30px !important;
}

.app__wrap .Left__wrap P{
	font-size: 1.0rem;
}

.FV__image{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}


h2.small{
	font-size: 1.2rem;
}

.assessment input[type="submit"]{
	padding: 12px;
	background: #ff7a59;
	font-size: 15px;
}

.assessment input[type="submit"]:hover{
	box-shadow: none;
	opacity: 0.7;
}

.assessment .Cta--blue-top span.Seconds{
	font-size: 30px;
}

.app__wrap .Cta--blue-top:after{
	display: none;
}

.app__wrap .Cta--blue-top{
	margin-bottom: 0;
}

.app__wrap{
	display: flex;
	column-gap: 2%;
	justify-content: space-between;
}

.page_wrapper.wide h2:after{
	display: none;
}

.assessment .Contact-table-wrapper th p {
    font-size: 0.75rem;
}

.assessment select{
	padding: 7px;
}

.assessment form *{
	font-size: 12px;
}

.app__wrap .Left__wrap{
	width: 40%;
}

.app__wrap .Left__wrap .media__logo{
	display: flex;
	column-gap: 1%;
	flex-wrap: wrap;
	row-gap: 2vh;
}

.app__wrap .Left__wrap .media__logo picture{
	width: calc(96% / 4);
}

.app__wrap .Right__wrap{
	width: 58%;
	background: #fafaf9;
	padding: 1em;
}

.app__wrap .Cta--blue-top .Flex .Item:nth-of-type(2), .app__wrap .Cta--blue-top .Flex .Wh-icon{
	font-size: 1.15rem;
}

.app__wrap .Contact-table-wrapper th, 
.app__wrap .Contact-table-wrapper td{
	padding: 15px;
}
.app__wrap .tel__title{
background: #2540a7;
color:#fff;
font-weight: bold;
font-size: 1.1rem;
text-align: center;
margin-bottom: .5em;
padding: .75em;
}

.sectTit {
	position: relative;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
  }

 
.media__tit{
	text-align:center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {

	.app__wrap{
		flex-direction: column;
	}
	.app__wrap .Left__wrap, .app__wrap .Right__wrap{
		width: 100%;
	}
}
.sp__list dt{
	font-size:1.1rem;
}
@media screen and (max-width: 767px) {
	.assessment input[type="submit"]{
		padding:1.25em 12px;
	}
	.app__wrap .Contact-table-wrapper td{
		padding:15px 0;
	}
	table.comm_mb20 td, table.comm_mb20 th{
		border: none;
	}
	.assessment form *, .assessment form th, .assessment .Contact-table-wrapper th p{
		font-size:16px;
	}
	footer #menu{
		display:none;
	}
	.footer_logo {
    width: 250px;
}
	.drawer-menu_logo.app{
		justify-content: center;
		max-width: 100%;
	}

	.sectTit{
		font-weight:bold !important;
	}
	.sectTit:after, .sectTit:before{
		display:none !important;
	}
	.page_wrapper.wide h2{
		font-size: 1.25rem;
	}

	.Right__wrap h2{
		margin-top: 0 !important;
	}

	.app__wrap .Right__wrap{
		padding: 0;
		margin-top: 2em;
		background: #fff;
	}

	.app__wrap{
		flex-direction: column;
	}
	.app__wrap .Left__wrap .media__logo{
		display: none;
	}

	.tel--wrap .Text .Box a.tel{
		padding-left: 0 !important;
	}

	.app__wrap .Left__wrap, .app__wrap .Right__wrap{
		width: 100%;
	}

	.app__wrap .Left__wrap, .app__wrap .Right__wrap{
		margin-top: 0;
	}

	.app__wrap .Cta--blue-top .Flex .Item:nth-of-type(2){
		font-size: 0.75rem;
	}

	.app__wrap .sectTit{
		font-size: 13px;
	}

	.sectTit.media__tit{
		font-size: 18px;
	}

	.app__wrap .tel__title{
		font-size: 0.9rem;
		padding: .5em .2em;
		margin-bottom: 0;
	}
	.page_wrapper.wide h2.top{
		margin-top: 30px;
		margin-bottom: .5em;
	}

	.assessment .tel_title.big{
		font-size: 1.0rem;
	}
.sp__list{
	font-size:1.0rem;
}
		p.privacy_text, p.privacy_text a{
		font-size:0.8rem !important;
	}
	.form__check input[type="checkbox"]{
		margin-top: 5px !important;
	}
	.form__check{
		margin:1em auto 1em !important;
	}
}

.balloon-chat {
display: flex;
flex-wrap: wrap;
}

.balloon-chat.left { 
flex-direction: row
}

.balloon-chat.right { 
flex-direction: row-reverse;
}

.chatting {
position: relative;
display: inline-block;
margin: 10px 20px;
margin-bottom:2em;
padding: 10px 20px;
background: #fff;
border:2px solid #ddd;
text-align: left;
border-radius: 12px;
}

.chatting::after {
content: "";
border: 15px solid transparent;
border-top-color: #ddd;
position: absolute;
top: 10px;
z-index:-1;
}
.left .chatting::after {
left: -15px;
}
.right .chatting::after {
right: -15px;
} 
.balloon-chat figure img {
border-radius: 50%;
border: 1px solid #ddd;
margin: 0;
}
.icon-img {
width: 80px;
height: 80px;
}
.icon-name {
width: 80px;
font-size: 14px;
text-align: center;
font-weight:bold;
color: #0000ff;
}
.balloon-chat.right .icon-name {
	margin-left:auto;
color: #ff00ff;
}
p.chat-text, .chatting p{
	margin-bottom:0;
}

.chatting__wrap{
	max-width:calc(100% - 80px);
}
@media screen and (max-width: 767px) {
	.icon-img {
    width: 50px;
    height: 50px;
}
.chatting__wrap {
    max-width: calc(100% - 50px);
}
	p.chat-text{
		font-size:0.9rem;
	}
	.chatting{
		margin: 10px 10px;
	}
}

.media__tit{
	font-weight:bold;
}

div.assessment{
	background: #fff;
}
section.assesment__wrap{
padding-top:0;margin-top:1.5em;
}
.header_inner.center{
	justify-content: center;
}

div.assessment .page_wrapper.wide{
	background: #fff;
	padding: 2.6vw;
}

.Cta--blue-top .Flex .Item:first-child {
    width: 30%;
    padding-right: 0.5em;
    border-right: 2px solid #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.Cta--blue-top .Flex .Item:nth-of-type(2) {
    width: 70%;
    padding-left: 0.5em;
    text-align: center;
    font-size:1.45rem;
}

.Cta--blue-top:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #253fa7 transparent transparent transparent;
}

.Cta--blue-top .Flex .Wh-icon {
    background: #fff;
    padding: 0.5em;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    color: #2540a7;
    margin-right: 10px;
}

.Cta--blue-top span.Seconds {
    font-size: 45px;
	font-weight: bold;
}

span.yellow {
    color: #fffc00;
}

/**************

sp

**************************/

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

	.Left__wrap .block-wrap:first-of-type{
		margin-bottom: 0;
	}

	section.assesment__wrap{
		padding-top:0;margin-top:0;
		}
	.Cta--blue-top {
	    font-size: 1.0rem;
	}

	.Cta--blue-top .Flex .Item:first-child {
	    line-height: 1.2;
	    width:100%;
	}

	.Cta--blue-top .Flex .Item:first-child {
	    padding: 0 0 0.22em 0;
	    border-bottom: 1px solid #fff;
	    margin-bottom: 0.35em;
	    border-right: none;
	}

	.Cta--blue-top .Flex .Item:nth-of-type(2) {
	    padding-left: 0;
	    width:100%;
	    font-size:1.35rem;
	}

	.Cta--blue-top:after{
	 bottom:-15px;
	}
	.app__wrap .Cta--blue-top{
		margin-top: 1em;
		padding:.5em .25em;
	}
	
}

a.Blue-Btn{
    font-family: 'Noto Sans JP',貂ｸ繧ｴ繧ｷ繝�け菴�, 'Yu Gothic', YuGothic,'繝偵Λ繧ｮ繝手ｧ偵ざ繧ｷ繝�け Pro', 'Hiragino Kaku Gothic Pro', 繝｡繧､繝ｪ繧ｪ, Meiryo, Osaka, '�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け', 'MS PGothic', sans-serif;
    color: #FFFFFF;
    display: block;
    margin: 2em auto 0 auto;
    padding: 25px;
    background-color: #185aab;
    border: 0px;
    border-radius: 3px;
    max-width:400px;
    box-sizing: broder-box;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 1px;
	text-align:center;
}

a.Blue-Btn:hover{
	text-decoration:none;
	color:#fff;
	opacity:0.8;
}

a.Blue-Btn:after {
	font-family: "FontAwesome";
	content: '\f105';
    display:inline-block;
	margin-left:.5em;
	}

	.tel--wrap .Text {
    padding: 1em;
    background: #fff;
    text-align: center;
}

.tel--wrap .Text .Box {
    position: relative;
    display: inline-block;
}

.tel--wrap a.tel:before {
    content: '';
    background: url(images/tel.svg)no-repeat left top;
    position: absolute;
    left: 0px;
    top: 2.5px;
    background-size: contain;
    width: 30px;
    height:30px;
    margin-right: 5px;
}

.sectTit:after, .sectTit:before{
	background: #fff !important;
}

.tel--wrap .Text .Box a.tel {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Heebo', sans-serif;
    text-align: center;
    position: relative;
    line-height: 1.25;
    padding-left: 35px;
    padding-top: 0;
    letter-spacing: 0.02em;
    margin: 0 auto 0 auto;
    color: #b00808;
	text-decoration: none;
    display: inline-block;
}

.tel--wrap .Text p.min{
 margin-bottom:0;
 font-size:0.85rem;
}

.assessment select {
    padding: 7px !important;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, select {
    background-color: #fafafa !important;
    border: 2px solid #ccc !important;
    padding: 1em !important;
    width: 100%;
	    border-radius: 3px !important;
}

.form__check input[type="checkbox"]{
	margin-top: 2px;
}

.assessment input[type="submit"]{
	border-bottom: none !important;
	    border-radius: 3px !important;
	font-size: 18px !important;
}

.assessment input[type="submit"]:disabled {
    background: #999;
    color: #101010 !important;

}