/* reset include */
@import url("reset.css");
body {
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #000;
    font-weight: 800;
    letter-spacing: 3px;
	margin: 0
}
a{
    text-decoration: none;
    color: #fff
}

.linkWhiteBlack a:link, .linkWhiteBlack a:visited{
	color: #fff;
}
.linkWhiteBlack a:hover, .linkWhiteBlack a:active{
	color: #666666;
}
.linkWhiteBiue a:link, .linkWhiteBiue a:visited{
	color: #fff;
}
.linkWhiteBiue a:hover, .linkWhiteBiue a:active{
	color: #3093CE;
}
input[type="submit"], input[type="button"] { -webkit-appearance: none; }
li{
	list-style: none;
}
table{
	text-align: left;
}
table span{
	color: #ff4343;
}
th{
	padding: 5px;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
}
tr:last-child th{
	border-bottom: unset;
}
td{
	padding: 10px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}
tr:last-child td{
	border-bottom: unset;
}
input[type="text"] , input[type="email"] , select , input[type="phone"]{
	width: 90%;
    height: 40px;
    border-width: 3px;
    border-color: #000;
    border-radius: 6px;
    background: #eaedf2;
    margin-left: 40px;
    padding-left: 1em;
    font-size: 18px;
    color: #7b7b7b;
    margin-top: 20px;
}
textarea {
	width: 100%;
	height: 200px;
	border-width: 3px;
    border-color: #000;
    border-radius: 6px;
}
input[type="submit"] {
    width: 35%;
    margin: 0 auto;
    padding: 10px 0 8px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    background-color: #f17004;
    border-width: 3px;
    border-color: #000;
    border-radius: 3px;
    display: block;
    border: none;
}
.center{
    text-align: center;
    padding-bottom: 30px;
    letter-spacing: 0;
    font-size: 24px;
}
.docp{
	display: none;
}


#wrapper{
	width: 100%;
	overflow: hidden;
}
.header{
    overflow: hidden;
    width: 100%;
    margin: auto;
}
.bar{
    width: 100%;
    text-align: right;
    padding: 10px 0 0 0;
    margin-right: 10px;
}
.top-bar{
        text-align: right;
    padding: 10px 20px;
    margin-top: 10px;
    
}
.top-bar a{
    color: #000000;
    background-color: #5d9a52;
    border-radius: 10px;
    padding: 5px 11px 5px 18px;
}
.bhmenu{
        width: 35%;
    margin: 0 auto 10px;
    float: left;
}
.hmenu{
    padding-right: 17px;
    padding-top: 10px;
    }

.hmenu img {
    width: 400px;
}


.hmenu a{
        color: #4b851f;
    letter-spacing: 0;
    font-size: 20px;
    
}
.bhmenu img{    width: 80%;}
.hweb{
    background-color: #ef8540
}
/*-----header-----*/
#header{
    background-image: url(../img/header.png);
    text-align: center;
    background-position: center;
    box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 50%);
}
.header-innner{
    width: 100%;
    margin: auto;
    display: flex;
}
.header-innner img{
    width: 100%
}
.cp_h1title {
	position: relative;
    padding: 20px 0;
    text-align: center;
    color: #EF6C00;
    margin: 55px auto 15px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 27px;
    
}
.cp_h1title::before,
.cp_h1title::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 8px;
	box-sizing: border-box;
}
.cp_h1title::before {
	top: 0;
	border-top: 3px solid #F57C00;
	border-bottom: 1px solid #F57C00;
}
.cp_h1title::after {
	bottom: 0;
	border-top: 1px solid #F57C00;
	border-bottom: 3px solid #F57C00;
}
/*-----main-----*/
.main{
    margin: 0px auto;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    width: 90%;
}
.estimate .left , .estimate .right{
    width: 100%;
}

.green{
    background-image: url(../img/green.png);
    text-align: center;
    background-size: cover;
}
.sky{
    background-image: url(../img/sky.png);
    text-align: center;
    background-size: cover;
    background-position: center;
    margin: 100px 0;
}
.shadow{
        font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    color: white;
    font-size: 15px;
    padding: 40px 0;
    text-shadow: 0 0 13px #00a7df;
}
.green img{
    padding-top: 150px;
    width: 90%;
}
.campany{margin: 100px 0}
.kaisha {
width: 100%;
    border: 1px solid;
    font-size: 15px;
    margin: 30px 0;
    border-spacing: 0;
}

.kaisha th,
.kaisha td {
    padding: 20px;
    border-spacing: 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.kaisha th {
    font-weight: bold;
    color: #d05c14;
    text-align: center;
    border-right: 1px solid #ccc;
}
.kaisha td a{    color: #000;}
.titleO{
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #ff6633;
    border-left-width: 8px;
    border-left-style: dotted border-left-color: #ff6633;
    padding-left: 10px;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}
.orangeT{
    background: #ffe3b1;
    overflow: hidden;
    padding: 10px;
}
.orangeD{
    background: #fad380;
    overflow: hidden;
    padding: 10px;
}
.orangeT .left ,.orangeD .left{
    width: 70%;
    float: left;
}
.orangeT .right ,.orangeD .right{
    width: 20%;
    float: right;
}
.yellow{background:linear-gradient(transparent 60%, #ff6 60%);}
.other{
    margin: 50px auto;
    text-align: center;
    font-size: 22px;
    color: #4e4e4e;
}
.plusInner .w20{
    width: calc(100% / 2);
    float: left;
}
.main .w30 img{
    width: 90%;
}
.about03{
    overflow: hidden;
    margin: 50px auto;}
.about03 .left{
    width: 10%;
    float: left;
    position: absolute;
}
.about03 .left img{
    width: 40px
}
.about03 .right{
    width: 72%;
    float: right;
    padding-right: 17px;
    font-size: 14px;
}
.about04{
    margin: 50px auto;
    text-align: center;
}
.about04 img{
    width:381px
    
}
.about05 img , .about06 img{width: 100%}
.about06{
}
.title05{
    font-size: 36px;
    padding-left: 230px;
    padding-top: 50px;
}
.title06{
    padding-right: 224px;
    font-size: 26px;
    padding-top: 58px;
}
.text05{
        padding-left: 232px;
    font-size: 20px;
    padding-top: 65px;
    padding-bottom: 15px;
}
.text06{
    padding-right: 190px;
    font-size: 19px;
    padding-top: 55px;
    color: #03074b;
}
img.pa65 , .step img{
    width: 100%
}
.orange{
    color: #f17004;
    font-size: 45px
}
.title02 {
    color: #03074b;
    margin: 100px auto;
    font-size: 48px;
    font-weight: inherit;
    text-align: center;
}
.pac{
    background-color: #ffe3b1;
    position: relative;
}
.aboutPac{
    margin-bottom: 50px;
    overflow: hidden;
    margin-bottom: 50px;
    overflow: hidden;
    margin-top: 60px;
    padding-top: 125px;
}

.aboutPac img{
    position: absolute;
    top: -60px;
    width: 90%;
}
.pacAbout{
    width: 90%;
    margin: auto;
}
.pacAbout .cal2{
    width: 100%;
    font-family: sans-serif;
    margin-bottom: 30px;
}
.pacA{
    background-color: #effaff;
}
.pacAbout .Title{
    font-size: 26px;
    color: white;
    padding: 12px;
    margin: 0;
    text-align: center;
}
.pacA .Title{
    background: rgb(1,126,198);
    background: linear-gradient(180deg, rgba(1,126,198,1) 0%, rgba(0,70,162,1) 100%);
}
.pacB .Title{
    background: rgb(31,141,50);
    background: linear-gradient(180deg, rgba(31,141,50,1) 0%, rgba(5,87,13,1) 100%);
}
.pacC .Title{
    background: rgb(253,1,32);
    background: linear-gradient(180deg, rgba(253,1,32,1) 0%, rgba(154,2,7,1) 100%);
}
.pacD .Title{
    background: rgb(142,83,175);
    background: linear-gradient(180deg, rgba(142,83,175,1) 0%, rgba(95,36,144,1) 100%);
}
.pacA .pacTxt{
    background: #effaff
}
.pacB .pacTxt{
    background: #f5fcf4
}
.pacC .pacTxt{
    background: #fdf1f1
}
.pacD .pacTxt{
    background: #f6f3fc
}
.pacTxt{
    padding: 20px;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
}
.pacTxt img{
    position: inherit;
}
.pacC img ,.pacD img{width: 100%}
.sectTit {
    font-family: sans-serif;
    color: #e60c29;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-size: 28px;
}
.pacC .pacTxt img {
    width: 60%;
}
.pacTxt img{
    width: 40%
}
.sectTit:before,
.sectTit:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #e60c29;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
 
.sectTit:before {
  transform: rotate(-35deg);
}
 
.sectTit:after {
  transform: rotate(35deg);
}
center{
	text-align: center
}
small{
	font-size: 80%
}
strong{
	color: red;
	font-size: 120%
}
.plusInner{
    font-family: sans-serif;
    overflow: hidden;}
.Inner{padding: 15px 10px;}
.pTitle{
    color: #f17004;
    text-align: center;
    font-size: 27px;
    padding: 10px 0;
}
.ptxt{
    text-align: justify;
    padding: 0 10px;}
.attention{
    margin: 50px 0;
    text-align: center;
    font-family: sans-serif;
    padding-bottom: 50px;
    font-size: 20px;
}
.other{overflow: hidden;}
.other img , .qa img , .voice img , .campany img , .contact_inner img{
    width: 100%
}
.otherBg{margin-top: 40px;}
.other .cal2{
    width: calc(99% / 2);
    float: left;
    margin: auto;
    height: 100px;
}
.otherInner{font-size: 18px;}
.Otitle{
    color: #f17004;
    font-size: 23px;
    padding: 10px 0;
}
.Rborder{
    border-right: 1px solid #f17004;
}
.border{
        padding-bottom: 13px;
    border-bottom: 1px solid #f17004;
}
.promiceBg{
    overflow: hidden;
    font-size: 18px;
}
.promice{
    margin-bottom: 50px;
    overflow: hidden;
    margin-bottom: 50px;
    overflow: hidden;
    margin-top: 180px;
    padding-top: 90px;
}
.promice img {
    position: absolute;
    top: -190px;
    width: 90%;
}
.promiceInner{
    overflow: hidden;
}
.promiceInner .left{
    width: 20%;
    float: left;
}
.promiceInner .left img{    width: 80%;}
.promiceInner .right{
        float: right;
    width: 80%;
    padding: 20px 0;
}
.promiceTitle{
    color: #f17004;
    font-size: 28px;
    border-bottom: 2px solid;
    font-style: italic;
}
.promiceTex{padding-top: 10px;}
.qa{
    padding: 80px 0;
    overflow: hidden;
    font-size: 20px;
}
.qaInner .left{
    width: 25%;
    float: left;
}
.qatxt{
    float: left;
    font-family: sans-serif;
    width: 60%;
    background-color: #ffe3b1;
    border-radius: 13px;
    padding: 70px 25px;
    margin: 20px auto;
}
.qaInner .right{
    width: 26%;
    float: right;
}
.qaInner .right img{padding-top: 14px;}
.answer{
        float: right;
    font-family: sans-serif;
    width: 65%;
    background-color: #0e78ed;
    border-radius: 13px;
    padding: 70px 25px 60px;
    margin: 0px auto 20px;
    color: white;
    display:table;
  text-align:center;
}
.answerInner{
  display:table-cell;
  vertical-align:middle;
}

.voiceBg{
        background-color: #fff0df;
    overflow: hidden;
    padding: 20px 20px 30px;
    border-radius: 15px;
    box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 50%);
    margin: 30px 0;
}
.voiceBg .left{
    width: 57%;
    float: left;
    font-family: sans-serif;
    color: #f17004;
    font-size: 22px;
    padding-top: 23px;
}
.voiceBg .right{ 
    float: right;
    width: 35%;}
.sen{
  background-color: #fff0df;
    background-image: linear-gradient(
90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff0df 0%, #fff0df 100%), linear-gradient(
180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
    background-size: 8px 100%,100% 2em;
    line-height: 2em;
    padding: 2em 1em 0.2em 1em;
    font-size: 15px;
}
.blue{
        background-color: #6dc9ff8c;
}
p{
	margin: 0
}
/*-----memo-----*/
.memo{
    text-align: center
}
.memo img{
    width: 85%;
}
/*-----topBn-----*/

#topBn{
	margin: 0px auto 0;
    overflow: hidden;
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    background-color: #437626;
    color: white;
    padding: 20px;
    background-image: url(../img/greenbg.png);
    background-repeat: repeat-x
}
.info img{
    width: 100%
}
.main img{
    vertical-align: bottom;
}
.estimate{overflow: hidden;}
.estimate img{
    width: 100%
}

.about{
        margin: 50px auto;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    text-align: center;
    font-size: 22px;
    color: #4e4e4e;
}
.title{
        padding: 20px 10px;
    border: none;
    background-image: linear-gradient(
        90deg, #FFF ,#f99a30,#FFF);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #03074b;
    text-shadow: none;
    margin-bottom: 20px;
        font-size: 32px;
    font-weight: inherit;
    text-align: center;
}
.about02{    
    margin: 50px auto;}

.tel{
    font-size: 59px;
    line-height: 59px;
}
.w0{
    float: right;
    color: yellow;
    font-size: 32px;
    margin-top: 15px;
    text-align: center;
}
.open{
    color: #000;
    font-size: 17px;
    letter-spacing: 0;
}
.form{
    background-color: #208510;
    color: #fff;
    text-align: center;
    padding: 40px 0;
    font-size: 36px;
}
.topics01{
    margin-top: 20px;
}
.topics01 .title{
    background-color: #0e0f53;
    color: yellow;
}
.topics01 .title .subt{
    color: #fff;
    font-size: 43px;
}
.topics01-main{
    background-image: url(../img/topic01.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 65%;
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
}
.topics-inner{
    width: 900px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 20px;
}
.topics-inner img{width: 100%;}
.w40{
    width: 35%;
    padding: 0px 22px;
    float: left;
}
.topics-inner .red{
    font-size: 30px
}
.topics-inner .w60{
    color: #000;
    font-size: 20px;
    letter-spacing: 0;
    
}
h1{
        color: #208511;
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 50px;
}
h4{
    text-align: center;
    background-color: red;
    color: yellow;
    font-size: 41px;
    padding: 0;
    margin: 0;
}
.topic-bottom{
    background-color: #0e0f53;
    height: 20px
}
.sttex{
        font-size: 36px;
    font-weight: 900;
}
.three .sttex small{
font-weight: 900;
    font-size: 26px;}
.three{
    width: 95%;
    position: relative;
    text-align: center;
    font-size: 27px;
    margin: 3px auto;
    padding: 10px 0;
}
.three .txt{
    padding: 27px 47px;
}
.three small{
    letter-spacing: 0;
    font-weight: 100;
    font-size: 20px;
}
.three .box_imageLeft {
  position: absolute;
  left: 0;
}
.three .box_imageRight {
  position: absolute;
  right: 0;
    top: 57%;
}
.campaign{
    text-align: center
}
.campaign img{
    width: 90%
}
.cline img{
    width: 4%;
    padding: 0 20px;
}
.cline p{
    display: inline-block;
    font-size: 54px;
    color: white;
    text-shadow: 2px 0 0 red, 0 2px 0 red, -2px 0 0 red, 0 -2px 0 red;
}
.topics02{
    padding-bottom: 60px;
    }
.topics03{
    background-color: #56994b;
    text-align: center;
    color: white;
    font-size: 45px;
    padding: 20px 0;
}
.title03 img{
    width: 90%
}
.voice_inner{
    padding: 0px 30px;
    overflow: hidden;}
.voice_inner .w20{
    width: 20%;
    float: left
}
.voice_inner .w80{
    width: 80%;
    float: left;
    padding: 50px 0 0;
    margin-top: 15px;
}
.comment {
    position: relative;
    padding: 25px;
    min-width: 120px;
    max-width: 100%;
    font-size: 16px;
    background: #FFF;
    border: solid 3px ;
    box-sizing: border-box;
    border-radius: 22px;
}

.comment:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.comment:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid ;
  z-index: 1;
}

.comment p  {
    margin: 0;
    padding: 0;
    font-size: 37px;
    color: #000;
    text-align: left;
}

.red-ribbon{
    position: relative;
    background: #ff0000;
    padding: 10px;
    color: yellow;
    text-align: center;
    font-size: 46px;
}
.red-ribbon:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ff0000 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.topics04{
    text-align: center;
    margin: 50px 0 0;
    font-size: 27px;
    line-height: 49px;
    
}
.line{
    color: red;
    border-bottom: 3px solid yellow;
}
.profile{
    background-image: url(../img/profile.png);
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
}
.red-box{
    margin: 0 auto;
    padding: 80px 0;
}
.red-box-inner{
    margin: 0 auto;
    width: 300px;
    background-color: red;
    color: yellow;
    border-radius: 10px;
    padding: 30px 0;
}
.campagne{
    background-color: #208510;
    text-align: center;
    padding: 20px 0
}
.campagne p{    
    display: inline-block;
    color: yellow;
    font-size: 55px;
}
.campagne img{
    vertical-align: middle;
}
.topics05{
    background-image: url(../img/wood.png);
    overflow: hidden;
    padding-bottom: 40px;
    text-align: center;
    padding-top: 20px;
}
.topics05 img{
    width: 80%;
    vertical-align: bottom;
}
.topics05 h1{
    color: red;
    margin: 0;
    text-align: center;
    font-size: 55px;
    font-weight: bolder;
}
.campaign .topics05{
    background-image: none
}
.rehome img{
    width: 100%
}
.sub-title{
    text-align: center;
    font-size: 28px;
}
.free{
    width: 90%;
    margin: 20px auto;
    overflow: hidden;
    letter-spacing: 0
}
.topics05 .w40{
    width: calc(90% / 4);
    float: left;
    padding: 20px 0;
    margin: 0 5px;
    background-color: white;
    border: 3px solid yellow;
    border-radius: 8px;
    text-align: center;
    color: #000;
    height: 205px;
    position: relative;
    
}
.topics05 .w40 p{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100px;
    text-align: center;
    font-size: 30px;
    white-space: nowrap;
    line-height: 36px;
    white-space: nowrap;
}
.topics05 .w40 p.long{
    position: inherit;
    top: 50%;
    left: 51%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 204px;
    text-align: center;
    font-size: 30px;
    white-space: -webkit-nowrap;
    line-height: 36px;
}
.topics05 .w40 p.long small{
    font-size: 77%;
    line-height: 29px;
}
.short{
    text-align: center;
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 0;
}
.pointbg{
        background: linear-gradient(#06062c, #1d2469, #06062c);
    padding: 35px 10px;
}
.pointTitle{
    text-align: center;
    text-shadow: 1px 0 0 white, 0 1px 0 white, -1px 0 0 white, 0 -1px 0 white;
    font-size: 50px;
    color: #1f314b;
}
.yline{
    background-image: url(../img/memo.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 980px;
}
.neco-txt{
    text-align: center;
    font-size: 25px;
    padding-bottom: 90px;
}
.neco-txt .txt{
    width: 860px;
    margin: auto;
}
#wrap1{
    padding-top: 120px;
}
.box {
    padding: 10px;
    display: inline-grid;
    vertical-align: middle;
    zoom: 1;
    font-size: 48px;
}
.stecker{
    width: 860px;
    margin: 30px auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.stecker .w30 img{
    padding: 0;
    width: 242px;
}
.yline .w30{
    width: calc(100% / 3);
    float: left;
    padding: 0px;
    margin: auto;
}
.yline .w30 p{
    color: yellow;
    font-size: 70px;
    line-height: 275px;
}

.yline .w30 .stecker-tx{
    color: yellow;
    font-size: 70px;
    line-height: 1;
    padding-top: 85px;
}
.saigai{
    text-align: center;
    background-color: white;
}

.saigai img{
    width: 90%;
    margin: auto;
}

.case{
    width: 80%;
    margin: 0px auto 10px;
    background-color: white;
    border: solid 3px #5d9a52;
    padding: 20px;
    overflow: hidden;
}
.case .w30{
    width: calc(100% / 3);
    float: left;
    padding: 0px;
    margin: auto;
}
.case .w30 img{
    padding: 10px;
    width: 95%;
}
.case .w20{
    width: calc(100% / 2);
    float: left;
    padding: 0px;
    margin: auto;
}
table.table01 {
	width: 98%;
    border-right: #5d9a52 solid 1px;
    border-collapse: collapse;
    font-weight: 100;
    text-align: left;
}
table.table01 thead th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#5d9a52 solid 1px;
}
table.table01 tbody th {
    background: #5d9a52;
    color: #FFF;
    padding: 10px 15px;
    border-bottom: #FFF solid 1px;
    vertical-align: middle;
    text-align: left;
}
table.table01 tbody tr:last-child th {
	border-bottom:#5d9a52 solid 1px;
}
table.table01 tbody td {
	background: #FFF;
    padding: 10px 15px;
    border-left: #5d9a52 solid 1px;
    border-bottom: #5d9a52 solid 1px;
    vertical-align: top;
    border-top: #5d9a52 solid 1px;
    text-align: left;
}
.point{
    width: 80%;
    margin: auto;}
.point-txt{
    font-weight: 100;
    font-size: 18px;
}
.point h3{
    font-size: 32px;
    color: white;
    background: linear-gradient(transparent 86%, #5d9a52 60%);
    padding: 0;
    margin: 10px 0 15px;
}
.pointC{
    background-color: white;
    padding: 10px;
}
.point h3:after {
    content: url(../img/point.png);
    margin-left: 20px;
    position: sticky;
    left: 90%;
}
.longT{
    font-size: 15px;
    font-family: serif;
}
.form a{
    color: yellow
}

.flow{
    width: 98%;
    margin: auto;
        text-align: center;
}
.flow .w30{
    width: calc(93% / 3);
    float: left;
    padding: 0px 5px;
    margin: 0 6px;
    background-color: #d6e4d9;
    position: relative;
    
}
.position{
    position: absolute;
    width: 16%;
    top: 28%;
    left: -13%;
    z-index: 1;}
.positionR{
position: absolute;
    width: 16%;
    top: 28%;
    right: -7%;
    z-index: 1;}
.flow .w30 img {
    padding: 0 15px;
    width: 90%;
}
.posi{
    position: relative;
    bottom: 35px;
}
.flex{
    display: flex;
    width: 90%;
    margin: 50px auto;
}
.flow h2{
    margin-bottom: 70px;
}
.flow h3{
    color: #5d9a52;
    text-align: center;
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 10px;
}
.flow p{
    font-weight: 100;
    padding: 0 10px;
}
.cal3{
    width: calc(100% / 3);
    float: left
}
.cal2{
    width: calc(100% / 2);
    float: left
}
.circle {	
    position: relative;
    display: inline-block;
    width: 90%;
    height: 155px;
    border-radius: 50%;
    background: white;
    border: 4px solid;
}

.circle span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
}
.circle font{
    line-height: 47px;
    font-weight: 700;
}
p.tex{
    background-color: #fff;
    border: 4px solid;
    border-radius: 9px;
    font-size: 27px;
    margin: 0 5px 5px;
}
p.tex60{
    background-color: #fff;
    border: 4px solid;
    border-radius: 9px;
    font-size: 27px;
    padding: 6px 0;
}
.cta{
    background-color: #ff0000;
    padding: 20px 0;
    overflow: hidden;
    color: #fff;
}
.cta_inner{
    width: 900px;
    margin: auto
}
.cta_inner img{
    width: 10%;
    vertical-align: middle;
    padding-right: 5px;
}





/*-----contact-----*/
#contact{
    text-align: center;
    background-color: #ffe3b1;
    padding: 50px 0;
}
.contact_inner{
    width: 100%;
    margin: auto;
    background-color: white;
    padding: 0 0 50px;
}
.Form {
      margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.Form-Item {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    align-items: center;
    text-align: left;
        border-bottom: 1px solid #c7c7c7;
}

.Form-Item:nth-child(5) {
  border-bottom: none;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #f17004;
    color: #fff;
    font-size: 14px;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 83%;
  background: #eaedf2;
  font-size: 18px;
}

.Form-Item-Textarea {
    border: 4px solid #000;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 83%;
    background: #eaedf2;
    font-size: 18px;
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.contacttext{
    font-family: sans-serif;
    padding: 25px;
}
.large a{
    color: #f17004;
    font-size: 30px;
    font-weight: 900;
}
.large img{width: 8%;
vertical-align: baseline;}


/*-----footer-----*/
footer{
    width: 100%;
    margin: auto;
    text-align: center
}
footer a img{
    width: 20%
}
.footer-inner{
    background-color: #f17004;
    color: white;
    text-align: center;
    padding: 40px 0;
    letter-spacing: 0;
}
