img {
	image-rendering: -webkit-optimize-contrast;
}
/* ----------------------------------
/with_you/exercise/
---------------------------------- */
.mt0{margin-top: 0 !important;}
.mt20{margin-top: 20px !important;}
.ml10{margin-left: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.pc_only{display: block!important;}
.sp_only{display: none!important;}
.align-left{text-align: left !important;}
.font-bold{font-weight: bold;}
.color-yellow{color: #ffa24b;}
.bg-white{background: #fff;}
.border-yellow {
	border: 2px solid #ffa24b;
	border-radius: 20px;
	padding: 20px;
}
.border-yellow.yellow-green {
	border: 2px solid #cede68;
}
.border-yellow.green-blue {
	border: 2px solid #93d2d3;
}
.border-yellow.blue-yellow {
	border: 2px solid #fedd78;
}
#with-you .explanation-type1 > p {
	font-size: 2rem;
	color: #ffa24b;
}
#with-you .attention {
	display: block;
    padding: 10px 30px 8px;
    background: url("../img/attention_yellow.png") no-repeat left center;
}
.attention_list {
	margin-bottom: 30px;
    padding: 10px 15px 10px 10px;
    line-height: 1.6;
    border: 2px solid #ffc776;
    background: #fff;
    font-size: 15px;
    border-radius: 8px;
}
.attention_list li {
	margin: 5px 0 0 20px;
    padding-left: 0.3em;
    text-indent: -0.3em;
    line-height: 1.8;
}
.attention_list>li:before {
	content: "\0021";
    display: inline-block;
    margin: 0 0.3em 0 0;
    color: #ffa24b;
    font-weight: 600;
}
.attention_list_sub > li {
	display: inline-block;
}
.attention_list_sub > li:before {
	content: "\002022";
    display: inline-block;
    margin: 0 0.5em 0 0;
    color: #ffa24b;
}
.movie-notes .multiple {
	display: flex;
	flex-direction: column;
	padding-top: 0;
}
.movie-contents {
	padding-top: 30px;
}
.movies li {
    padding-bottom: 30px;
}
.ex_movie_title {
	position: relative;
    left: 5px;
    padding: 5px 5px 10px;
    background: #ffa24b;
    border-radius: 8px;
    margin: 30px 0;
}
.movie_head {
    display: inline-block;
    position: relative;
    left: -10px;
    padding: 10px;
    border: 2px solid #ffc776;
    background: #fff;
    font-size: 1.8rem;
    border-radius: 5px;
}
.movie_title {
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
}
.movie-right {
	margin-bottom: 20px;
}
.movie_lead {
	font-weight: bold;
}
.graph_overview dt {
	display: inline-block;
	background: var(--with-you-color1);
	color: #fff;
	padding: 0 10px;
	border-radius: 5px;
	margin: 0 0 15px;
}
@media screen and (max-width:640px) {
	#with-you .explanation-type1 > p {
		font-size: 1.6rem;
	}
	#with-you .attention {
		padding: 8px 30px 8px;
	}
	.attention_list_sub li:nth-child(3n) {
		padding-left: 0;
	}
	.movie_head {
		font-size: 1.6rem;
	}
	.movie_title {
		font-size: 2.2rem;
	}
}

/* ----------------------------------
/with_you/lifestage/
---------------------------------- */
.mt10{margin-top: 10px !important;}
.img-right{
	margin: 20px 0 0 auto;
}
h5{
	background: #ffa24b;
	color: #fff;
	padding: 10px 15px 10px;
	border-radius: 20px;
	border: 2px solid #ffa24b;
	box-sizing: border-box;
	margin: 40px 0 15px;
	font-size: 1.6rem;
}
.yellow_underline {
	border-bottom: 2px solid #ffa24b;
	color: #ffa24b;
	font-size: 1.8rem;
	padding-top: 15px;
	margin-bottom: 20px;
}
table{
	margin-top: 20px;
	width: 100%;
	font-size: 1.6rem;
	border-collapse: collapse;
  border-spacing: 0;
}
table th{
	/* color: #ffa24b;
	background: #f2fcf8;
	width: 26%;
	padding: 10px;
	vertical-align: top;
	border: 2px solid #ffa24b; */
	color: #fff;
	background: #ffa24b;
	width: 26%;
	padding: 10px;
	vertical-align: top;
	border-top: 2px solid #ffa24b;
	border-bottom: 2px solid #ffffff;
}
table tr:last-child th{
	border-bottom: 2px solid #ffa24b;
}
table td {
	width: 84%;
	background: #fff;
	padding: 10px;
	border: 2px solid #ffa24b;
}
.attention-box {
	margin-top: 20px;
}
.attention-box dt {
	display: block;
	background: #ffa24b;
	color: #fff;
	padding: 5px 10px 2px;
	border-radius: 10px 10px 0 0;
	border: 2px solid #ffa24b;
	text-align: center;
	box-sizing: border-box;
	font-size: 1.8rem;
}
.attention-box dd {
	border: 2px solid #ffa24b;
	overflow: hidden;
	background: #fff;
	border-radius: 0 0 10px 10px;
	margin: 0 0 30px;
	padding: 20px;
	box-sizing: border-box;
}
.attention-box.list-square-none li{
	list-style: disc;
	margin-left: 2rem;;
}
.attention-box.list-square-none li:before{
	display: none;
}
.attention-box.yellow-green dt{
	border: 2px solid #cede68;
	background: #cede68;
}
.attention-box.yellow-green dd{
	border: 2px solid #cede68;
}
.attention-box.green-blue dt{
	border: 2px solid #93d2d3;
	background: #93d2d3;
}
.attention-box.green-blue dd{
	border: 2px solid #93d2d3;
}
.attention-box.blue-yellow dt{
	border: 2px solid #fedd78;
	background: #fedd78;
}
.attention-box.blue-yellow dd{
	border: 2px solid #fedd78;
}
.attention-box.emergency dt{
	border: 2px solid #db0000;
	background: #db0000;
}
.attention-box.emergency dd{
	border: 2px solid #db0000;
}
.attention-box ul{
	margin-top: 20px;
}
.attention-box li {
	padding-left: 2rem;
	text-indent: -2rem;
}
.attention-box li:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #ffa24b;
	margin: 0 10px 0 0;
}
.attention-box-topic {
	border-bottom: 2px dotted #ffa24b;
	margin: 30px 0 15px;
}
.size-200{
	max-width: 200px;
	height: auto;
}
div.goto_pagelink{
	text-align: right;
}
.goto_pagelink p{
	display: inline-block;
	margin: 0 0 0 auto;
}
.goto_pagelink a {
	border: 1px solid #ffa24b;
	border-radius: 20px;
	padding: 6px 15px 8px;
	text-align: center;
	min-width: 150px;
	transition: all .3s;
	text-decoration: none !Important;
	display: block;
}
.goto_pagelink a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #ffa24b;
	margin: 0 0 -1px 10px;
}
.goto_pagelink a:hover{
	background: #ffa24b;
}
.goto_pagelink a:hover:after{
	border-color: transparent transparent transparent #fff;
}
#with-you section .goto_pagelink p:hover a{
	color: #fff;
}
.yellow_frame {
	margin-top: 20px;
	background: #fff;
	padding: 10px 15px 20px;
	border-radius: 10px;
	border: 2px solid #ffa24b;
	box-sizing: border-box;
	font-size: 1.6rem;
}
.yellow_frame li {
	padding-left: 2rem;
	text-indent: -2rem;
}
.yellow_frame li:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #ffa24b;
	margin: 0 10px 0 0;
}
ul.list-style-square{
	margin-top: 20px;
	font-size: 1.6rem;
}
ul.list-style-square li:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #ffa24b;
	margin: 0 10px 0 0;
}
h6 {
	font-size: 1.6rem;
	color: #ffa24b;
	margin: 15px 0 0;
}
h6:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #ffa24b;
	margin: 0 10px 0 0;
}
.color-red{
	color: #db0000;
}
.puberty_pdf a {
	color: #ffa24b;
	text-decoration: underline;
}
.puberty_pdf a:before {
	content: url("/common/img/common/icon_pdf.png");
	margin: 0 10px 0 0;
	position: relative;
	top: 8px;
}
#with-you .puberty_pdf a:before {
	content: url("/common/img/common/icon_pdf2.png");
	margin: 0 10px 0 0;
	position: relative;
	top: 8px;
}
div.flex-wrapper{
	justify-content: space-between;
}
.border-yellow p + div.flex-wrapper{
	margin-top: 20px;
}
ul.list-style-none li{
	list-style: none !important;	
}
.inner-50{
	width: calc(50% - 10px);
	padding: 20px;
}
.border{
	border: 2px solid #ffa24b;
	border-radius: 20px;
}
.inner-underline{
	text-align: center;
	border-bottom: 2px solid #ffa24b;
}
.column-box {
	border: 2px solid #ffa24b;
	background: #fff6d4;
	border-radius: 20px;
	overflow: hidden;
	margin: 50px 0 20px;
}
.column-box h3{
	display: flex;
	background-color: #ffa24b !important;
	color: #fff !important;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-weight: 500;
	padding: 15px;
}
.column-box h3 span {
	font-size: 70%;
	width: 85px;
	min-width: 85px;
	height: 40px;
	display: block;
	background: #fff;
	color: #ffa24b;
	padding: 10px;
	border-radius: 20px;
	text-align: center;
	margin: 0 10px 0 0;
	line-height: 1;
}
.column-box p{
	padding: 20px;
}
.column-box h4,
.column-box dl,
.column-box ul,
.column-box ol{
	padding: 0 20px;
}
.column-box dl ul{
	padding: 0;
}
.float-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.column-box .float-right{
	margin: 15px 15px 0 0;
}
div.flex-wrapper.tips-box {
	justify-content: flex-start;
	overflow: hidden;
	background-color: #fff6d4;
	border: 2px solid #f99954;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-top: 20px;
	padding: 20px;
}
.tips-box p{
	margin-left: 20px;
}
.flex-table .column1{
	text-align: center;
	background: #ffa24b;
	color: #fff;
	padding: 10px;
}
.flex-table .inner-50{
	padding: 0;
	width: calc(50% - 5px);
	display: flex;
	flex-direction: column;
}
.flex-table .column2{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #c3c3c3;
	text-align: center;
	height: 65px;
}
.flex-table .column2.bg-green{
	background: #009c64;
	color: #fff;
}
.flex-table .column2.bg-red{
	background: #ed8597;
	color: #fff;
}
.flex-table .column3.border-green{
	margin: auto 0 0 0;
	border: 1px solid #009c64;
	color: #009c64;
	padding: 15px;
}
.flex-table .column3.border-red{
	margin: auto 0 0 0;
	border: 1px solid #ed8597;
	color: #ed8597;
	padding: 15px;
}
div.flex-wrapper.flex-sm-column{
	padding: 20px;
	align-items: center;
}
.flex-wrapper.arrow-before {
	margin-top: 50px;
}
.arrow-before > div{
	position: relative;
	width: calc(33% - 10px);
}
.arrow-before > div::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 0 10px;
	border-color: #ffa24b transparent transparent transparent;
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	margin: auto;
}
.flex-wrapper.arrow-before p {
	text-align: center;
}
.attention-box dd.box-bg-yellow {
	background: #fff6d4;
	color: #ffa24b;
	margin: 0;
	border-radius: 0;
	border-bottom: 0;
	text-align: center;
}
.attention-box dd img.size-m{
	margin-bottom: 10px;
}
.bibliography-list{
	font-size: 1.6rem;
}
.bibliography-list p{
	background: #ffa24b;
	color: #fff;
	padding: 5px 10px;
	border-radius: 20px;
	border: 2px solid #ffa24b;
	box-sizing: border-box;
}
.bibliography-list li{
	font-size: 1.6rem;
	margin: 5px 0 0;
}
.bibliography-list li:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ffa24b;
	margin: 0 10px 0 0;
}
.dl-list-column{
	margin-top: 20px;
}
.dl-list-column dt{
	background: #ffa24b;
	color: #fff;
	padding: 5px 10px;
	border-radius: 20px;
	border: 2px solid #ffa24b;
	box-sizing: border-box;
}
.dl-list-column > dd {
	padding: 20px 10px;
}
.dl-list-column dd dt {
	color: #ffa24b;
	background: #fff6d4;
	border-radius: 20px 20px 0 0;
}
.dl-list-column dd dd {
	border: 2px solid #ffa24b;
	border-top: 0;
	padding: 5px 10px;
	background: #fff;
	margin: 0 0 15px;
	border-radius: 0 0 20px 20px;
	box-sizing: border-box;
}
ul.border-yellow li{
	font-size: 1.6rem;
	padding-left: 2rem;
	text-indent: -2rem;
	line-height: 1.8;
}
h4.type-list{
	font-size: 1.6rem;
	color: #ffa24b;
	line-height: 1.8;
}
h4.type-list:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffa24b;
    margin: 0 7px 0 0;
}
.attention-box ol li{
	font-size: 1.6rem;
	margin-left: 2rem;
	list-style-type: decimal;
	padding-left: 0;
	text-indent: 0;
}
.attention-box ol li:before {
	display: none;
}
span.caution {
	background: #eb566d;
	color: #fff;
	display: inline-block;
	line-height: 1.2;
	width: 20px;
	height: 20px;
	text-align: center;
	margin-right: 5px;
	border-radius: 50%;
}
.border-yellow li {
	font-size: 1.6rem;
	list-style: disc;
	line-height: 1.8;
	margin-left: 2rem;
}
.border-yellow ol li{
	list-style: decimal;
}
.inner-50.border-yellow span{
	display: block;
	color: #ffa24b;
	font-weight: bold;
}
.graph_overview ul li{
	text-indent: -1em;
	margin-left: 1em;
}
.point-dotted-underline{
	border-bottom: 2px dotted #ffa24b;
	padding: 10px 0;
}
.size-340{
	width: 340px;
	height: auto;
}
span.overview{
	background: #ffa24b;
	padding: 5px 10px;
	border-radius: 20px;
	color: #fff;
}
ul.list-style-disc li {
	font-size: 1.6rem;
	list-style: disc;
	line-height: 1.8;
	margin-left: 2rem;
}
.attention-box ul.list-style-disc + p{
	margin-top: 20px;
}
.attention-box .list-style-disc li:before{
	display: none;
}
@media screen and (max-width:768px) {
	.sm-mt0{margin-top: 0 !important;}
	.sm-mt20{margin-top: 20px !important;}
	.sm-mt40{margin-top: 40px !important;}
	.sm-mb10{margin-bottom: 10px !important;}
	.sm-ml0{margin-left: 0 !important;}
	.sm-order-0{order: 0;}
	.sm-order-1{order: 1;}
	.sm-order-2{order: 2;}
	.pc-only{display: none;}
	.inner-50{
		width: 100%;
		margin-top: 20px;
	}
	.inner-50.blank{
		margin-top: 0;
		padding: 0;
	}
	div.flex-wrapper.tips-box img{
		margin-top: 0;
		margin-bottom: 20px;
	}
	.tips-box p{
		margin-left: 0;
	}
	.flex-table .inner-50{
		width: 100%;
		margin-top: 0;
	}
	div.flex-wrapper.flex-sm-column{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	div.flex-wrapper.flex-sm-column > div{
		width: 100%;
	}
	.flex-wrapper.arrow-before {
		margin-top: 0;
		display: flex!important;
	}
	.flex-wrapper.arrow-before p{
		font-size: 1.2rem;
	}
	div.flex-wrapper.arrow-before img{
		margin: 20px 0 0;
	}
	.arrow-before > div{
		width: 31%;
    margin: 50px auto 0;
		padding: 10px 0;
	}
	.size-200{
		margin: 20px auto;
	}
}
@media screen and (max-width:480px) {
	.sp_only{display: block!important;}
	.pc_only{display: none!important;}
}
/* ----------------------------------
/with_you/hackathon/
---------------------------------- */
.about-hackathon {
	margin: 60px auto 0;
	max-width: 80%;
	padding: 20px;
    border: 2px solid #aaa;
    border-radius: 5px;
}
.about-hackathon > p{
	font-size: 1.4rem;
}
.about-hackathon .about {
	margin-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px dotted #aaa;
}
@media screen and (max-width:768px) {
	.about-hackathon {
		max-width: 90%;
		padding: 15px;
	}
	.about-hackathon > p{
		font-size: 1.2rem;
	}
}

.support-team-list li span{
	display: block;
	color: #ffa24b;
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
}