@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
.inner {
	max-width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 3%;
}
.img100 {
	max-width: 100%;
	height: auto;
}
header {
	height: 200px;
	color: #fff;
}
header a {
	color: #fff;
}
#header-nav {
	position: absolute;
	right: 3%;
	top: 60px;
	letter-spacing: 0.1em;
	font-size: 13px;
}
#header-nav li {
	float: left;
	margin-left: 10px;
	list-style-type: none;
}
#header-nav li a {
	text-decoration: none;
	display: inline-block;
	border: 1px solid #fff;
	padding: 0 10px;
}
#header-nav li a:hover {
	opacity: 0.5;
}
.new-top * {
	margin: 0;
	padding: 0;
}
.new-top {
	position: absolute;
	top: 52px;
	z-index: 1;
	width: 80vw;	
	margin-left: 5vw;	
	display: flex;
	align-items: center;
	padding: 0.5rem;	
	background: #fff;	
	border-radius: 5px;	
	left: 16px;
}
.new-top a {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 14px;
	color: #00A0E6;
	text-decoration: none;
}
.new-top a:hover {
	opacity: 0.8;
	color: #FFA810;
}
.new-top .oshirase {
	font-size: 14px;
	font-weight: normal;	
	color: #fff;		
	border-radius: 3px;	
	margin-right: 1rem;	
	padding: 0 0.5rem;	
	background-color: #555;
}
.new-top .text {
	flex: 1;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.new-top .new-list {
	align-self: flex-end;
}
.accordion-008 {
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
	background-color: #fff;
}
.accordion-008 summary {
	display: block !important;
	position: relative !important;
	padding: 1em 60px 1em 2em !important;
	color: #333333;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.6 !important;
	box-sizing: border-box !important;
}
.accordion-008 summary::-webkit-details-marker {
	display: none !important;
}
.accordion-008 summary::before {
	display: none !important;
}
.accordion-008 summary::after {
	position: absolute !important;
	right: 25px !important;
	top: 50% !important;
	transform: translateY(-70%) rotate(45deg) !important;
	width: 12px !important;
	height: 12px !important;
	border-bottom: 2px solid #999 !important;
	border-right: 2px solid #999 !important;
	content: '' !important;
	transition: transform .3s !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border-top: none !important;
	border-left: none !important;
	box-sizing: border-box !important;
}
.accordion-008[open] summary::after {
	transform: translateY(-30%) rotate(225deg) !important;
}
.accordion-008 p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: .3em 2em 1.5em;
	color: #333333;
	transition: transform .5s, opacity .5s;
}
.accordion-008[open] p {
	transform: none;
	opacity: 1;
}
.cta-grid {
	background-color: #f9f9f9; 
	padding-top: 14px;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 20px;
	padding-bottom: 14px;
}
.cta-grid_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
.cta-grid_item {
	flex: 1 1 calc(20% - 16px);
	margin: 8px;
	box-sizing: border-box;
}
.cta-grid_item a:hover {
	transform: translateY(-6px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.cta-grid_item a {
	display: block;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
	transition: transform .3s, box-shadow .3s;
}
.cta-grid_item a:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.cta-grid_image img {
	display: block;
	width: 100%;
	height: auto;
}
.cta-grid_label {
	padding: 16px;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 500;
}
@media (max-width: 768px) {
.cta-grid_item {
	flex: 1 1 calc(50% - 16px);
}
}
@media (max-width: 480px) {
.cta-grid_item {
	flex: 1 1 100%;
}
}

.inner-bg {
	padding-top: 0px;
	padding-bottom: 100px;
	background-color: rgba(26,185,246,0.8);
	padding-right: 0px;
	padding-left: 0px;
}
.top-description {
	clear: both;
}
.btn-top h1 {
	font-weight: 900;
}
.top-description h2 {
	font-size: 48px;
	margin-bottom: 30px;
	font-weight: 400;
}
.text-top-h2-in38 {
	font-size: 38px;
}
.top-description p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
}
.btn-top {
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
	transition: all .3s;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid rgba(255,255,255,0.15);
	color: rgba(250, 250, 250, 1);
	background-color: rgba(255,102,0,0.8);
	padding-right: 50px;
	padding-left: 50px;
	box-sizing: border-box
}
.btn-top a {
	text-decoration: none;
}
.top-section .top-section2 .inner-bg .btn-top {
	text-decoration: none;
}
.text-btn-top-yellow {
	color: #FF0;
	font-weight: bold;
	text-decoration: underline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn-top:hover {
	color: #fff;
	border: 1px solid rgba(250, 250, 250, 0.8);
}

.gray-section2 {
	background: #6B9BDB;
}
.gray-section3 {
	background: #84B6D9;
}
.gray-section4 {
	background: #89D6E6;
}
.gray-section5 {
	background-color: #3297DA;
}
.gray-section {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ECECEC;
}
.gray-box {
	max-width: 1000px;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.gray-section-top {
	text-align: center;
	clear: left;
	height: 376px;
}
.gray-section-bottom {
	padding-top: 120px;
}
body {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
}
#contents .box-blue p {
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	margin-bottom: 1em;
	color: #333;
}
#contents .box-blue p.text-small {
	font-size: small;
}
.txt-yellow {
	background-color: #FF3;
}
.text-red {
	color: #F00;
}
.text-blue-big {
	font-weight: bold;
	color: #006;
	font-size: 30px;
}
#contents a {
	font-weight: 500;
	color: #006FC5;
	text-decoration: none;
}
#contents a:hover {
	text-decoration: underline;
}
.gray-section a {
	font-weight: 500;
	text-decoration: none;
	color: #006FC5;
}
.gray-section a:hover {
	text-decoration: underline;
}
.gray-section .container .box p {
	color: #666;
}
.container {
	max-width: 1000px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box
}
#contents {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: 500;
	color: #333;
	margin-bottom: 50px;
}
.section-title {
	color: #333;
	padding-top: 20px;
	text-align: center;
	clear: both;
	padding-bottom: 20px;
}
.section-title h3 {
	font-size: 32px;
	font-weight: 900;
	color: #000;
}
#contents .btn03 a {
	text-decoration: none;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	display: block;
}
#contents p {
	font-size: 17px;
	margin-bottom: 1em;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}
.gray-section p {
	font-size: 17px;
	margin-bottom: 1em;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}
#contents .box-hatena h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 28px;       
	font-weight: 700;        
	line-height: 28px;     
	letter-spacing: 0.125px;  
	text-align: justify;      
	margin-top: 12px;         
	margin-bottom: 12px;
	padding-bottom: 18px;    
	border-bottom: 1px dashed rgb(187, 190, 194);
	color: #023a95;
}
h4 {
	margin-bottom: 0.25em;
	font-size: 16px;
}
#contents .twoCol .twoColInner div h4 {
	font-size: 28px;
	text-align: center;
	padding-top: 20px;
	font-weight: 700;
}
#contents .oneCol h4 {
	font-size: 28px;
	text-align: center;
	padding-top: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
}
h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}
img {
	vertical-align: bottom;
}
.text-bold900 {
	font-weight: 900;
}
.txt-yellow {
	background-color: #FF3;
}
.text-yellow {
	color: #FFFF7B;
}
.text-red {
	color: #F00;
}
.text-blue {
	color: #207EC3;
}
.text-pink {
	color: #E43F8C;
}
.text-green {
	color: #0E8C8F;
}
.text-big {
	font-weight: bold;
	color: #109954;
	font-size: 29px;
}
.text-btn03you18 {
	font-size: 18px;
	font-weight: 900;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	display: block;
	color: #734E00;
	line-height: 1.2em;
}
.text-13 {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.text01 {
	font-weight: bold;
	color: #006;
	font-size: 30px;
}
.text02 {
	font-size: 30px;
	color: #069;
}
pre {
	margin: 1em 0;
	padding: 1em;
}
blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}
ul, ol, dl {
	margin: 0 0 1em 0;
}
ul.list-disc li {
	list-style-type: disc;
	margin-left: 1.5em;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}
.list-star li {
	list-style-type: '✨';
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
}
.list-check li {
	list-style-type: '✔️';
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
	color: rgb(77, 77, 82);   
}
dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dd {
	margin-bottom: 1em;
}
.balloon1 {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	color: #ffffff;
	background-color: #56B27D;
	margin-left: 110px;
	margin-bottom: 20px;
}
.balloon1 .icon {
	position: absolute;
	left: -110px;
	top: 0;
}
.balloon1::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -15px;
	top: 20px;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #56B27D;
}
.balloon2 {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	color: #ffffff;
	background-color: #56B27D;
	margin-right: 110px;
	margin-bottom: 20px;
}
.balloon2 .icon {
	position: absolute;
	right: -110px;
	top: 0;
	op: 0;
}
.balloon2::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -15px;
	top: 20px;
	border-top-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #56B27D;
}

.box-gray {
	background-color: #F5F5F5;
	padding-top: 28px;
	padding-right: 30px;
	padding-bottom: 28px;
	padding-left: 30px;
	margin-bottom: 20px;
	clear: both;
}
.box-blue {
	background-color: #ECF5FD;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	clear: both;
}
.box-hatena {
	background-color: #EDEEF0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	clear: both;
	background-image: url(../images/hatena.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box-yellow {
	background-color: #FFF0DD;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #453535;
	width: 92%;
}
.box-yellow2 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F5F2EF;
}
#contents .box-yellow p, li {
	font-size: smaller;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}
#contents .box-yellow2 p {
	font-size: smaller;
	color: #003764;
}
.box-test {
	color: #5d627b;
	background: white;
	border-top: solid 5px #5d627b;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
img.fc {
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
img.fc-900 {
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 100%;
	max-width: 900px;
}
img.fr {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
img.fl {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.float-clear {
	clear: both;
}
.oneCol {
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #EFF6FE;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.twoCol {
	overflow: hidden;
	margin-bottom: 10px;
}
.twoColInner {
	overflow: hidden;
	margin-right: -2%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.twoColInner > div {
	width: 48%;
	margin-right: 2%;
	background-color: #EFF6FE;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.twoColInner section {
	width: 98%;
	height: 460px;
	overflow-y: scroll;
}
.twoColInner div p {
	font-size: smaller;
	padding-right: 25px;
	padding-left: 30px;
}
.twoColInner div:nth-child(2n+1) {
	clear: both;
}
.twoColInner img.all100 {
	width: 100%;
	margin-bottom: 1em;
}
.twoCol .twoColInner div ul {
	margin-right: 20px;
	margin-left: 20px;
}
.threeCol {
	overflow: hidden;
	margin-bottom: 10px;
}
.threeColInner {
	overflow: hidden;
	margin-right: -3%;
}
.threeColInner div {
	width: 31%;
	float: left;
	margin-right: 2%;
}
.threeColInner div:nth-child(3n+1) {
	clear: both;
}
.threeColInner img {
	width: 100%;
	margin-bottom: 0.5em;
}
.fourCol {
	overflow: hidden;
	margin-bottom: 10px;
	clear: both;
}
.fourColInner {
	overflow: hidden;
	margin-right: -1%;
}
.fourColInner div {
	width: 24%;
	float: left;
	margin-right: 1%;
}
.fourColInner div:nth-child(4n+1) {
	clear: both;
}
.fourColInner img {
	width: 100%;
	margin-bottom: 0.5em;
}
.btn01 a {
	display: block;
	padding: 2% 2% 2% 50px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.2s ease 0s;
	font-size: 28px;
	background-color: #007933;
	background-position: 20px 50%;
}
.btn01 a:hover {
	transition: all 0.2s ease 0s;
	background-color: #00BD51;
	background-position: 20px 50%;
}
.btn02 a {
	display: block;
	padding: 2%;
	color: #1b1b1b;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #004c20;
	background: #fff;
	transition: all 0.2s ease 0s;
}
.btn02 a:hover {
	color: #fff;
	transition: all 0.2s ease 0s;
	background-color: #004c20;
}
.btn03 {
	display: block;
	position: relative;
	width: 96%;
	background-color: #F08200;
	box-shadow: 0 3px 0 0 rgba(22, 2, 2, 0.8);
	border-radius: 5px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
.btn03:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
}
.btn03::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	animation: shiny-btn3 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn3 {
 0% {
-webkit-transform: scale(0) rotate(45deg);
opacity: 0;
}
 80% {
-webkit-transform: scale(0) rotate(45deg);
opacity: 0.5;
}
 81% {
-webkit-transform: scale(4) rotate(45deg);
opacity: 1;
}
 100% {
-webkit-transform: scale(50) rotate(45deg);
opacity: 0;
}
}
header {
	position: relative;
}
nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.8;
	background: #000;
	z-index: 10;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
nav ul {
	position: relative;
	float: left;
	left: 50%;
	margin: 0;
}
nav li {
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 20px;
}
nav li a {
	color: #fff;
	text-decoration: none;
}
nav li a:hover {
	color: #dfdfdf;
	text-decoration: underline;
	;
}
main {
	width: 100%;
}
section {
	margin-bottom: 10%;
}
footer {
	clear: both;
	text-align: center;
	color: #FFF;
	padding-top: 2%;
	padding-right: 0;
	padding-bottom: 2%;
	padding-left: 0;
	background-color: #424242;
}
footer a {
	color: #CCCCCC;
}
.copyright {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
}
.totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
.totop a {
	display: block;
	text-decoration: none;
}
.totop img {
}
.totop img:hover {
	background: #333;
}
.slide {
	overflow: hidden;
	position: relative;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
}


@media screen and (max-width:979px) {
#contents {
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
}
.top-description h2 {
	font-size: 36px;
}
.text-top-h2-in38 {
	font-size: 30px;
}
}

@media screen and (max-width:767px) {
#header-nav {
	display: none;
}
.inner-bg {
	padding-top: 0px;
	padding-bottom: 40px;
}
.section-title h3 {
	font-size: 22px;
}
.text-btn03you18 {
	font-size: 11px;
	display: block;
}
#contents .twoCol .twoColInner div h4 {
	font-size: 22px;
}
img.fc {
	max-width: 100%;
}
img.fr, img.fl {
	display: block;
	float: none;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.text01 {
	font-weight: bold;
	color: #006;
	font-size: 22px;
}
.text02 {
	font-size: 22px;
	color: #069;
}
.text-big {
	font-weight: bold;
	font-size: 22px;
}
.top-description h2 {
	font-size: 28px;
}
.text-top-h2-in38 {
	font-size: 20px;
}
.top-description p {
	font-size: 13px;
}
.btn-top {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.btn03 {
	width: 100%;
	padding: 25px 0;
	margin: 30px auto;
	font-size: 18px;
	text-align: center;
}
#contents .btn03 a {
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.imgC {
	margin-bottom: 30px;
}
.imgC img {
	max-width: 100%;
}
.imgL {
	margin-bottom: 30px;
}
.imgL img {
	float: none;
	max-width: 100%;
	margin-right: 0;
}
.imgR {
	margin-bottom: 30px;
}
.imgR img {
	float: none;
	max-width: 100%;
	margin-left: 0;
}
.twoCol {
	margin-right: 0;
	margin-bottom: 30px;
}
.twoColInner {
	margin-right: 0;
	display: block;
}
.twoColInner div {
	float: none;
	width: 100%;
}
.threeCol {
	margin-bottom: 30px;
}
.threeColInner {
	margin-right: 0;
}
.threeColInner div {
	float: none;
	width: 100%;
}

