@charset "utf-8";

/* pc用ここから */
@media print, screen and (min-width: 768px) {

	/*fontsize-s*/
	
	body.fontsize-s div#breadnav ul li {
		font-size: 1.0rem;
		line-height: 1.0rem;
	}
	
	body.fontsize-s div#page_subtitle h4 {
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
	
	body.fontsize-s div#choice_index1 div.choice_index_title_area p {
		font-size: 1.6rem;
		line-height: 1.9rem;
	}
	
	body.fontsize-s div.page_content_box h5 {
		font-size: 1.7rem;
		line-height: 2.1rem;
	}
	
	body.fontsize-s div.page_content p, div.page_content2 p {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	
	body.fontsize-s div.page_content_box a.button {
		font-size: 1.0rem;
		line-height: 1.4rem;
	}
	
	body.fontsize-s div.tag {
		font-size: 1.2rem;
		line-height: 42px;
	}
	
	body.fontsize-s div.tag_notice {
		font-size: 1.2rem;
		line-height: 42px;
	}
	
	body.fontsize-s div.content_more_area button {
		font-size: 1.5rem;
		line-height: 34px;
	}

	
	/*fontsize-m*/
	
	body.fontsize-m div#breadnav ul li {
		font-size: 1.1rem;
		line-height: 1.1rem;
	}
	
	body.fontsize-m div#page_subtitle h4 {
		font-size: 2.6rem;
		line-height: 3.8rem;
	}
	
	body.fontsize-m div#choice_index1 div.choice_index_title_area p {
		font-size: 1.8rem;
		line-height: 2.1rem;
	}
	
	body.fontsize-m div.page_content_box h5 {
		font-size: 1.9rem;
		line-height: 2.3rem;
	}
	
	body.fontsize-m div.page_content p, div.page_content2 p {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
	
	body.fontsize-m div.page_content_box a.button {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	
	body.fontsize-m div.tag {
		font-size: 1.4rem;
		line-height: 42px;
	}
	
	body.fontsize-m div.tag_notice {
		font-size: 1.4rem;
		line-height: 42px;
	}
	
	body.fontsize-m div.content_more_area button {
		font-size: 1.7rem;
		line-height: 34px;
	}
	

	/*fontsize-l*/

	body.fontsize-l div#breadnav ul li {
		font-size: 1.3rem;
		line-height: 1.3rem;
	}
	
	body.fontsize-l div#page_subtitle h4 {
		font-size: 2.8rem;
		line-height: 4.0rem;
	}
	
	body.fontsize-l div#choice_index1 div.choice_index_title_area p {
		font-size: 2.0rem;
		line-height: 2.3rem;
	}
	
	body.fontsize-l div.page_content_box h5 {
		font-size: 2.1rem;
		line-height: 2.5rem;
	}
	
	body.fontsize-l div.page_content p, div.page_content2 p {
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
	
	body.fontsize-l div.page_content_box a.button {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	
	body.fontsize-l div.tag {
		font-size: 1.6rem;
		line-height: 42px;
	}
	
	body.fontsize-l div.tag_notice {
		font-size: 1.6rem;
		line-height: 42px;
	}
	
	body.fontsize-l div.content_more_area button {
		font-size: 1.9rem;
		line-height: 34px;
	}
	
}

/* スマホここから */
@media only screen and (max-width: 767px) {

	/*fontsize-s*/

	body.fontsize-s div#page_subtitle h4 {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
	
	body.fontsize-s div.page_content_box h5 {
		font-size: 1.6rem;
		line-height: 2.1rem;
	}
	
	body.fontsize-s div.page_content p, div.page_content2 p {
		font-size: 1.3rem;
		line-height: 2.2rem;
	}
	
	body.fontsize-s div.page_content_box a.button {
		font-size: 1.0rem;
		line-height: 1.4rem;
	}
	
	body.fontsize-s div.tag {
		font-size: 1.2rem;
		line-height: 42px;
	}
	
	body.fontsize-s div.content_more_area button {
		font-size: 1.7rem;
		line-height: 38px;
	}
	
	/*fontsize-m*/

	body.fontsize-m div#page_subtitle h4 {
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
	
	body.fontsize-m div.page_content_box h5 {
		font-size: 1.8rem;
		line-height: 2.3rem;
	}
	
	body.fontsize-m div.page_content p, div.page_content2 p {
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	
	body.fontsize-m div.page_content_box a.button {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	
	body.fontsize-m div.tag {
		font-size: 1.4rem;
		line-height: 42px;
	}
	
	body.fontsize-m div.content_more_area button {
		font-size: 1.9rem;
		line-height: 38px;
	}
	
	/*fontsize-l*/
	
	body.fontsize-l div#page_subtitle h4 {
		font-size: 2.0rem;
		line-height: 3.0rem;
	}
	
	body.fontsize-l div.page_content_box h5 {
		font-size: 2.0rem;
		line-height: 2.5rem;
	}
	
	body.fontsize-l div.page_content p, div.page_content2 p {
		font-size: 1.7rem;
		line-height: 2.6rem;
	}
	
	body.fontsize-l div.page_content_box a.button {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	
	body.fontsize-l div.tag {
		font-size: 1.6rem;
		line-height: 42px;
	}
	
	body.fontsize-l div.content_more_area button {
		font-size: 2.1rem;
		line-height: 38px;
	}

}