@charset "utf-8";
/* CSS Document */

/* reset styles */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*
	/*font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

/* HTML5の新要素 */
section, nav, article, aside, header, footer, 
hgroup, figure, figcaption, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*
	/*font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*------------------------------------------------------------------
共通スタイル
-------------------------------------------------------------------*/
html,body{
    width: 100%;
	height:100%;
}
body{
	font-size:middle;	
	text-align:center;
	color:#000;
	background:#fff;
	line-height:2.2rem;
}
.clear{
	overflow:hidden;	
}
ul{
	list-style:none;	
}
img{
    vertical-align:bottom;
	border:none;
	max-width:100%;
}
span.red{
	color:red;	
}
span.blue{
	color:#276EAA;	
}
span.underline{
	text-decoration:underline;	
}
*:focus {
   outline:none;
}
a{
	color:#221815;
}
a:hover{
	color:#B5B5B5;
}
a:hover img{
	opacity: 0.8;	
}


@media screen and (min-width:768px){
	a[href^="tel:"] {
		pointer-events: none;
	}
}
/**mac用リセットCSS**/
/*input{
	-webkit-appearance: none;	
}*/
/*------------------------------------------------------------------
共通スタイルcontainer
-------------------------------------------------------------------*/
/*.container{
	width:900px;
	margin:0 auto;*/
	/* box-shadow */
	/*-moz-box-shadow:0px 0px 6px 3px #cccccc;
	-webkit-box-shadow:0px 0px 6px 3px #cccccc;	
	box-shadow:0px 0px 6px 3px #cccccc;
}
.container{
	background:url(../images/bg.png) repeat-y center top;
}*/
/*------------------------------------------------------------------
共通スタイルbox
-------------------------------------------------------------------*/
/*.box{
	min-width:1200px;
	_display: inline;
	_zoom:1;
}*/
/*------------------------------------------------------------------
共通スタイルheader
-------------------------------------------------------------------*/
#mainvisual{
	background: url("../images/main.jpg") no-repeat center top;
	background-size: cover;
	height: 508px;
}
#mainvisual img{
	max-width: 350px;
	padding-top:5rem;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	#mainvisual{
		margin-top: 56px;
	}
	#mainvisual img{
		padding-top: 4rem;
	}
}
@media screen and (max-width: 370px) {
	#mainvisual{
		height: 408px;
	}
	#mainvisual img{
		max-width: 300px;
		padding-top: 2rem;
	}
}

#box02,
#box03,
#box04,
#box05,
#box10{
	max-width: 880px;
	margin: 0 auto 5rem;
}
@media screen and (max-width: 900px) {
	#box02,
	#box03,
	#box04,
	#box05,
	#box10{
		width: 98%;
	}
}
@media screen and (max-width: 500px)  {
	#box02,
	#box03,
	#box04,
	#box05,
	#box10{
		margin: 0 auto 3rem;
	}
}
#box02 h1,
#box03 h1,
#box04 h1,
#box05 h1,
#box10 h1{
	font-weight: normal;
	font-size: 1.8rem;
	position: relative;
    text-align: center;
}
@media screen and (max-width: 550px) {
	#box02 h1,
	#box03 h1,
	#box04 h1,
	#box05 h1,
	#box10 h1{
		font-size: 1.3rem;
	}
}
#box02 h1 span,
#box03 h1 span,
#box04 h1 span,
#box05 h1 span,
#box10 h1 span{
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
#box02 h1::before,
#box03 h1::before,
#box04 h1::before,
#box05 h1::before,
#box10 h1::before{
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
#page_top{
  width: 50px;
  height: 75px;
  position: fixed;
  right: 95px;
  bottom: 170px;
  border-radius: 50%;
  z-index: 100;
}
#page_top a{
  display: block;
}
@media screen and (max-width: 900px) {
	#page_top{
		width: 40px;
		height: 60px;
		right: 100px;
		bottom: 170px;
	}
}
@media screen and (max-width: 640px) {
	#page_top{
		right: 20px;
		bottom: 100px;
	}
}
#contact{
  width: 200px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 100;
	background: #7db1ba;
	border-radius: 8px;
	padding: 0.8rem 0.5rem;
}
#contact a{
  display: block;
}
#contact a:first-of-type{
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {
	#contact{
		width: 100%;
		height: auto;
		display: flex;
        flex-flow: row wrap;
		justify-content:space-between;
		right: 0;
 		bottom: 0;
		border-radius: 0;
		padding: 0.5rem 3.5% 0;
	}
	#contact a{
		width: 50%;
		background: #7db1ba;
	}
	#contact a:first-of-type{
		border-right: 1px #fff solid;
		padding-right: 1.2rem;
	}
	#contact a:last-of-type{
		padding-left: 1.2rem;
		margin-bottom: 0.5rem;
	}
}
@media screen and (max-width: 400px) {
	#contact{
		padding: 0.5rem 1.5% 0;
	}
	#contact a:first-of-type{
		padding-right: 0.5rem;
	}
	#contact a:last-of-type{
		padding-left: 0.5rem;
	}
}
/*------------------------------------------------------------------
共通スタイルパーツ.link
-------------------------------------------------------------------*/
.link a{
	display: block;
	width: 250px;
	margin: 0 auto;
	border: 1px #7db1ba solid;
	border-radius: 50px;
	text-decoration: none;
	color: #7db1ba;
	position: relative;
}
.link a:after{
	display: block;
	position: absolute;
	right:30px;
	top: 13px;
	content: "";
	background: url("../images/arrow01.png") no-repeat left top;
	background-size:contain;
	width: 10px;
	height: 10px;
}
.link a:hover{
	background: #7db1ba;
	color: #fff;
}
.link a:hover:after{
	background: url("../images/arrow01_on.png") no-repeat left top;
	background-size:contain;
	width: 10px;
	height: 10px;
}

/*------------------------------------------------------------------
共通スタイルパーツbox01
-------------------------------------------------------------------*/
#box01{
	max-width: 880px;
	margin: 5rem auto 2rem;
}
#box01 .blue{
	font-size: 1.2rem;
	font-weight: bold;
}
@media screen and (max-width: 820px) {
	#box01{
		max-width: 90%;
	}
	#box01 br{
		display: none;
	}
	#box01 span{
		display: block;
	}
}
@media screen and (max-width: 500px) {
	#box01{
		margin: 3rem auto;
	}
}
#icon01{
	padding:0 1.5rem 3rem;
}
@media screen and (max-width: 500px) {
	#icon01{
		padding:0 1.5rem 0;
	}	
}
/*------------------------------------------------------------------
共通スタイルパーツbox02
-------------------------------------------------------------------*/
#box02 ul{
	max-width: 800px;
	height: 600px;
	margin: 0 auto;
	margin-top: 5rem;
	background: url("../images/line01.svg") no-repeat 3rem 5rem;
	background-size: 52%;
	position: relative;
}
@media screen and (max-width: 500px) {
	#box02 ul{
		margin-top: 3rem;
	}
}
#box02 ul li{
	padding:1rem 0 3rem 11.5rem;
	position: relative;
	text-align: left;
	font-size: 0.9rem;
	line-height: 1.3rem;
}
#box02 ul li:nth-of-type(2){
	position: absolute;
	left: 25.6rem;
	top: 10rem;
}
#box02 ul li:nth-of-type(3){
	position: absolute;
	left: 0;
	top: 21rem;
}
#box02 ul li:last-of-type{
	position: absolute;
	left: 25.6rem;
	top: 30.8rem;
}
@media screen and (max-width: 820px) {
	#box02 ul{
		max-width: 600px;
		height: 600px;
		background: url("../images/line02.svg") no-repeat 3rem 5rem;
		background-size: 33%;
	}
	#box02 ul li:nth-of-type(2){
		left: 11.8rem;
		top: 10.2rem;
	}
	#box02 ul li:nth-of-type(3){
		left: 0;
		top: 21.3rem;
	}
	#box02 ul li:last-of-type{
		left: 11.8rem;
		top: 31.2rem;
	}
}
@media screen and (max-width: 620px) {
	#box02 ul{
		max-width: 400px;
		height: 580px;
		background: url("../images/line03.svg") no-repeat 3rem 5rem;
		background-size: 25%;
	}
	#box02 ul li:nth-of-type(2){
		left: 6rem;
		top: 9.5rem;
	}
	#box02 ul li:nth-of-type(3){
		left: 0;
		top: 19.8rem;
	}
	#box02 ul li:last-of-type{
		left: 6rem;
		top: 29rem;
	}
	#box02 ul li:last-of-type br{
		display: none;
	}
}
@media screen and (max-width: 420px) {
	#box02 ul{
		max-width: 300px;
		height: 590px;
		background: url("../images/line04.svg") no-repeat 3rem 5rem;
		background-size: 1%;
	}
	#box02 ul li:nth-of-type(2){
		left: 0;
		top: 9.5rem;
	}
	#box02 ul li:nth-of-type(3){
		left: 0;
		top: 19rem;
	}
	#box02 ul li:last-of-type{
		left: 0;
		top: 28.5rem;
	}
	#box02 ul li:first-of-type br,
	#box02 ul li:nth-of-type(2) br,
	#box02 ul li:nth-of-type(3) br,
	#box02 ul li:last-of-type br{
		display: none;
	}
}
#box02 ul li:before{
	display: block;
	position: absolute;
	left:0;
	top: 0;
	content: "";
	width: 100px;
	height: 100px;
}
#box02 ul li:first-of-type:before{
	background: url("../images/01.png") no-repeat left top;
	background-size: contain;
}
#box02 ul li:nth-of-type(2):before{
	background: url("../images/02.png") no-repeat left top;
	background-size: contain;
}
#box02 ul li:nth-of-type(3):before{
	background: url("../images/03.png") no-repeat left top;
	background-size: contain;
}
#box02 ul li:last-of-type:before{
	background: url("../images/04.png") no-repeat left top;
	background-size: contain;
}

#box02 ul li span:first-of-type{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left:7.5rem;
	top: 1rem;
}
#box02 ul li:first-of-type span:first-of-type{
	background: url("../images/icon01.png") no-repeat left top;
	background-size: contain;
}
#box02 ul li:nth-of-type(2) span:first-of-type{
	background: url("../images/icon02.png") no-repeat left top;
	background-size: contain;
}
#box02 ul li:nth-of-type(3) span:first-of-type{
	background: url("../images/icon03.png") no-repeat left top;
	background-size: contain;
}
#box02 ul li:last-of-type span:first-of-type{
	background: url("../images/icon04.png") no-repeat left top;
	background-size: contain;
}
/*------------------------------------------------------------------
共通スタイルパーツbox03
-------------------------------------------------------------------*/
#box03 ul,
#box10 ul{
	margin-top: 3rem;
}
@media screen and (max-width: 500px)  {
	#box03 ul,
	#box10 ul{
		margin-top: 2rem;
	}
}
#box03 ul li a,
#box10 ul li a{
	width: 300px;
	margin-bottom: 1rem;
}


/*------------------------------------------------------------------
共通スタイルパーツbox04
-------------------------------------------------------------------*/
#box04 h2{
	text-align: left;
	margin:4rem 0 2rem 0;
	padding-left: 2rem;
	font-size: 1.4rem;
	font-weight: normal;
	position: relative;
}
@media screen and (max-width: 550px)  {
	#box04 h2{
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 500px)  {
	#box04 h2{
		margin:1rem 0 2rem 0;
	}
}
#box04 h2:before{
	display: block;
	position: absolute;
	left:0;
	top: 8px;
	content: "";
	background: url("../images/arrow02.png") no-repeat left top;
	background-size:contain;
	width: 50px;
	height: 17px;
	
}
#box04 ul:first-of-type{
	display: flex;
    flex-flow: row wrap;
	justify-content:space-between;
}
#box04 ul:first-of-type li{
	width: 32%;
}
#box04 ul li .sp{
	display: none;
}
@media screen and (max-width: 620px) {
	#box04 ul:first-of-type{
		width: 70%;
		margin: 0 auto;
	}
	#box04 ul:first-of-type li .pc{
		display: none;
	}
	#box04 ul:first-of-type li .sp{
		display: block;
	}
	#box04 ul:first-of-type li{
		width: 100%;
		padding-bottom: 1rem;
	}
}


@media screen and (max-width: 500px) {
	#box04 ul:first-of-type li .pc{
		display: block;
	}
	#box04 ul:first-of-type li .sp{
		display: none;
	}
	#box04 ul:first-of-type{
		max-width: 230px;
		margin: 0 auto;
	}
	#box04 ul:first-of-type li{
		width: 100%;
		padding-bottom: 1rem;
	}
}
#box04 ul:nth-of-type(2){
	display: flex;
    flex-flow: row wrap;
}
#box04 ul:nth-of-type(2) li{
	width: 24%;
	margin-right: 1.33333%;
	padding-bottom: 1rem;
}
#box04 ul:nth-of-type(2) li:nth-of-type(4n){
	margin-right: 0;
}
@media screen and (max-width: 670px) {
	#box04 ul:nth-of-type(2) li,
	#box04 ul:nth-of-type(2) li:nth-of-type(4n){
		width: 32%;
		margin-right: 2%;
	}
	#box04 ul:nth-of-type(2) li:nth-of-type(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	#box04 ul:nth-of-type(2){
		justify-content:space-between;
	}
	#box04 ul:nth-of-type(2) li,
	#box04 ul:nth-of-type(2) li:nth-of-type(4n),
	#box04 ul:nth-of-type(2) li:nth-of-type(3n){
		width: 49%;
		margin-right: 0;
	}
}
#box04 ul.sp{
	display: none;
}
@media screen and (max-width: 500px) {
	#box04 div.pc{
		display: none;
	}
	#box04 ul.sp{
		display: block;
		max-width: 250px;
		margin: 0 auto;
	}
	#box04 ul.sp li{
		background:#f8ad3b;
		margin-bottom: 0.8rem;
		position: relative;
	}
	#box04 ul.sp li:after{
		position: absolute;
		content: '';
		right: 0;
		top: 0;
		border-width: 0 17px 17px 0;
		border-style: solid;
		border-color: #f8ad3b #fff #f8ad3b;
	}
	
	
}
/*------------------------------------------------------------------
共通スタイルパーツbox05
-------------------------------------------------------------------*/
#box05 ul{
	display: flex;
    flex-flow: row wrap;
	justify-content:space-between;
	margin: 4rem 0 5rem;
}
#box05 ul li{
	width: 24%;
	font-size: 0.9rem;
	line-height: 1.6rem;
	padding-bottom: 3rem;
}
#box05 ul li:nth-of-type(3),
#box05 ul li:last-of-type{
	padding-bottom: 0;
}
#box05 ul li img{
	padding-bottom: 10px;
}
#box05 ul li span{
	display: block;
}
@media screen and (max-width: 620px){
	#box05 ul li{
		width: 49%;
	}
}

@media screen and (max-width: 500px) {
	#box05 ul{
		max-width: 250px;
		margin: 2rem auto 3rem;
	}
	#box05 ul li,
	#box05 ul li:nth-of-type(3){
		width: 100%;
		padding-bottom: 3rem;
	}
	#box05 ul li:last-of-type{
		padding-bottom: 0;
	}
}
/*------------------------------------------------------------------
共通スタイルfooter
-------------------------------------------------------------------*/
.footer_logo{
	padding-bottom: 10px;
}
.footer_num{
	line-height: 1.6rem;
}
footer{
	color: #fff;
	padding: 3rem 0 3rem;
	margin-top: 3rem;
	background: #0a3250;
	border-top: 5px #7db1ba solid;
}
/*------------------------------------------------------------------
--------------------------------------------------------------------
共通スタイルSUB STYLE
--------------------------------------------------------------------
-------------------------------------------------------------------*/
#flows #box06,
#flows #box07,
#flows #box08,
#flows #box09,
#form01 #box11{
	max-width: 880px;
	margin: 0 auto 5rem;
}
@media screen and (max-width: 900px) {
	#flows #box06,
	#flows #box07,
	#flows #box08,
	#flows #box09,
	#form01 #box11{
		width: 98%;
	}
}
@media screen and (max-width: 500px)  {
	#flows #box06,
	#flows #box07,
	#flows #box08,
	#flows #box09,
	#form01 #box11{
		margin: 0 auto 3rem;
	}
}
#flows #box06 h1,
#flows #box07 h1,
#flows #box08 h1,
#flows #box09 h1,
#form01 #box11 h1{
	font-weight: normal;
	font-size: 1.8rem;
	position: relative;
    text-align: left;
}
@media screen and (max-width: 550px) {
	#flows #box06 h1,
	#flows #box07 h1,
	#flows #box08 h1,
	#flows #box09 h1,
	#form01 #box11 h1{
		font-size: 1.3rem;
	}
}
#flows #box06 h1 span,
#flows #box07 h1 span,
#flows #box08 h1 span,
#flows #box09 h1 span,
#form01 #box11 h1 span{
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  background-color:#fff;
  text-align: left;
}
#flows #box06 h1::before,
#flows #box07 h1::before,
#flows #box08 h1::before,
#flows #box09 h1::before,
#form01 #box11 h1::before{
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
/*------------------------------------------------------------------
共通スタイルflows box06
-------------------------------------------------------------------*/
#flows #box06{
	padding-top: 5rem;
}
#flows #box06 .sp{
	display: none;
}
#flows #box06 ul{
	max-width: 90%;
	display: flex;
    flex-flow: row wrap;
	justify-content:space-between;
	margin: 4rem auto 0;
}
@media screen and (max-width: 500px) {
	#flows #box06 ul{
		margin: 2rem auto 0;
	}
}
#flows #box06 ul li{
	width: 22%;
}
@media screen and (max-width: 700px) {
	#flows #box06 ul li{
		width: 24%;
	}
}
@media screen and (max-width: 620px) {
	#flows #box06 .sp{
		display: block;
	}
	#flows #box06 .pc{
		display: none;
	}
	#flows #box06 ul{
		max-width: 90%;
		display: flex;
		flex-flow: row wrap;
		justify-content:space-between;
	}
	#flows #box06 ul li{
		width: 49%;
		padding-bottom: 1rem;
	}
	#flows #box06 ul li:nth-of-type(3),
	#flows #box06 ul li:last-of-type{
		padding-bottom: 0;
	}
}
@media screen and (max-width: 500px) {
	#flows #box06 ul{
		max-width: 250px;
	}
	#flows #box06 ul li,
	#flows #box06 ul li:nth-of-type(3){
		width: 100%;
		padding-bottom: 1rem;
	}
	#flows #box06 ul li:last-of-type{
		padding-bottom: 0;
	}
}

/*------------------------------------------------------------------
共通スタイルflows box07 box08
-------------------------------------------------------------------*/
#flows #box07 ul,
#flows #box08 ul{
	width: 90%;
	margin: 4rem auto 0;
}
@media screen and (max-width: 500px) {
	#flows #box07 ul,
	#flows #box08 ul{
		margin: 2rem auto 0;
	}
}
#flows #box07 ul li,
#flows #box08 ul li{
	border-radius: 10px;
	color: #fff;
	line-height: 1.4rem;
	text-align: left;
	padding: 15px 1.3rem 15px 4.5rem;
	margin-bottom: 1rem;
	position: relative;
}
#flows #box07 ul li:last-of-type,
#flows #box08 ul li:last-of-type{
	margin-bottom:0;
}
#flows #box07 ul li:before,
#flows #box08 ul li:before{
	display: block;
	content: "";
	width: 50px;
	height:30px;
	position: absolute;
	left:0.8rem;
	top: 22%;
}
#flows #box07 ul li:first-of-type:before,
#flows #box08 ul li:first-of-type:before{
	background: url("../images/sub_01.png") no-repeat left center;
	background-size: 80%;
}
#flows #box07 ul li:nth-of-type(2):before,
#flows #box08 ul li:nth-of-type(2):before{
	background: url("../images/sub_02.png") no-repeat left center;
	background-size: 80%;
}
#flows #box07 ul li:nth-of-type(3):before,
#flows #box08 ul li:nth-of-type(3):before{
	background: url("../images/sub_03.png") no-repeat left center;
	background-size: 80%;
}
#flows #box07 ul li:nth-of-type(4):before,
#flows #box08 ul li:nth-of-type(4):before{
	background: url("../images/sub_04.png") no-repeat left center;
	background-size: 80%;
}
/*------------------------------------------------------------------
共通スタイルflows box07
-------------------------------------------------------------------*/
#flows #box07 ul li{
	background: #7db1ba;
}
#flows #box07 ul li.yellow{
	background: #f8ad3b;
}
/*------------------------------------------------------------------
共通スタイルflows box08
-------------------------------------------------------------------*/
#flows #box08 ul li{
	background: #f8ad3b;
}
/*------------------------------------------------------------------
共通スタイルflows box09
-------------------------------------------------------------------*/
#flows #box09 ul{
	max-width: 90%;
	margin: 4rem auto 0;
	display: flex;
    flex-flow: row wrap;
	justify-content:center;
}
@media screen and (max-width: 500px) {
	#flows #box09 ul{
		margin: 2rem auto 0;
	}
}
#flows #box09 ul li{
	width: 28%;
	margin:0 2.6666% 2rem;
	line-height: 1.6rem;
	font-size: 0.9rem;
}
#flows #box09 ul li img{
	padding-bottom: 1rem;
}
#flows #box09 ul li span{
	display: block;
}
@media screen and (max-width: 720px) {
	#flows #box09 ul li br{
		display: none;
	}
}
@media screen and (max-width: 500px) {
	#flows #box09 ul{
		max-width: 200px;
	}
	#flows #box09 ul li{
		width: 100%;
	}
	#flows #box09 ul li:last-of-type{
		margin:0 2.6666% 0;
	}
}

/*------------------------------------------------------------------
共通スタイルform01 box11
-------------------------------------------------------------------*/
#form01 #box11{
	padding-top: 5rem;
}
#form01 #box11 div:first-of-type{
	width: 450px;
	margin: 4rem auto 0;
	border-radius: 6px;
	border: 1px #B9B9B9 solid;
	padding: 1rem;
	line-height: 1.6rem;
	font-size: 0.9rem;
}
#form01 #box11 div:first-of-type a{
	max-width: 200px;
	display: block;
	margin: 1rem auto 0;
	border: 1px rgba(10,50,80,0.8) solid;
	padding: 0.3rem 0;
	border-radius: 6px;
	text-decoration: none;
	color: rgba(10,50,80,0.8);
}
#form01 #box11 div:first-of-type a:hover{
	background:rgba(10,50,80,0.8);
	color: #fff;
}
#form01 #box11 dl{
	width: 450px;
	margin: 1rem auto 0;
}
#form01 #box11 dl:first-of-type{
	margin-top: 3rem;
}
@media screen and (max-width: 500px) {
	#form01 #box11 div:first-of-type{
		margin: 2rem auto 0;
	}
	#form01 #box11 dl:first-of-type{
		margin-top: 2rem;
	}
}
@media screen and (max-width: 470px) {
	#form01 #box11 div:first-of-type,
	#form01 #box11 dl{
		width: 90%;
	}
}
#form01 #box11 dl dt{
	width: 100%;
	text-align: left;
}
#form01 #box11 dl dt span{
	background: #DF4245;
	color: #fff;
	font-size: 0.8rem;
	border-radius: 6px;
	padding: 0.2rem 0.6rem 0.2rem 0.5rem;
	margin-right: 0.5rem;
}
#form01 #box11 dl dd{
	width: 100%;
}
#form01 #box11 dl dd input[type="text"],
#form01 #box11 dl dd input[type="tel"],
#form01 #box11 dl dd textarea{
	width: 100%;
	padding: 0.7rem 1rem;
	border-radius: 6px;
	border: 1px #B9B9B9 solid;
	background: #EBEBEB;
}
#form01 #box11 dl dd.time{
	text-align: left;
}
#form01 #box11 dl dd input[type="radio"]{
	display: none;
}
#form01 #box11 dl dd input[type="radio"] + label{
	padding-left: 20px;
    position:relative;
    margin-right: 20px;
}
#form01 #box11 dl dd input[type="radio"] + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
}
#form01 #box11 dl dd input[type="radio"]:checked + label{
    color: rgba(10,50,80,0.8);
}
#form01 #box11 dl dd input[type="radio"]:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 11px;
  height: 11px;
  background: rgba(10,50,80,0.8);
  border-radius: 50%;
}
#form01 #box11 dl dd textarea{
	height: 10rem;
}

#formWrap input,
#form01 #box11 #submit input {
	display: block;
	width: 250px;
	margin: 10px auto;
	padding: 10px 0;
	background: rgba(10,50,80,0.8);
	border: 1px rgba(10,50,80,0.8) solid;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
}
#formWrap input:hover,
#form01 #box11 #submit input:hover{
	background: rgba(10,50,80,0);
	color: rgba(10,50,80,0.8);
}

#form01 textarea {
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}







