/* カスタム CSS をここに入力してください */
p.sub-catch-top {
	font-size: 32px!important;
	font-weight: bold;
	text-align: center;
}

h2.catch-top {
	font-size: 46px!important;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	background: rgba(0,0,0,0.1);
	padding: 10px;
	border-radius: 10px;
}

p.p-right {
	color: #666!important;
	font-size: 14px!important;
	text-align: right;
}

img.sp-img {
	display: none;
}

.boxstyle10 {
	margin: 30px 10px 10px;
	padding: 20px;
	overflow: auto;
    background: #fff;
    border-radius: 10px;
}
input.w100 {
	font-size: 20px;
	margin: 5px 0;
	width: 100%;
}
p {
	margin-bottom: 0;
}

input.square_btn {
	color: #FFF;
	font-size:50px;
	padding-top: 30px!important;
	padding-bottom: 30px!important;
	margin-top: 20px;
	width:100%;
	position: relative;
	display: inline-block;
	text-decoration: none;
	transition: .4s;
	border:none;
	border-radius: 10px;
	cursor:pointer;
	background: #23b522;
  }
input.square_btn:hover {
	background: #1ec7bb;
}

ul.form-caution {
	border-radius: 10px;
	padding: 10px 10px 10px 35px;
	position: relative;
	margin: 0 30px;
	background: #eee;
}
ul.form-caution li {
	color: #666;
	font-size: 14px;
	line-height: 1.3;
	padding: 5px 0 0;
	list-style-type: none!important;
}
ul.form-caution li:before {
	font-family: FontAwesome;
	content: "\f071";
	position: absolute;
	left : 16px;
	color: #ff0000;
}

h2.content02-title01 {
	font-size: 36px!important;
	font-weight: bold;
	line-height: 1.4;
}

h2.content02-title02 {
	font-size: 34px!important;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

h2.content03-title01 {
	font-size: 48px!important;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

h2.content03-title02 {
	font-size: 46px!important;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.content02-box01 {
    margin: 50px 0;
	padding-bottom: 20px;
    background: #f1f1f1;
}
.content02-box01 .box-title h3 {
    font-size: 30px;
    background: #1e73be;
	margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}
.content02-box01 p {
    padding: 0 30px;
    margin: 0;
}

.content02-box02 {
    margin: 50px 0 20px;
	padding-bottom: 20px;
    background: #f1f1f1;
}
.content02-box02 .box-title h3 {
    font-size: 30px;
    background: #1e73be;
	margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}
.content02-box02 p {
    padding: 0 30px;
    margin: 0;
}

ul.listbox01 {
	border-radius: 10px;
	padding: 10px 10px 10px 35px;
	position: relative;
	margin: 30px 0;
	background: #eee;
}
ul.listbox01 li {
	font-size: 18px;
	line-height: 1.5;
	padding: 10px 10px;
	list-style-type: none!important;
}
ul.listbox01 li:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left : 20px;
	color: #ffb03f;
}

ul.listbox02 {
	border-radius: 10px;
	padding: 10px 18px 10px 40px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
ul.listbox02 li {
	font-size: 18px;
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
}
ul.listbox02 li:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left : 1em;
	color: #ffb03f;
}

.content02-box01 ul.listbox02 {
	padding: 10px 18px 10px 35px;
	margin-left: 50px;
	margin-right: 50px;
	background: #fff;
}

.content03-prof {
    position: relative;
    margin: 32px 0;
    padding: 30px 50px;
    border: solid 5px #ccc;
    border-radius: 10px;
}
.content03-prof h2.box-title {
    position: absolute;
    display: inline-block;
    top: -32px;
    left: 20px;
    padding: 15px 15px 10px;
    line-height: 1;
    font-size: 36px!important;
    background: #ccc;
    color: #666;
    font-weight: bold;
	  border-radius: 10px
}
.content03-prof p {
    margin: 0; 
    padding: 0;
}

ul.listbox03-01 {
	border: none;
	padding: 20px 20px 20px 45px;
	position: relative;
	margin: 32px 10px;
	background: #eee;
	border-radius: 10px;
}
ul.listbox03-01 li {
	font-size: 18px;
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
}
ul.listbox03-01 li:before {
	font-family: FontAwesome;
	content: "\f075";
	position: absolute;
	left : 20px;
	color: skyblue;
}

.content03-box01 {
    margin: 50px 0 20px;
	padding-bottom: 20px;
    background: #f1f1f1;
}
.content03-box01 .box-title h3 {
    font-size: 30px;
    background: #dd3333;
	margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}
.content03-box01 p {
    padding: 0 30px;
    margin: 0;
}

ul.listbox03-02 {
	border-radius: 10px;
	padding: 10px 10px 10px 35px;
	position: relative;
	margin: 30px 30px 20px;
	background: #fff;
}
ul.listbox03-02 li {
	color: #666;
	font-size: 14px;
	line-height: 1.3;
	padding: 5px 0;
	list-style-type: none!important;
}
ul.listbox03-02 li:before {
	font-family: FontAwesome;
	content: "\f05a";
	position: absolute;
	left : 16px;
	color: #ffb03f;
}

.content02-arrow {
	width: 0;
	height: 0;
	border-top: 80px solid #f00;
	border-right: 150px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 150px solid transparent;
	margin: 10px auto 20px;
}

.content03-arrow {
	width: 0;
	height: 0;
	border-top: 80px solid #f00;
	border-right: 150px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 150px solid transparent;
	margin: 50px auto -20px;
}

@media only screen and (max-width: 648px){
p.sub-catch-top	{
	font-size: 22px!important;
	line-height: 1.4!important;
	text-align: left;
}

h2.catch-top {
	font-size: 24px!important;
	line-height: 1.4!important;
	text-align: left;
	}

p.p-right {
	margin-top: 5px!important;
}

img.pc-img {
	display: none;
}

img.sp-img {
	display: inline;
}

.boxstyle10 {
	margin: 30px 0 10px;
	padding: 20px;
}

span.mail-in {
    font-size: 16px!important;
}

input.square_btn {
	font-size:18px;
	padding-top: 20px!important;
	padding-bottom: 20px!important;
}

ul.form-caution {
	padding: 10px 10px 10px 32px;
	margin: 0 15px;
}
ul.form-caution li {
	padding: 5px 0 0;
}
ul.form-caution li:before {
	left : 14px;
}

h2.content02-title01 {
	font-size: 24px!important;
    margin: 0 10px;
}

h2.content02-title02 {
	font-size: 24px!important;
	text-align: left;
	margin: 0 10px;
}

h2.content03-title01 {
	font-size: 24px!important;
	text-align: left;
	margin: 0 10px;
}

h2.content03-title02 {
	font-size: 24px!important;
	text-align: left;
	margin: 0 10px;
}

.content02-p,
.content03-01-p,
.content03-02-p{
	margin: 15px;
}

.content02-box01 {
    margin: 50px 10px;
	padding-bottom: 5px;
}
.content02-box01 .box-title h3 {
    font-size: 24px;
	line-height: 1.4;
    padding: 10px;
    text-align: left;
}
.content02-box01 p {
    padding: 0 15px;
    margin: 0;
}

ul.listbox01 {
	padding: 0 0 0 25px;
}
ul.listbox01 li {
	padding: 10px 10px;
}
ul.listbox01 li:before {
	left : 10px;
}

ul.listbox02 {
	border-radius: 10px;
	padding: 10px 18px 10px 40px;
	position: relative;
	margin:30px 10px!important;
}
ul.listbox02 li {
	font-size: 18px;
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
}
ul.listbox02 li:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left : 1em;
	color: #ffb03f;
}

.content02-box01 ul.listbox02 {
	padding: 10px 18px 10px 35px;
	margin-left: 50px;
	margin-right: 50px;
	background: #fff;
}

.content02-box02 {
    margin: 50px 10px 20px;
	padding-bottom: 5px;
}
.content02-box02 .box-title h3 {
    font-size: 24px;
	line-height: 1.4;
    padding: 10px;
    text-align: left;
}
.content02-box02 p {
    padding: 0 15px;
    margin: 0;
}

.content03-prof {
    margin: 32px 5px;
    padding: 30px 20px 20px;
}
.content03-prof h2.box-title {
    position: absolute;
    display: inline-block;
    top: -32px;
    left: 10px;
    padding: 15px 15px;
	margin-right: 10px;
    line-height: 1;
    font-size: 20px!important;
    background: #ccc;
    color: #666;
    font-weight: bold;
	border-radius: 10px
}
.content03-prof p {
    margin: 0; 
    padding: 0;
}

ul.listbox03-01 {
	padding: 10px 10px 10px 40px;
	margin: 32px 0;
}
ul.listbox03-01 li {
	padding: 0.5em 0;
}
ul.listbox03-01 li:before {
	left : 15px;
}

.content03-box01 {
    margin: 50px 10px 20px;
	padding-bottom: 5px;
}
.content03-box01 .box-title h3 {
    font-size: 24px;
	line-height: 1.4;
    padding: 10px;
    text-align: left;
}
.content03-box01 p {
    padding: 0 15px;
    margin: 0;
}

ul.listbox03-02 {
	padding: 10px 10px 10px 30px;
	margin: 25px 15px 20px;
}
ul.listbox03-02 li {
	padding: 5px 0;
}
ul.listbox03-02 li:before {
	left : 10px;
}

.content02-arrow {
	border-top: 50px solid #f00;
	border-right: 100px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 100px solid transparent;
	margin: 0 auto;
}

.content03-arrow {
	border-top: 50px solid #f00;
	border-right: 100px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 100px solid transparent;
	margin: 30px auto -40px;
}
}