@charset "utf-8";



/*
 base tag
 ------------------------------------------------- */
 h1{
	padding: 0;
	line-height: 2.2em;
	margin: 0 0 0.75em;
	font-size: 2em;
	text-align: center;
}

#header h1,
#header p#title{
	padding: 1rem 0;
}
#header h1 a,
#header p#title a{
	display: grid;
	grid-template-columns: 93px 1fr;
	gap: 33px;
	align-items: center;
}

h2 {
	position:relative;
	height: 2em;
	line-height: 2em;
	padding: 0.25em 1em;
	color: #FFFFFF;
	background-color: #115FAD;
	margin: 0 0 1em;
	font-size: 1.25em;
	border-radius: 6px;

}

body.notion #midashi {
    background: url(../images/enquete/background_result.jpg) no-repeat;
    background-size: cover;
}

body.notion #midashi h1 {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 240%;
    font-weight: bold;
}

body.notion #content_wrapper {
    max-width: 100%;
}

body.notion #column_wrap {
    max-width: 1200px;
    margin: 0 auto;
}

body.notion #column_wrap {
    display: flex;
    gap: 40px;
    justify-content: space-around;
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
#header h1 a,
#header p#title a{
	grid-template-columns: 54px 1fr;
	gap: 20px;
}
}
@media screen and (max-width: 540px) {
	body.notion #midashi h1 {
		height: 160px;
		font-size: 150%;
	}
}

/*-- keyframes --*/

@keyframes mov-waving {
    0%, 100% {
		transform: translateY(0);
    }
    50% {
		transform: translateY(-30px);
    }
}

@keyframes mov-zoom {
    0%, 100% {
		transform: scale(1);
    }
    50% {
      /* transform: scale(0.7) translateY(3.7px); */
		transform: scale(0.7) translateY(5.55px);
    }

}

.mov-waving {
    animation: 3800ms mov-waving infinite;
}

.mov-zoom {
    animation: 3800ms mov-zoom infinite;
}





/*-- feedback_container --*/
body.notion #feedback_container {
    background: url(../images/enquete/background_feedback.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    margin-top: 80px;
	font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}


body.notion #feedback_container {
    margin-top: 40px;
    position: relative;
}

body.notion #feedback_container h1 {
	color: #005ead;
	font-size: 2rem;
	font-weight: bold;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	text-align: left;
	border-bottom: solid 2px #005ead;
}

body.notion #feedback_container p#robotkun {
    position: absolute;
    bottom: 3%;
    right: 0;
    width: 280px;
}

body.notion #feedback_container p#robotkun img {
    width: 100%;
}

body.notion #feedback_container>.wrap {
	max-width: 1200px;
    margin: 0 auto;
    padding: 0;
	position: relative;
}

body.notion #feedback_container>.wrap #comment_wrap {
    width: 68%;
    min-height: 300px;
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    font-size: 128%;
    font-weight: 500;
    position: relative;
}

body.notion #feedback_container>.wrap #comment_wrap:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 0 56px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -50px;
    bottom: 30%;
}

body.notion #feedback_container>.wrap #comment {
    min-height: 200px;
}

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

	body.notion #feedback_container>.wrap {
		max-width: calc(100% - 60px);
	}

}


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

	body.notion #feedback_container h1 {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	
    body.notion #feedback_container p#robotkun {
        bottom: -16vw;
        right: 2%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
    }
	body.notion #feedback_container p#robotkun img {
		max-width: 18vw;
	}
    body.notion #feedback_container {
        margin-top: 20px;
		margin-bottom: 50px;
    }
    body.notion #column_wrap footer:last-of-type {
        position: relative;
        bottom: 0;
    }
}
@media screen and (max-width: 520px){

	body.notion #feedback_container h1 {
		font-size: 1.25rem;
	}

	body.notion #feedback_container {
		padding-top: 40px;
	}

	body.notion #feedback_container > .wrap {
		max-width: calc(100% - 60px);
		padding: 0;
	}

	body.notion #feedback_container p#robotkun {
		bottom: -19vw;
	}


}

@media screen and (max-width: 960px){
    body.notion #column_wrap footer {
        display: none;
    }
}

body.notion #feedback_container>.wrap #comment_wrap {
    width: calc(100% - 410px);
    min-height: 300px;
    background: #fff;
    padding: 40px;
    border-radius: 24px;
    font-size: 1.25rem;
    font-weight: 500;
    position: relative;
}

@media screen and (max-width: 960px){
    body.notion #feedback_container>.wrap #comment_wrap {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	body.notion #feedback_container>.wrap #comment_wrap:after {
		content: none;
	}
}
@media screen and (max-width: 520px){
	body.notion #feedback_container>.wrap #comment_wrap {
		padding: 30px;
	}
}


body.notion .notion_list li {
	margin-bottom: 8px;
	padding-left: 34px;
	position: relative;
}

body.notion .notion_list li::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/notion/check.png);
	background-size: contain;
	position: absolute;
	top: 7px;
	left: 0;
}

body.notion .notion_list li.highlight {
	font-weight: bold;
    color: #115fad;
}

body.notion .notion_comment {
	margin-top: 30px;
}

@media screen and (max-width: 1100px){
	body.notion .notion_list li {
		margin-bottom: 5px;
		padding-left: 30px;
	}

	body.notion .notion_list li,
	body.notion .notion_comment {
		font-size: 0.8em;
	}
	body.notion .notion_list li::before {
		width: 20px;
		height: 20px;
	}

}
@media screen and (max-width: 520px){
	body.notion .notion_list li,
	body.notion .notion_comment {
		font-size: 0.7em;
	}
	body.notion .notion_list li {
		padding-left: 25px;
	}
	body.notion .notion_comment {
		margin-top: 20px;
	}
	body.notion .notion_list li::before {
		width: 16px;
		height: 16px;
		top: 5px;
	}
}

/* --- btn_list --- */

body.notion .btn_list {
	padding: 50px 0 80px;
	display: flex;
    justify-content: center;
	gap: 3%;
}

body.notion .btn_list.col2 li {
	width: 280px;
    border-radius: 0.25em;
}

body.notion .btn_list li a {
    text-align: center;
    line-height: 3em;
    font-size: 1.1em;
    color: #fff;
    text-decoration: none;
    display: block;
}

body.notion .btn_list li.color01 {
    background: #00728e;
}

body.notion .btn_list li.color02 {
    background: #999;
}

@media screen and (max-width: 660px){
	body.notion .btn_list {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	body.notion .btn_list.col2 li {
		max-width: 100%;
	}

}

/* --- footer --- */
#footer_wrapper {
	background-color: #1d1d1d;
	color: #fff;
}

#footer {
	margin: 0 auto;
	padding: 0.5em 0 3em;
}

#footer ul#footer_nav {
	list-style: none;
	margin: 0.5em auto 0;
}

#footer ul#footer_nav li {
	float: left;
	padding-right: 2em;
}

#footer ul#footer_nav li a
{
	display: block;
	line-height: 1.8em;
	padding:  0 0 0 18px;
	color: #000;
	position: relative;
	background: url(../../common/arrow.png) left 50% no-repeat;
}
/*
#footer ul#footer_nav li a:after
{
	position: absolute;
	border-right: 3px solid #67A139;
	border-top: 3px solid #67A139;
	content: "";
	width: 4px;
	height: 4px;
	left: 0px;
	top: 50%;
	margin-top: -4px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: none\9;
	background-color: #67A139\9;
}
*/
#footer #footer_copyright {
	clear: both;
	margin: 3em auto 0;
	text-align: center;
	padding: 0.5em 0 1.5em;
}

#footer #footer_lead {
	clear: both;
	margin: 0 auto;
	text-align: left;
	padding: 1em 0 0;
}
