@charset "utf-8";

/*--------------------

	ＴＯＰページ

--------------------*/

body{
	margin:0;
	padding:0;
	font-family:  "Noto Sans JP", メイリオ, Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    line-height: 1.5;
	font-weight: 400;
	font-style: normal;
	color:#3F3D43;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

a{
	text-decoration: none!important;
}

/*20190919修正*/

#app{
	height: 100%;
}

#WRAPPER_2{
	margin:0;
	padding-top:70px;
	width:100%;
	height: auto;
	background: #F0F0EE;
}

.pc_br{
	display: block;
}

.sp_br{
	display: none;
}

.font_28{
	font-size: 28px;
}

.font_25{
	font-size: 25px;
}

.font_20{
	font-size: 20px;
}

.bold{
	font-weight: bold;
}

/*コンテンツ*/
article{
/*background: #ffffff;*/
	height: 100%;
	text-align: center;
	letter-spacing: 0.1em;
}


.moushikomi_lp{
	position: relative;
    width: 90%;
	height: 100%;
    max-width: 1000px;
    margin: 80px auto 140px;
    padding: 140px 70px 50px 70px;
    border: 3px solid #4aa948;
    background: #fff;
	box-sizing: border-box;
	font-size: 18px;
}

.logo{
	position: absolute;
    top: -120px;
    left: 0%;
	right: 0%;
	margin: 0 auto;
    width: 220px;
}

.title{
		text-align: center;
}

h1{
	border-bottom: 6px solid #4aa948;
	display: inline-block;
	margin: 0 auto;
	padding-bottom: 14px;
	letter-spacing: 0.05em;
}

.tabs{
	margin: 40px auto 0;
	width: 800px;
}

.tabs ul{
	display: block;
}

.tabs ul li {
	float: left;
}

.tabs ul li p{
	letter-spacing: 0.1em;
	padding: 1em 0;
	text-align: center;
	width: 170px;
	border-radius: 15px;
	color: #ffffff;
	float: left;
	margin-top: 10px;
	background: #41ac54; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #41ac54 0%, #20a594 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #41ac54 0%,#20a594 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #41ac54 0%,#20a594 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41ac54', endColorstr='#20a594',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*20190919修正*/
.right_arrow{
	width: 20px;
	margin-top: 40px;
	text-align: center;
	padding: 0 10px;
}

.choice_tab{
	background: #F96F15!important;
	margin-top: 0!important;
	position: relative;
}

.choice_tab::after{
	content: url("../img/tabsback.png");
	position: absolute;
	top: -20px;
	right: -20px;
}


h2{
	text-align: center;
	letter-spacing: 0.1em;
	margin: 40px 0 20px;
}

.process_1{
	width: 100%;
    border: 2px solid #4aa948;
	padding: 30px;
	box-sizing: border-box;
}

.process_1 dt{
	width: 100%;
	border: 4px solid #4aa948;
	box-sizing: border-box;
}

.process_1 dt span{
	font-size: 25px;
	font-weight: bold;
	width: 25%;
	float: left;
	padding: 0.5em 0;
	background: #ffffff;
	color: #4aa948;
	letter-spacing: 0.3em;
}

.process_1 dt p{
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-align: left;
	font-size: 25px;
	width: 75%;
	float: right;
	padding: 0.5em 0 0.5em 1em;
	box-sizing: border-box;
	background: #41ac54; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #41ac54 0%, #20a594 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #41ac54 0%,#20a594 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #41ac54 0%,#20a594 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41ac54', endColorstr='#20a594',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.process_1 dd{
	margin:20px 0 30px;
	text-align: left;
}

/*.process_1 dd:last-child{
	margin:20px 0 0px;
}*/

.moushikomi_box{
	width: 100%;
	margin: 60px 0 0;
	padding: 0 60px;
	box-sizing: border-box;
}

.moushikomi_box dt{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.Hissu{
	background: #F96F15;
	padding: 0.2em 1em;
	margin-right: 0.5em;
	line-height: 0;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.1em;
	border-radius: 10px;
	box-sizing: border-box;
}

.moushikomi_box dd input{
	width: 100%;
	padding: 1.5em 1em;
	box-sizing: border-box;
	border: 5px solid #F2F2F3;
	font-size: 20px;
	font-weight: bold;
}

.moushikomi_box dd{
		margin-bottom: 3em;
}

.required_text{
	color: #ff0000;
	font-weight: bold;
}

.check{
	display: block;
    text-align: center;
	margin: 2em 0;
}

.check_headquarter{
  display: block;
  text-align: left;
  margin-bottom: 45px;
}

.check p{
	display: inline-block;
	margin-left: 0.5em;
}

.kiyaku{
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
	margin-left: 0.5em;
}


.policy{
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
	margin-left: 0.5em;
}

.txtLink{
  color: #4aa948 !important;
  text-decoration: none;
  border-style: none;
  margin-left: 1em;
}

.txtLink:hover, .txtLinkPayment:hover {
  border-style: none;
  border-bottom: 2px solid #4aa948;
  color: #4aa948;
}

.txtLinkPayment{
  color: #4aa948 !important;
}

.moushikomi_box_2{
	width: 100%;
	margin: 60px 0 0;
	padding: 0 60px;
	box-sizing: border-box;
}

.moushikomi_box_2 dt{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.moushikomi_box_2 dd input{
	width: 100%;
	padding: 1.5em 1em;
	box-sizing: border-box;
	border: 5px solid #F2F2F3;
	font-size: 20px;
	font-weight: bold;
}

/*.moushikomi_box_2 dd input[type="date"]::-webkit-clear-button{*/
	/*-webkit-appearance: none;*/
/*}*/

.moushikomi_box_2 dd{
		margin-bottom: 3em;
}

.SizeL{
	width: 100%;
}

.SizeS{
	width: 40%!important;
}

.submit-button input {
	cursor: pointer;
	font-size: 40px;
	margin: 0 auto;
    display: block;
    padding: 24px 30px;
	background: #41ac54; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #41ac54 0%, #20a594 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #41ac54 0%,#20a594 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #41ac54 0%,#20a594 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41ac54', endColorstr='#20a594',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    box-sizing: border-box;
    width: 400px;
    -webkit-appearance: none;
    border-radius: 100px;
	border: none;
	-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/*.submit-button input:hover{*/
	/*opacity: 0.6;*/
/*}*/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ccc;
}
::placeholder{ /* Others */
 color:#ccc
}

input[type="text"]:focus {
  outline: 0;
}

.process_2_1{
	width: 100%;
    border: 2px solid #4aa948;
	padding: 30px 20px 30px 30px;
	box-sizing: border-box;
}

.process_2_1 dl{
	height: 300px;
	text-align: left;
	word-break: break-all;
	overflow-y: scroll;
	padding-right: 1em;
}

.process_2_1 dl p{
	margin-bottom: 2em;
}

.process_2_1 dl dt{
	color: #4aa948;
	margin-bottom: 0.2em;
}

/*20190926修正ここから*/
.process_2_1 dl dd{
	border-bottom: dotted 1px #999999;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.num_indent{
	padding-left:1.2em;
	text-indent:-1.2em;
	margin-bottom: 0em!important;
}
/*20190926修正ここまで*/

.process_2_1 dl::-webkit-scrollbar{
  width: 14px;
}
.process_2_1 dl::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #4aa948;
}
.process_2_1 dl::-webkit-scrollbar-thumb{
  background: #4aa948;
  border-radius: 10px;
  box-shadow: none;
}

.process_2_2{
	width: 100%;
    border: 2px solid #4aa948;
	padding: 30px 20px 30px 30px;
	box-sizing: border-box;
}

.process_2_2 dl{
	height: 300px;
	text-align: left;
	word-break: break-all;
	overflow-y: scroll;
	padding-right: 1em;
}

.process_2_2 dl p{
	margin-bottom: 2em;
}
/*20190926修正ここから*/
.txt_right{
	display: block;
	text-align: right;
	margin-bottom: 1em;
}
/*20190926修正ここまで*/

.process_2_2 dl dt{
	color: #4aa948;
	margin-bottom: 0.2em;
}

/*20190926修正ここから*/
.process_2_2 dl dd{
	border-bottom: dotted 1px #999999;
	padding-bottom: 1em;
	margin-bottom: 1em;
	/*padding-left:1.6em;*/
	/*text-indent:-1.6em;*/
}
/*20190926修正ここまで*/

.process_2_2 dl::-webkit-scrollbar{
  width: 14px;
}
.process_2_2 dl::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #4aa948;
}
.process_2_2 dl::-webkit-scrollbar-thumb{
  background: #4aa948;
  border-radius: 10px;
  box-shadow: none;
}

/*20191016修正ここから*/
.process_2_5 dl p{
  word-break: break-all;
}
/*20191016修正ここまで*/

.process2_box{
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.zipbtn, .zipbtn_headquarter{
	width: 180px!important;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	margin-left: 10px;
	padding: 1.5em 1em;
    box-sizing: border-box;
    border: 1px solid #CDCDCD!important;
    font-size: 20px;
    font-weight:normal!important;
	border-radius: 20px;
}

.chuui{
	margin-bottom: 20px;
}

.plan{
	width: 100%;
    padding: 1.5em 1em;
    box-sizing: border-box;
    border: 5px solid #F2F2F3;
    font-size: 20px;
    font-weight: bold;
}

.money_font, .money_font_headquarter{
	color: #F86E14;
	font-size: 40px;
	margin: 0 0.5em;
	letter-spacing: 0.05em;
}

.process_2_3{
	width: 100%;
    border: 2px solid #4aa948;
	padding: 30px 20px 30px 30px;
	box-sizing: border-box;
	margin-top: 20px;
}
/*9/24修正ここから*/
.process_2_3 div {
    height: 300px;
    text-align: left;
    word-break: break-all;
    overflow-y: scroll;
    padding-right: 1em;
}

.process_2_3 ul{
	margin-bottom: 2em;
}

.process_2_3 li{
	list-style:disc;
	margin-left:30px;
}

.process_2_3 div::-webkit-scrollbar{
  width: 14px;
}
.process_2_3 div::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #4aa948;
}
.process_2_3 div::-webkit-scrollbar-thumb{
  background: #4aa948;
  border-radius: 10px;
  box-shadow: none;
}

/*9/24修正ここまで*/

/*11/05修正ここから*/
.process_2_kasan {
	width: 100%;
	margin-top: 20px;
  border: 2px solid #4aa948;
}

.process_2_kasan div{
  position: relative;
}

.process_2_kasan input{
	position: absolute;
	top:4.5em;
	left:2em;
}

.process_2_kasan dl{
	padding: 30px 20px 30px 30px;
	box-sizing: border-box;
	width: 100%;
	padding-left: 10%;
}

.process_2_kasan dl dt {
	font-size: 20px;
	display: inline-block;
	margin-bottom: 1em;
	font-weight: bold;
}

.process_2_4_none{
	width: 100%;
	border: 2px solid #F2F2F3;
	padding: 50px 20px 20px 30px;
	box-sizing: border-box;
	margin-top: 20px;
	background: #F2F2F3;
}

.process_2_4_none div{
	margin-bottom: 30px;
	position: relative;
	margin-left: 30px;
}

.process_2_4_none dl{
	background-color: rgb(255, 255, 255, 0.4);
	text-align: left;
	margin-left: 2em;
	width: 90%;
	padding: 1em;
	box-sizing: border-box;
	height: 100%;
}

.process_2_4_none dl dt{
	font-size: 20px;
	border-bottom: 12px solid #FFBF00;
	display: inline-block;
	margin-bottom: 1em;
	font-weight: bold;
}

.process_2_4_none .campaign{
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	transform: scale(2);
	position: absolute;
	top: 48%;
	left: -10px;
}

.process_2_4_none a {
	background: url("../img/ic/pdf.svg") no-repeat left;
	background-size: 30px 37px;
	padding: 0.5em 0 0 30px;
	margin-top: 1em;
	display: inline-block;
}

.process_2_kasan ul{
	border: 2px solid #4aa948;
	padding: 30px 20px 30px 30px;
}
/*11/05修正ここまで*/

.process_2_4{
	width: 100%;
    border: 2px solid #4aa948;
	padding: 50px 20px 20px 30px;
	box-sizing: border-box;
	margin-top: 20px;
	background: url("../img/yellow_back.png");
}

.process_2_4 div{
	margin-bottom: 30px;
	position: relative;
	margin-left: 30px;
}

.process_2_4 dl{
	background-color: rgb(255, 255, 255, 0.4);
	text-align: left;
	margin-left: 2em;
	width: 90%;
	padding: 1em;
	box-sizing: border-box;
	height: 100%;
}

.process_2_4 dl dt{
	font-size: 20px;
	border-bottom: 12px solid #FFBF00;
	display: inline-block;
	margin-bottom: 1em;
	font-weight: bold;
}

.process_2_4 dl dd{
	white-space:pre-wrap;
}

.campaign{
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
	position: absolute;
	top: 48%;
	left: -10px;
}

.process_2_4 a {
	color: #4aa948;
	text-decoration: underline!important;
	background: url("../img/ic/pdf.svg") no-repeat left;
	background-size: 30px 37px;
	padding: 0.5em 0 0 30px;
	margin-top: 1em;
	display: inline-block;
}

.process_2_5{
	width: 100%;
    border: 2px solid #4aa948;
	padding: 50px 60px 30px;
	box-sizing: border-box;
	margin-top: 20px;
	background: #D3EBD5;
}

/*20191003修正ここから*/
.process_2_5 p{
	text-align: center;
}
/*20191003修正ここまで*/

.process_2_5 .required_text{
	margin-bottom: 0em!important;
}

.process_2_5 dt{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.process_2_5 dd input{
	width: 100%;
	padding: 1.5em 1em;
	box-sizing: border-box;
	border: 5px solid #F2F2F3;
	font-size: 20px;
	font-weight: bold;
}

.readonly{
	background: #d3d3d3;
	width: 100%;
	padding: 1.5em 1em;
	box-sizing: border-box;
	border: 5px solid #F2F2F3;
	font-size: 20px;
	font-weight: bold;
}

.readonly::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #696969!important;
}
.readonly:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #696969!important;
}
.readonly::placeholder{ /* Others */
	color: #696969!important;
}

.accout_id{
	margin-top: 20px;
	margin-bottom: 10px!important;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 20px;
}
/*20191003修正ここから*/
.setsumei{
	margin-bottom: 3em;
}
/*20191003修正ここまで*/

.process_2_5 dd{
	margin-bottom: 3em;
}

.process_2_5 dd p{
	text-align: left;
}

.seimei div{
	float: left;
	width: 49%;
}

.seimei div:last-child{
	margin-left: 2%;
}

.process_2_6{
	width: 100%;
	box-sizing: border-box;
	margin: 40px 0 60px;
}

.process_2_6 dl{
	width: 100%;
	box-sizing: border-box;
	padding: 40px 60px 0px;
}

.process_2_6 dl dt{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
}

.process_2_6 dd textarea{
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	border: 5px solid #F2F2F3;
	font-size: 20px;
	font-weight: bold;
}

/*フッター*/
div#FooterBg{
	width: 100%;
    padding: 70px 0 70px 0;
    background: #fff;
	position: relative;
	bottom: 0;
}

footer#FOOTER{
}

div.FooterCopy{
	text-align:center;
	letter-spacing: 0.1em;
	padding-top: 1em;
}

.unei{
	display: inline-block;
	border-bottom: 6px solid #4aa948;
	padding-bottom: 14px;
	margin-bottom: 40px;
}

.unei_name{
	margin-bottom: 40px;
}

/*20190927修正ここから*/
#pagetop{
	position: fixed;
	bottom: 120px;
	right: 50px;
	width: 80px;
	height: 80px;
	box-shadow: 4px 4px 10px 2px rgba(0,0,0,0.2);
	background: #4aa948;
	border-radius: 10px;
	border-style: none;
	outline: none;
	transition: opacity 1s;
}

/*20190927修正ここまで*/

#pagetop.fade-in {
	opacity: 0;
	transition: opacity 1s;
}

p#pagetop a img{
	padding: 18px 10px 22px;
}

/*20190909木原　確認画面コーディング分*/
table.kakunin_table{
	width:85%;
	box-sizing:border-box;
	margin:0 auto 50px auto;
}

table.kakunin_table th{
	width:25%;
	box-sizing:border-box;
	padding:20px;
	border-bottom:1px dotted #555555;
	font-size:20px;
	font-weight:bold;
	vertical-align:middle;
}

table.kakunin_table td{
	width:75%;
	box-sizing:border-box;
	padding:20px 0;
	border-bottom:1px dotted #555555;
	font-size:20px;
	font-weight:bold;
	word-wrap:normal;
	word-break : break-all;
	white-space:pre-wrap;
}

.process_2_5{
	width: 100%;
    border: 2px solid #4DA850;
	padding: 30px 20px 30px 30px;
	box-sizing: border-box;
	margin-top: 20px;
	background: #D3EBD5;
}

table.kakunin_table02{
	width:90%;
	box-sizing:border-box;
	margin:0 auto 50px auto;
}

table.kakunin_table02 th{
	width:35%;
	box-sizing:border-box;
	padding:20px;
	border-bottom:1px dotted #555555;
	font-size:20px;
	font-weight:bold;
}

table.kakunin_table02 td{
	width:65%;
	box-sizing:border-box;
	padding:20px 0;
	border-bottom:1px dotted #555555;
	font-size:20px;
	font-weight:bold;
	word-wrap:normal;
	word-break : break-all;
	white-space:pre-wrap;
}

/* 20201214 廣瀬 追加 */
table.kakunin_table03{
  width:85%;
  box-sizing:border-box;
  margin:0 auto 50px auto;
}

table.kakunin_table03 th{
  width:30%;
  box-sizing:border-box;
  padding:20px;
  border-bottom:1px dotted #555555;
  font-size:20px;
  font-weight:bold;
  vertical-align:middle;
}

table.kakunin_table03 td{
  width:70%;
  box-sizing:border-box;
  padding:20px 0;
  border-bottom:1px dotted #555555;
  font-size:20px;
  font-weight:bold;
  word-wrap:normal;
  word-break : break-all;
  white-space:pre-wrap;
}
/* 20201214 廣瀬 追加ここまで */

table.kakunin_table04{
  width:90%;
  box-sizing:border-box;
  margin:0 auto 50px auto;
}

table.kakunin_table04 th{
  width:37%;
  box-sizing:border-box;
  padding:20px;
  border-bottom:1px dotted #555555;
  font-size:20px;
  font-weight:bold;
}

table.kakunin_table04 td{
  width:63%;
  box-sizing:border-box;
  padding:20px 0;
  border-bottom:1px dotted #555555;
  font-size:20px;
  font-weight:bold;
  word-wrap:normal;
  word-break : break-all;
  white-space:pre-wrap;
}

.BtnArea, .BtnArea-headquarter{
	width:600px;
	margin:0 auto;
}


.submit-button02 input, .submit-button04 input {
	cursor: pointer;
	font-size: 40px;
	float:left;
	margin:0 25px;
    display: block;
    padding: 24px 10px;
	background: #41ac54; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #41ac54 0%, #20a594 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #41ac54 0%,#20a594 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #41ac54 0%,#20a594 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41ac54', endColorstr='#20a594',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    box-sizing: border-box;
    width: 250px;
    -webkit-appearance: none;
    border-radius: 100px;
	border: none;
	-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/*.submit-button02 input:hover{*/
	/*opacity: 0.6;*/
/*}*/

.submit-button03 input, .submit-button05 input {
	cursor: pointer;
	font-size: 40px;
	float:left;
	margin:0 25px;
    display: block;
    padding: 24px 10px;
	background: #fff; /* Old browsers */
    color: #41ac54;
    box-sizing: border-box;
    width: 250px;
    -webkit-appearance: none;
    border-radius: 100px;
	border: 3px solid #41ac54;
	-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/*.submit-button03 input:hover{*/
	/*opacity: 0.6;*/
/*}*/

/*池田以下から記載*/

.text_01{
	margin: 50px 10px ;
	word-break:normal;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.contact_note{
	text-align: center;
}

.otoiawasesaki{
	margin-bottom:20px;
}

.tel_image{
	width:500px;
	margin-bottom: 50px;
}

.sp_br2{
	display:block ;
}
/*池田以上記載*/

