@charset "utf-8";
* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 2rem;
	color: #333333;
	line-height: 1.75;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

p {
	line-height: 1.6em;
}

p em {
	color: #e91121;
	font-weight: bold;
}

img {
	max-width: 100%;
	height: auto;
}

.onlySP {
	display: none;
}

.color01 {
	color: #ff0000;
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.pic-left {
	float: left;
	margin-right: 35px;
}

.pic-right {
	float: right;
	margin-left: 35px;
}

.pic-left + p,
.pic-right + p {
	position: relative;
	top: -5px;
}

.pic-center {
	margin-top: 10px;
	text-align: center;
}

.inner01 {
	width: 960px;
	margin: 0 auto;
}

.inner02 > .txt01 {
	margin-top: 20px;
}

.inner02 > .read01 {
	padding: 0 20px;
}

.image01 {
	margin-top: 25px;
}

.header01 {
	position:relative;
	z-index: 2;
	height: 76px;
	width: 100%;
	background-color: #0064ff;
	box-shadow:0px 2px 2px 0px #434040;
	-moz-box-shadow:0px 2px 2px 0px #434040;
	-webkit-box-shadow:0px 2px 2px 0px #434040;
}

.header01 > .inner01 {
	position: relative;
}

.header01 .logo01 {
	width: 301px;
	margin-left: 22px;
	padding-top: 19px;
}

.header01 .btn01 {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 400px;
}

.visual01 {
	position:relative;
	z-index: 1;
	height: 479px;
	padding-top: 18px;
	background: url(../images/visual01pc.jpg) no-repeat center bottom;
}

.nav01 {
	padding: 17px 0 19px;
	background: -webkit-linear-gradient(top, #ffffff 0%,#dddede 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#dddede 100%); 
	border-top: solid 1px #646464;
	border-bottom: solid 1px #646464;
}

.nav01.fixed {
	position: fixed;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
}

.nav01 > ul > li {
	width: 12.5%;
	float: left;
	border-right :solid 1px #646464;
}

.nav01 > ul > li:first-child {
	border-left :solid 1px #646464;
}

.nav01 > ul > li a{
	display: block;
	padding: 8px 0;
	font-size: 1.5rem;
	text-align: center;
}

#wrapper .btn01 {
	max-width: 580px;
	margin: 30px auto 0;
}

#wrapper > .cont01 > .inner02 {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 30px;
}

.section01 {
	padding: 30px 0 40px;
}

.section01 .frameArea01 > dd {
	padding: 50px 35px 45px;
	background-color: #fff;
	font-size: 3.0rem;
}

.section02 {
	padding: 30px 0 40px;
}

.section02 .frameArea02 {
	margin-top: 0;
}

.section02 .btn02 {
	position: absolute;
	right: 30px;
	top: 145px;
	max-width: 260px;
}

.section02 > .inner02 {
	position: relative;
}

.section03 {
	padding: 40px 0;
}

.section03 .frameArea01 {
	margin-top: 20px;
}

.section03 .frameArea01 > dd {
	padding-top: 40px;
}

.section03 .col01 {
	float: left;
}

.section03 .col01 .heading01 {
	background-color: #0064ff;
}

.section03 .col02 {
	float: right;
}

.section03 .col02 .heading01 {
	background-color: #464646;
}

.section03 .col01,
.section03 .col02 {
	width: 430px;
	min-height: 500px;
	padding: 20px 15px 30px;
	box-shadow:1px 1px 5px 0px #828080;
	-moz-box-shadow:1px 1px 5px 0px #828080;
	-webkit-box-shadow:1px 1px 5px 0px #828080;
}

.section03 .col01 {
	background: #fff url(../images/illu03.png) no-repeat left 95px bottom 30px;
}

.section03 .col02 {
	background: #fff url(../images/illu04.png) no-repeat center bottom 30px;
}

.section03 .col01 .heading01,
.section03 .col02 .heading01 {
	padding: 6px 10px 4px;
	color: #fff;
	font-weight: bold;
	font-size: 3.0rem;
	text-align: center;
}

.section03 .list01 {
	margin: 30px 5px 0;
}

.section03 .list01 > li {
	position: relative;
	margin-top: 20px;
	padding-left: 36px;
	line-height: 1.5;
	font-weight: bold;
}

.section03 .list01 > li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 28px;
}

.section03 .list01 > li:first-child {
	margin-top: 0;
}

.section03 .col01 .list01 > li {
	background: url(../images/ic02.png) no-repeat left top;
}

.section03 .col02 .list01 > li {
	background: url(../images/ic03.png) no-repeat left top;
}

.section03 .list01 + .txt01 {
	margin: 20px 10px 0 40px;
	font-size: 1.5rem;
	line-height: 1.5;
}

.section04 {
	padding-top: 30px;
}

.section04 .inner01 .read01 {
	margin-top: 30px;
	padding: 0 15px;
}

.section04 .list02 {
	margin-top: 30px;
}

.section04 .list02 > li {
	width: 468px;
	float: left;
	clear: both;
	margin-top: 23px;
	padding: 20px;
	background-color: #fad20a;
}

.section04 .list02 > li:nth-child(even) {
	float: right;
	clear: none;
}

.section04 .list02 .heading01 {
	font-size: 3.0rem;
	font-weight: bold;
}

.section04 .list02 .heading01 img {
	margin-right: 20px;
	vertical-align: -25px;
}

.section04 .list02 > li .txt01 {
	margin-top: 10px;
	font-size: 1.5rem;
	line-height: 1.4;
}

.section05 .frameArea02 > dt,
.section07 .frameArea02 > dt {
	max-width: 960px;
	margin: 0 auto;
}

.section05 .frameArea02 > dt {
	background: #0064ff url(../images/ic14.png) no-repeat 58px 10px;
}

.section05 .frameArea02 > dd {
	padding-top: 45px;
	padding-bottom: 30px;
	background: url(../images/bg01.gif) repeat left top;
	overflow: hidden;
}

.section05 .frameArea02 > dd > .inner01 {
	margin-top: 30px;
}

.section05 .frameArea02 > dd > .inner01:first-of-type {
	margin-top: 0;
}

.section05 .frameArea02 > dd .col01 {
	float: left;
	width: 420px;
	margin-left: 30px;
	box-shadow:10px 10px 0px 0px #0064ff;
	-webkit-box-shadow:10px 10px 0px 0px #0064ff;
}

.section05 .frameArea02 > dd .col02 {
	float: right;
	width: 460px;
}

.section05 .frameArea02 > dd .prof {
	position: relative;
}

.section05 .frameArea02 > dd .prof .name {
	position: absolute;
	bottom: 0;
	left: 230px;
}

.section05 .frameArea02 > dd .prof .txt01 {
	display: block;
	font-weight: bold;
	font-size: 3.0rem;
}

.section06 .frameArea02.type01 > dt {
	padding: 38px 20px 40px;
	text-align: center;
}

.section06 .frameArea02.type01 > dd {
	padding: 60px 15px 50px;
	background-image: none;
}

.section07 .frameArea02 > dt {
	background: #0064ff url(../images/ic16.png) no-repeat center 20px;
}

.section07 .frameArea02 > dd {
	padding: 60px 0 30px;
	background: url(../images/bg04.gif) repeat left top;
}

.section10 {
	margin-top: 50px;
}
.section10 .heading01 {
	padding: 14px 10px 10px;
	background-color: #0064ff;
	color: #fff;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
}

.frameArea01 {
	width: 900px;
	margin: 0 auto;
}

.frameArea01 > dt {
	position: relative;
	padding: 15px 0;
	background-color: #0064ff;
	text-align: center;
}

.frameArea01 > dt:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -32px;
	display: block;
	width: 0;
	height: 0;
	margin-left: -40px;
	border-style: solid;
	border-width: 32px 40px 0 40px;
	border-color: #0066ff transparent transparent transparent;
}

.frameArea02 {
	margin-top: 40px;
}

.frameArea02 > dt {
	position: relative;
	padding: 25px 0;
	background-color: #0064ff;
	text-align: center;
}

.frameArea02 > dt:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin-left: -50px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 50px 0 50px;
	border-color: #0066ff transparent transparent transparent;
}

.frameArea02.type01 > dt {
	padding: 10px 0 10px 265px;
	text-align: left;
}

.frameArea02.type02 > dt {
	padding: 12px 0 12px 200px;
	text-align: left;
}

.frameArea02.type03 > dt {
	padding: 48px 0 25px 220px;
	text-align: left;
}

.frameArea02.type01 > dt .ic01 {
	position: absolute;
	left: 15px;
	top: -5px;
}

.frameArea02.type02 > dt .ic01 {
	position: absolute;
	left: 15px;
	top: 15px;
}

.frameArea02.type02 > dt .ic02 {
	position: absolute;
	right: 55px;
	top: 30px;
}

.frameArea02.type03 > dt .ic01 {
	position: absolute;
	left: 15px;
	top: 10px;
}

.frameArea02.type01 > dd {
	padding: 50px 30px 35px;
	background: url(../images/bg03.gif) repeat left top;
	border: solid 4px #0064ff;
}

.frameArea02.type01 .list01 > li {
	margin-top: 30px;
	padding-left: 100px;
	font-size: 2.5rem;
}

.frameArea02.type01 .list01 > li:first-child {
	margin-top: 0;
}

.frameArea02.type01 .list01 > li .heading01 {
	padding-top: 8px;
	font-size: 6.4rem;
	font-weight: bold;
	line-height: 1.0;
}

.frameArea02.type01 .list01 > li .txt01 {
	margin-top: 15px;
	line-height: 1.4;
}

.frameArea02.type01 .list01 > li:nth-child(1) {
	background: url(../images/ic04.png) no-repeat left top;
}

.frameArea02.type01 .list01 > li:nth-child(2) {
	background: url(../images/ic05.png) no-repeat left top;
}

.frameArea02.type01 .list01 > li:nth-child(3) {
	background: url(../images/ic06.png) no-repeat left top;
}

.frameArea02.type03 .read01 {
	padding-left: 25px;
	padding-right: 25px;
}

.frameArea02.type03 .col01 {
	max-width: 870px;
	margin: 0 auto;
}

.frameArea02.type03 .col01 > .heading01 {
	position: relative;
	padding-left: 20px;
	color: #0064ff;
	font-weight: bold;
}

.frameArea02.type03 .col01 > .heading01:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 8px;
	width: 16px;
	height: 16px;
	background-color: #0064ff;
}

.infoArea01 {
	font-size: 1.8rem;
	margin-top: 0;
}

.infoArea01 > dt {
	background: -webkit-linear-gradient(top, #2e80ff 0%,#0064ff 100%);
	background: linear-gradient(to bottom, #2e80ff 0%,#0064ff 100%);
}

.infoArea01 > dd {
	padding-top: 40px;
}

.infoArea01 > dd .image02 {
	float: right;
}

.infoArea01 .table01 {
	margin-top: 8px;
	padding: 12px 15px 14px;
	background-color: #fad20a;
}

.infoArea01 .table01 table {
	width: 100%;
}

.infoArea01 .table01 td {
	border-left: solid 1px #fad20a;
	background-color: #fff;
	color: #0064ff;
	font-size: 180%;
	line-height: 1.2;
}

.infoArea01 .table01 td.colLeft {
	color: #000000;
	font-size: 100%;
}

.infoArea01 .table01 td.txt01 {
	color: #000000;
}

.infoArea01 .table01 th,
.infoArea01 .table01 td {
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
}

.infoArea01 .table01 > .txt01 {
	margin-top: 10px;
}

.infoArea01 .col01 {
	width: 530px;
	float: left;
}

.infoArea01 .col01 > p {
	width: 450px;
	margin: 0 auto;
	letter-spacing: -0.04em;
}

.infoArea01 .col01 > .tel {
	position: relative;
	margin-top: 6px;
	padding-left: 64px;
	color: #0064ff;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
}

.infoArea01 .col01 > .tel:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 9px;
	width: 54px;
	height: 40px;
	background: url(../images/ic01.gif) no-repeat left bottom;
}

.infoArea01 .col01 > .tel a {
	color: #0064ff;
}

.infoArea01 .col01 > .txtUrl {
	position: relative;
}

.infoArea01 .col01 > .txtUrl:before {
	content: "URL";
	width: 70px;
	margin-right: 25px;
	display: inline-block;
	background-color: #0064ff;
	color: #fff;
	text-align: center;
}

.mapArea01 {
	position: relative;
	margin-top: 30px; 
	padding-bottom: 41.66%;
	height: 0;
	overflow: hidden;
}

.mapArea01 iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.fukidashi01 {
	position: relative;
	width: 600px;
	float: left;
	margin-top: 5px;
	padding: 18px 60px;
	box-shadow:1px 1px 5px 0px #828080;
	-webkit-filter:drop-shadow(2px 2px 3px rgba(0,0,0,0.4));
	background-color: #fff;
	font-size: 3.0rem;
	line-height: 1.4em;
}

.fukidashi01:before {
	content: "";
	 position: absolute;
	 margin: 0;
	 bottom: -70px;
	 left: 50px;
	 width: 0;
	 height: 0;
	 z-index: -1;
	 border-top: 140px solid #fff;
	 border-left: 30px solid transparent;
	 border-right: 30px solid transparent;
	 transform: rotate(45deg);	
}

.fukidashi01.type01 {
	background-color: #464646;
	color: #fff;
}

.fukidashi01.type01:before {
	border-top: 140px solid #464646;
}

.fukidashi01.type02 {
	background-color: #fad20a;
	color: #000000;
}

.fukidashi01.type02:before {
	right: 50px;
	left: auto;
	border-top: 140px solid #fad20a;
	transform: rotate(-45deg);
}

.fukidashi01.type03 {
	width: 650px;
	padding: 18px 30px;
}

.fukidashi01.type03:before {
	right: 50px;
	left: auto;
	transform: rotate(-45deg);
}

.fukidashi02 {
	position: relative;
	margin-top: 60px;
	padding: 20px;
	box-shadow:1px 1px 5px 0px #828080;
	-webkit-filter:drop-shadow(2px 2px 3px rgba(0,0,0,0.4));
	background-color: #fff;
	font-size: 1.8rem;
	line-height: 1.4em;
}

.fukidashi02:before {
	content: "";
	 position: absolute;
	 margin: 0;
	 top: -60px;
	 left: 50px;
	 width: 0;
	 height: 0;
	 z-index: -1;
	 border-bottom: 100px solid #fff;
	 border-left: 25px solid transparent;
	 border-right: 25px solid transparent;
	 transform: rotate(30deg);	
}

.read01 > .pic-left {
	margin-right: 50px;
}

.read01 > .pic-right {
	margin-left: 50px;
}

.type01.cont01 {
	background: url(../images/bg01.gif) repeat left top;
}

.type02.cont01 {
	background: url(../images/bg02.gif) repeat left top;
}

.type03.cont01 {
	background: url(../images/bg03.gif) repeat left top;
}

.qaBox {
	max-width: 930px;
	margin: 20px auto 0;
	padding: 20px 40px 20px 20px;
	background-color: #fff;
}

.qaBox .ic01 {
	position: absolute;
	left: 0;
	top: 0;
}

.qaBox > dt,
.qaBox > dd {
	position: relative;
	min-height: 70px;
	padding-left: 100px;
}

.qaBox > dt {
	padding-top: 12px;
	font-size: 3.0rem;
	font-weight: bold;
}

.qaBox > dd {
	margin-top: 20px;
	font-size: 1.5rem;
	line-height: 1.5;
}

.flowBox > li {
	margin-top: 40px;
	padding: 0 40px 45px;
	border-bottom: solid 1px #0064ff;
	overflow: hidden;
}

.flowBox > li:first-child {
	margin-top: 0;
}

.flowBox > li .imgArea01{
	max-width: 201px;
	float: left;
}

.flowBox > li .col01 {
	width: 610px;
	float: right;
}

.flowBox > li .txt01 {
	margin-top: 18px;
}

.flowBox > li .heading01 {
	font-size: 3.6rem;
	font-weight: bold;
}

.flowBox > li .heading01 > img {
	float: left;
	margin-right: 30px;
}

.flowBox > li .btn02 {
	max-width: 362px;
	margin: 15px auto 0;
}

.attentionBox01 {
	margin: 20px 60px 0;
}

.attentionBox01 > .heading01 {
	text-align: center;
}

.attentionBox01 .list02 {
	margin-top: 30px;
}

.attentionBox01 .list02 > li {
	position: relative;
	padding-left: 35px;
}

.attentionBox01 .list02 > li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: .3em;
	width: 22px;
	height: 20px;
	background: url(../images/ic15.png) no-repeat left top;
	background-size: 100%;
}

.contactWrap01 {
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #d2e6ff;
	font-size: 1.5rem;
}

.contactWrap01 .list01 {
	max-width: 350px;
	margin: 30px auto 0;
}

.contactWrap01 .btn01 {
	display: block;
	width: 303px;
	height: 82px;
	margin: 30px auto 0;
	background: url(../images/btn04.png)  no-repeat left top;
	text-indent: -9999px;
}

.contactWrap01 .btn01:hover {
	cursor: pointer;
}

.contactWrap01 .btn02 {
	margin-top: 25px;
	text-align: center;
}

.form01 {
	width: 860px;
	margin: 20px auto 0;
	border: dashed 1px #8c96a2;
	border-bottom: none;
}

.form01 dl {
	display: table;
	width: 100%;
}

.form01 dt,
.form01 dd {
	display: table-cell;
	border-bottom: dashed 1px #8c96a2;
	min-height: 100px;
}

.form01 dt {
	width: 200px;
	padding: 40px 15px 40px 45px;
	background-color: #0064ff;
	color: #fff;
	vertical-align: middle;
	text-align: left;
}

.form01 dt span.required {
	position: relative;
}

.form01 dt span.required:before {
	content: "※";
	position: absolute;
	left: -20px;
	top: -.2em;
	display: inline;
	color: #ff0000;
}

.form01 dd {
	padding: 25px 30px;
	line-height: 1.0;
	vertical-align: middle;
}

.form01 dd p {
	margin-top: 5px;
}

.form01 dd input {
	vertical-align: bottom;
}

.form01 dd input[type="text"],
.form01 dd input[type="email"] {
	margin-top: 6px;
	padding: 5px 0;
}

.footer01 {
	padding-top: 30px;
	background-color: #0064ff;
	color: #fff;
}

.footer01 .logo01 {
	margin-left: 65px;
}

.footer01 .copy {
	padding-bottom: 15px;
	font-size: 1.2rem;
	text-align: right;
}

@media screen and (max-width: 639px) {
body {
	font-size: 1.5rem;
}

img {
	max-width: 100%;
	height: auto;
}

.onlyPC {
	display: none;
}

.onlySP {
	display: block;
}

.pic-left {
    float: none;
    margin-right: 0;
	margin-bottom: 20px;
	text-align: center;
}

.pic-right {
    float: none;
    margin-left: 0;
	margin-bottom: 20px;
	text-align: center;
}

#spNavSdw {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8999;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}
#spNavSdw.show {
	animation-name: spNavSdwAnime;
	-webkit-animation-name: spNavSdwAnime;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	display: block;
}

.btnNav {
	position: absolute;
	right: 20px;
	top: 4px;
	z-index: 9999;
	cursor: pointer;
	display: block;
	width: 31px;
	height: 30px;
}
.btnNav span {
	position: absolute;
	z-index: 100;
	right: 0;
	width: 31px;
	height: 4px;
	background-color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btnNav span:nth-of-type(1) {
	top: 0;
}
.btnNav span:nth-of-type(2) {
	top: 11px;
}
.btnNav span:nth-of-type(3) {
	top: 22px;
}
.btnNav.on span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.btnNav.on span:nth-of-type(2) {
	opacity: 0;
}
.btnNav.on span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}

.inner01 {
	width: 100%;
}

.inner02 > .read01 {
    padding: 0;
}

.header01 {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	padding: 15px 0;
	width: 100%;
	height: auto;
}

.header01 .inner01 {
	padding: 0 10px;
}

.header01 .logo01 {
	width: 180px;
	margin-left: 0;
	padding-top: 0;
}

.header01 .btn01 {
	display: block;
	position: static;
	margin: 15px auto 0;
	max-width: 280px;
}

.visual01 {
	height: 0;
	padding-top: 100%;
	background: url(../images/visual01sp.jpg) no-repeat center bottom;
	background-size: cover;
}

.nav01 {
	padding: 0;
	background: none;
	border-top: solid 1px #646464;
	border-bottom: none;
	display: block;
	position: fixed;
	z-index: 9995;
	top: -100%;
	left: 0;
	width: 100%;
	padding-top: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.nav01 > .inner01 {
	padding: 0;
}

.nav01 > ul > li {
	width: 100%;
	float: none;
	border-right: none;
	border-bottom: solid 1px #646464;
	background: -webkit-linear-gradient(top, #ffffff 0%,#dddede 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#dddede 100%); 
}

.nav01 > ul > li:first-child {
	border-left: none;
}

.nav01 > ul > li a{
	display: block;
	padding: 10px;
	text-align: left;
}

.cont01 {
	padding: 25px 20px;
}

.section01 .frameArea01 > dd {
    padding: 40px 20px 36px;
    font-size: 2.0rem;
}

#wrapper > .cont01 > .inner02 {
    padding: 0;
}

#wrapper .btn01 {
    margin-top: 20px;
}

.section02 .btn02 {
    position: static;
	margin: 20px auto;
}

.section03 .frameArea01 {
	margin-top: 40px;
}

.section03 .col01,
.section03 .col02 {
	float: none;
    width: 100%;
    min-height: 0;
    padding: 20px 15px 30px;
	background-size: auto 80%;
}

.section03 .col01 {
	background-position: left 47%  bottom 10px;
}

.section03 .col02 {
	margin-top: 20px;
	background-position: center  bottom 10px;
}

.section03 .list01 {
    margin: 20px 0 0;
}

.section03 .col01 .list01 > li,
.section03 .col02 .list01 > li {
	font-size: 1.6rem;
	background-size: 24px 23px;
}

.section03 .list01 + .txt01 {
    margin: 20px 0 0 0;
    line-height: 1.5;
}

.section03 .col01 .heading01,
.section03 .col02 .heading01 {
    font-size: 2.0rem;
}

.section04 .inner01 .read01 {
    padding: 0;
}

.section04 .list02 > li {
    width: 100%;
    float: none;
    margin-top: 20px;
}

.section04 .list02 > li:first-child {
	margin-top: 50px;
}

.section04 .list02 > li:nth-child(even) {
    float: none;
}

.section04 .list02 .heading01 img {
	float: left;
	width: 48px;
	height: 48px;
	margin: -14px 10px 12px 0;
}

.section04 .list02 .heading01 {
	padding-top: 14px;
    font-size: 2.4rem;
	line-height: 1.0;
}

.section04 .list02 > li .txt01 {
	clear: both;
}

.section05 {
	background: url(../images/bg01.gif) repeat left top;
}

.section05 .frameArea02 {
	margin-top: 0;
}

.section05 .frameArea02 > dt {
	background-image: none;
}

.section05 .frameArea02 > dd {
	background-image: none;
	padding-top: 50px;
}

.section05 .frameArea02 > dd:first-of-type {
    padding-top: 55px;
}

.section05 .frameArea02 > dd .col01 {
    float: none;
    width: 100%;
	margin-top: 30px;
    margin-left: 0;
}

.section05 .frameArea02 > dd .col01 > img {
	margin: 0 auto;
	display: block;
}

.section05 .frameArea02 > dd .col02 {
	float: none;
    width: 100%;
}

.section05 .frameArea02 > dd .prof {
	text-align: center;
}

.section05 .frameArea02 > dd .prof .name {
    position: static;
	margin-top: 20px;
}

.section06 .frameArea02 {
	margin-top: 15px;
}

.section06 .frameArea02.type01 > dd {
    padding: 60px 20px 30px;
}

.section07 {
	background: url(../images/bg04.gif) repeat left top;
}

.section07 .frameArea02 {
	margin-top: 15px;
}

.section07 .frameArea02 > dt {
	background-image: none;
}

.section07 .frameArea02 > dd {
	background-image: none;
}

.section09 .image01 {
	margin-top: 0;
}

.qaBox > dt {
    padding-top: 0;
    font-size: 2.4rem;
	line-height: 1.5;
}

.qaBox > dt,
.qaBox > dd {
    padding-left: 60px;
}

.qaBox > dd {
    margin-top: 10px;
}

.qaBox .ic01 {
	float: left;
	width: 40px;
	height: 40px;
}

.frameArea01 {
	width: 100%;
}

.frameArea01 > dt,
.frameArea02 > dt {
	padding: 12px 15px 12px !important;
	font-size: 3.2rem;
	color: #fff;
	text-align: center !important;
}

.frameArea01 > dt span,
.frameArea02 > dt span {
	font-weight: bold;
	line-height: 1.2;
}

.frameArea01 > dt .txt01,
.frameArea02 > dt .txt01 {
	font-size: 4.8rem;
	color: #fad20a;
	font-weight: bold;
}

.frameArea01 > dt > img,
.frameArea02 > dt > img {
	display: none;
}

.frameArea02 > dt:before {
    bottom: -30px;
    border-width: 30px 45px 0 45px;
}

.frameArea02.type03 > dt {
    text-align: left;
}

.frameArea02.type03 > dd {
	margin-top: 50px;
}

.frameArea02.type01 > dt .ic01 {
	display: block;
	width: 140px;
	top: -40px;
	left: -20px;
}

.frameArea02.type02 > dt .ic01 {
    display: block;
	width: 90px;
	left: -10px;
	top: -40px;
}

.frameArea02.type02 > dt .ic02 {
	display: none;
}

.frameArea02.type03 > dt .ic01 {
    display: block;
	width: 110px;
	left: -20px;
	top: -40px;
}

.frameArea02.type01 > dd {
    padding: 50px 20px 20px;
}

.frameArea02.type01 .list01 > li {
    padding-left: 50px;
	background-size: 40px 40px !important;
    font-size: 2.0rem;
}

.frameArea02.type01 .list01 > li .heading01 {
    padding-top: 6px;
    font-size: 3.0rem;
}

.frameArea02.type03 .col01 > .heading01 {
    padding-left: 18px;
	margin-bottom:10px;
}

.frameArea02.type03 .col01 > .heading01:before {
    top: 6px;
    width: 13px;
    height: 13px;
}

.infoArea01 {
	margin-top: 30px !important;
}

.infoArea01 > dt {
	padding-left: 10px;
	padding-right: 10px;
}

.infoArea01 .col01 {
    width: 100%;
    float: none;
}

.infoArea01 > dd .image02 {
    float: none;
	margin-top: 20px;
	text-align: center;
}

.infoArea01 > dd .image02 img {
	width: 100%;
}

.infoArea01 .col01 > p {
    width: 100%;
}

.infoArea01 .col01 > .tel:before {
    width: 30px;
    height: 22px;
	background-size: 100%;
}

.infoArea01 .col01 > .tel {
    padding-left: 38px;
    font-size: 3.6rem;
}

.infoArea01 .table01 {
	font-size: 1.5rem;
}

.infoArea01 .table01 th,
.infoArea01 .table01 td {
	padding: 2px 0;
}

.qaBox {
	padding-right: 20px;
}

.mapArea01 {
    padding-bottom: 56.25%;
}

.fukidashi01 {
    width: 100%;
    float: none;
    padding: 18px 20px;
    font-size: 2.0rem;
	text-align: center;
    line-height: 1.4em;
}

.fukidashi01:before {
    bottom: -20px;
    left: 45%;
    border-top: 40px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
	transform: rotate(30deg);
}

.fukidashi01.type01:before {
    border-top: 40px solid #464646;
}

.fukidashi01.type02 {
	margin-bottom: 30px;
}

.fukidashi01.type02:before {
    right: 45%;
    border-top: 40px solid #fad20a;
    transform: rotate(30deg);
}

.fukidashi01.type03 {
    width: 100%;
    padding: 18px 20px;
	margin-bottom: 30px;
}

.fukidashi01.type03:before {
    right: 45%;
    transform: rotate(-30deg);
}

.fukidashi02 {
    margin-top: 20px;
}

.fukidashi02:before {
	display: none;
}

.read01 > .pic-left {
    margin-right: 0;
}

.read01 > .pic-right {
    margin-left: 0;
}

.flowBox > li {
	margin-top: 30px;
    padding: 0 0 30px;
}

.flowBox > li .imgArea01 {
	float: none;
	margin: 0 auto 20px;
	text-align: center;
}

.flowBox > li .col01 {
    width: 100%;
    float: none;
}

.flowBox > li .heading01 {
    font-size: 2.4rem;
}

.flowBox > li .heading01 > img {
    display: block;
	float: none;
	height: 40px;
	margin-bottom: 8px;
    margin-right: 0;
}

.flowBox > li .txt01 {
    margin-top: 5px;
}

.attentionBox01 {
    margin: 20px 0 0;
}

.attentionBox01 .list02 > li {
	margin-top: 8px;
	padding-left: 28px;
}

.attentionBox01 .list02 > li:first-child {
	margin-top: 0;
}

.attentionBox01 .list02 > li:before {
    top: .3em;
    width: 18px;
    height: 16px;
}

.form01 {
	width: 100%;
	padding-bottom: 30px;
	border: none;
}

.form01 dl {
	display: block;
}

.form01 dt,
.form01 dd {
	display: block;
	min-height: 0;
}

.form01 dt {
	width: 100%;
	padding: 10px 10px 10px 25px;
}

.form01 dt span.required:before {
	left: -15px;
}

.form01 dd {
	padding: 5px 10px 20px 0;
}

.form01 dd input[type="text"],
.form01 dd input[type="email"] {
	width: 100%;
}

.contactWrap01 .btn01 {
	width: 100%;
	border: none;
	max-width: 280px !important;
	background-size: 100%;
}

.footer01 {
	padding: 30px 10px 0;
	text-align: center;
}

.footer01 .logo01 {
	margin-left: 0;
}

.footer01 .copy {
	margin-top: 20px;
	text-align: center;
}

}
/* Clearfix */
.section05 .inner01:after,
.flowBox > li .heading01:after,
.cf:after {
	content: " ";
	display: block;
	clear: both;
}
.recaptcha-box {
	display: block;
	margin-top: 35px;
}

.g-recaptcha{
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	width:300px;
}

.imgArea {
	width: 100%;
}

.imgArea img {
	width: 100%;
}

.headerFlexSp {
	display: none;
}


.header01 .line {
	position: absolute;
    right: 70px;
    top: 2px;
    z-index: 9999;
    cursor: pointer;
    display: none;
    width: 35px;
    height: auto;
}
.header01 .line img {
	width: 100%;
}

.header01 .hpb {
	position: absolute;
    right: 115px;
    top: 2px;
    z-index: 9999;
    cursor: pointer;
    display: none;
    width: 35px;
    height: auto;
}
.header01 .hpb img {
	width: 100%;
}

@media screen and (max-width:639px) {
	.headerFlexSp {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-around;
		position: relative;
		margin: 15px auto 0;
	}

	.headerFlexSp .btn03 {
		width: 36%;
		max-width: 170px;
	}

	.headerFlexSp .btn02 {
		width: 58%;
		max-width: 280px;
	}

	.btn01 {
		display: none !important;
	}
	.header01 .line {
		display: block;
	}
	.header01 .hpb {
		display: block;
	}
}