@charset "utf-8";
/*--------------------------------------------
*
*	reset style
*
*--------------------------------------------*/
body,
p {
	margin : 0;
	padding : 0;
  font-family: Arial, '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
  font-size: 20px;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6, form {
	margin : 0;
	padding : 0;
	font-size : 100%;
	font-weight : normal;
	display : block;
}
a {
  text-decoration: none;
  color: #2a2a2a;
}
address {
	font-style : normal;
}
a.block {
  display: block;
}
.pointerNone {
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}

ul, ol {
	list-style : none;
	margin : 0;
	padding : 0;
}

ul li {
	margin : 0;
	padding : 0;
}

ol {
	margin-top : 1em;
	margin-bottom : 1em;
}

dl, dt, dd {
	margin : 0;
	padding : 0;
}

address {
	font-style : normal;
}

img {
	border : none;
	vertical-align : bottom;
  width: 100%;
}

.clearfix {
	*zoom : 1;
}
.clearfix:after {
	content : ' ';
	display : table;
	clear : both;
}

.clear {
	clear : both;
	display : block;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.text{
  margin: 15px 0 0;
  text-align: center;
  font-size: 25px;
}
.caution {
  font-size: 14px;
  margin-top: 20px;
}
.caution dl {
  display: flex;
}
.caution dl dd {
  flex: 1;
}
.caption {
  font-weight: bold;
  margin: 20px 0 10px;
}
.txt-link {
  font-weight: bold;
  color: #c47f7a;
  text-decoration: underline;
}
.mt10 {
  margin-top: 10px;
}
.mt60-20 {
  margin-top: 60px;
}
.clear hr {
	display : none;
}
section {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #FFF;
}
section h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  background-color: #f7931e;
  color: #FFF;
  padding: 20px 10px;
}
section h2 span {
  color: #1d2088;
}
section + section {
  margin-top: 90px;
}
.sectionInner {
  padding: 30px 50px;
}
main img {
  width: auto;
  max-width: 100%;
}
.image01 {
  margin-top: 20px;
  margin-bottom: 25px;
  text-align: center;
}
.image01.image02 {
  margin-bottom: 0;
}
@media not screen and (max-width: 767px) {
  a:hover {
    opacity: .7;
  }
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  .sectionInner.sectionInner02 {
    padding: 30px 50px 60px;
  }
}
@media only screen and (max-width:767px){
  body, p {
    font-size: 16px;
  }
  main img {
    width: 100%;
  }
  .mt60-20 {
    margin-top: 20px;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
  section {
    padding: 0;
  }
  section + section {
    margin-top: 30px;
  }
  .caution {
    margin-top: 10px;
    font-size: 12px;
  }
  section h2 {
    font-size: 26px;
    padding: 5px 10px;
    line-height: 1.3;
  }
  .sectionInner {
    padding: 20px;
  }
}
/*--------------------------------------------
*
*	header
*
*--------------------------------------------*/
header {
  max-width: 1170px;
  margin: 0 auto;
  padding: 16px 10px;
}
header img {
  max-width: 301px;
}
@media only screen and (max-width:767px){
  header img {
    max-width: 190px;
  }
}
/*--------------------------------------------
*
*	mainVisualcv
*
*--------------------------------------------*/
#mainVisual {
  width: 100%;
  background-color: #ffe9be;
}
#mainVisual .main-txt {
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px 0 50px 50px;  
  background-image: url(/personal/support/lifeevent/img/children/mv_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
#mainVisual .main-txt .box {
  background-color: #FFF;
  padding: 25px 45px 45px;
  width: 370px;
  box-shadow: 6px 9px 0px 0px #f89e62;
  border-radius: 30px;
}
#mainVisual .main-txt h1 {
  color: #f7931e;
  font-size: 61px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}
#mainVisual .main-txt h1::after {
  content: "";
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 0;
  height:  4px;
  background-color: #f7931e;
}
#mainVisual .main-txt p {
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.3;
}
#mainVisual .main-txt p span {
  font-size: 20px;
}
@media only screen and (max-width:767px){
  #mainVisual .main-txt {
    width: 100%;
    margin: 0 auto;
    padding: 48% 6% 5%;
    box-sizing: border-box;
    background-image: url(/personal/support/lifeevent/img/children/mv_bg_sp.png);
    background-size: 100% auto;
    background-position: left top;
  }
  #mainVisual .main-txt .box {
    width: 100%;
    padding: 10px; 
    box-sizing: border-box;
    box-shadow: 3px 5px 0px 0px #f89e62;
    border-radius: 15px;
  }
  #mainVisual .main-txt h1 {
    font-size: 30px;
    text-align: center;
  }
  #mainVisual .main-txt h1::after {
    right:30%;
    left: 30%;
  }
  #mainVisual .main-txt p {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    line-height: 1.3;
  }
  #mainVisual .main-txt p span {
    font-size: 16px;
  }
}
/*--------------------------------------------
*
*	anchorArea
*
*--------------------------------------------*/
.anchorArea {
  max-width: 1100px;
  margin: 30px auto 0;
  padding: 0;
}
.anchorArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.anchorArea ul li {
  width: 49%;
  font-size: 30px;
  border: 3px solid #ff8400;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
}
.anchorArea.anchorArea02 ul li {
  width: 32.5%;
  font-size: 20px;
  display: flex;
}
.anchorArea ul li a{
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 28px 15px 28px 30px;
  position: relative;
}
.anchorArea.anchorArea02 ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.anchorArea ul li a::before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 25px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #ff8400;
  border-right: 2px solid #ff8400;
  transform: rotate(135deg);
  box-sizing: border-box;
}
.anchorArea ul li:first-child {
  margin-left: 0;
}
@media not screen and (max-width: 767px) {
  .anchorArea ul li a:hover{
    color: #ff8400;
    background-color: #fdefdb;
    opacity: 1;
  }
}
@media only screen and (max-width:767px){
  .anchorArea {
    padding: 0 20px;
    margin-top: 20px;
  }
  .anchorArea ul li {
    width: 49%;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 10px;
    border-width: 2px;
  }
  .anchorArea ul li:nth-child(2n) {
    margin-left: 2%;
  }
  .anchorArea ul li:nth-child(n+3) {
    margin-top: 3%;
  }
  .anchorArea ul li a {
    padding: 7px 0 15px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    min-height: 70px;
  }
  .anchorArea ul li a::before {
    top:unset;
    bottom: 10px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-width: 1px;
    transform:translateX(-50%) rotate(135deg);
  }
  .anchorArea.anchorArea02 ul li {
    width: 100%;
    font-size: 16px;
  }
  .anchorArea.anchorArea02 ul li:nth-child(2n) {
    margin-left: 0;
  }
  .anchorArea.anchorArea02 ul li a {
    min-height: 50px;
  }
  .anchorArea.anchorArea02 ul li a::before {
    content: '';
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 25px;
    width: 12px;
    height: 12px;
    margin: auto;
    border-top: 2px solid #ff8400;
    border-right: 2px solid #ff8400;
    transform: rotate(135deg);
    box-sizing: border-box;
  }
  .anchorArea.anchorArea02 ul li:nth-child(n+2) {
    margin-top: 3%;
  }
}
/*--------------------------------------------
*
*	bg_txt
*
*--------------------------------------------*/
.bg_txt_01 {
  background-color: #ffeedb;
  padding: 30px 0 0;
}
.bg_txt_01 .above {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
.bg_txt_01 .above p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
}
.bg_txt_01 .above p span {
  color: #843c0c;
  font-size: 40px;
}
.bg_txt_01 .above .image {
  margin-top: 15px;
}
.bg_txt_01 .under {
  background: #FFF;
  text-align: center;
  position: relative;
  padding: 70px 0 50px;
}
.bg_txt_01 .under::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 50px solid #ffeedb;
  background: #FFF;
}
.bg_txt_01 .under p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
}
.bg_txt_01 .under p span {
  font-size: 40px;
  color: #1d2386;
}
.bg_txt_01 .under p.caution {
  background-color: #fff6eb;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  padding: 10px 40px;
  max-width: 700px;
  margin: 15px auto 0;
}
.bg_txt_02 {
  background-color: #ffeedb;
  border-radius: 20px;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  margin-top: 20px;
}
.bg_txt_02 p {
  color: #ff8400;
  font-size: 20px;
  font-weight: bold;
}
.bg_txt_02 p span {
  font-size: 30px;
}
.bg_txt_02 p.caution{
  color: #272727;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
@media only screen and (max-width:767px){
  .bg_txt_01 {
    padding-top: 0;
  }
  .bg_txt_01 .above {
    padding: 20px;
  }
  .bg_txt_01 .above p {
    font-size: 18px;
    line-height: 1.5;
  }
  .bg_txt_01 .above p span {
    font-size: 24px;
  }
  .bg_txt_01 .above .image {
    margin-top: 15px;
  }
  .bg_txt_01 .under::before {
    top: 0;
    left: 50%;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #ffeedb;
  }
  .bg_txt_01 .under {
    padding: 40px 20px 0;
  }
  .bg_txt_01 .under p {
    font-size: 18px;
  }
  .bg_txt_01 .under p span {
    font-size: 24px;
  }
  .bg_txt_01 .under p.caution {
    font-size: 16px;
    font-weight: normal;
    padding: 10px 40px;
  }
  .bg_txt_02 {
    padding: 10px 20px;
    text-align: center;
    margin-top: 20px;
  }
  .bg_txt_02 p {
    color: #ff8400;
    font-size: 16px;
    font-weight: bold;
  }
  .bg_txt_02 p span {
    font-size: 20px;
  }
  .bg_txt_02 p.caution{
    font-size: 12px;
  }
}

/*--------------------------------------------
*
*	bg-orange
*
*--------------------------------------------*/
.bg-orange {
  background-color: #fdf3ed;
  margin-top: 50px;
}
.bg-orange .bg-white{
  background-color: #FFF;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width:767px){
  .bg-orange {
    margin-top: 40px;
  }
}
/*--------------------------------------------
*
*	column2-box
*
*--------------------------------------------*/
.column2-box {
  display: flex;
  justify-content: space-between;
  max-width: 842px;
  margin: 0 auto;
}
.column2-box .box {
  width: 47.8%;
  position: relative;
}
.column2-box .box .btnimage {
  position: absolute;
  width: 73%;
  left: 50%;
  bottom: 3%;
  transform: translateX(-50%);
}  
.column2-box .box img {
  width: 100%;
}
@media only screen and (max-width:767px){
  .column2-box {
    flex-direction: column;
  }
  .column2-box .box {
    width: 100%;
  }
  .column2-box .box + .box{
    margin-top: 20px;
  }
}

/*--------------------------------------------
*
*	marker
*
*--------------------------------------------*/
.marker {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.marker span {
  background: linear-gradient(transparent 55%, #ff982a 45%);  
}
@media only screen and (max-width:767px){
  .marker {
    font-size: 16px;
    margin-top: 20px;
  }
}

/*--------------------------------------------
*
*	detail
*
*--------------------------------------------*/
.detail {
  margin-top: 50px;
}
.detail h3 {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 2px solid #ff8400;
  padding-bottom: 5px;
}
.detail h4 {
  font-size: 20px;
  font-weight: bold;
  color: #ff8400;
}
.detail .detail_inner {
  margin-top: 10px;
}
@media only screen and (max-width:767px){
  .detail {
    margin-top: 25px;
  }
  .detail h3 {
    font-size: 23px;
    line-height: 1.3;
  }
  .detail h4 {
    font-size: 16px;
  }
}

/*--------------------------------------------
*
*	bg_block
*
*--------------------------------------------*/
.bg_block {
  background-color: #fbe5d6;
  margin-top: 40px;
  padding: 50px;
}
.bg_block h3 {
  background-color: #FFF;
  border-radius: 40px;
  text-align: center;
  color: #c47f7a;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px ;
}
.bg_block h3 span {
  font-size: 40px;
}
.bg_block .link-image{
  text-align: center;
  margin: 50px 0 0;
}
.bg_block .opening-detail {
  margin-top: 50px;
}
.bg_block .opening-detail dt{
  background-color: #d4a19d;
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  border-radius: 40px;
  margin-bottom: 20px;
}
.list01 li {
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}
.list01 li::before {
  content:"";
  background-color: #d4a19d;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 9px; 
  left: 0; 
}
.bg_block .column2-area {
  display: flex;
  max-width: 850px;
  justify-content: space-between;
  margin: 0 auto;
}
.bg_block .column2-area .area{
  max-width: 400px;
  width: 48%;
}
.bg_block .column2-area .area .image {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width:767px){
  .bg_block {
    margin: 30px -20px 0;
    padding: 15px 20px;
  }
  .bg_block h3 {
    border-radius: 50px;
    font-size: 18px;
  }
  .bg_block h3 span {
    font-size: 25px;
  }
  .bg_block .link-image{
    margin-top: 15px;
  }
  .bg_block .opening-detail {
    margin-top: 15px;
  }
  .bg_block .opening-detail dt{
    font-size: 18px;
  }
  .list01 li {
    margin-left: 0;
  }
  .list01 li::before {
    top: 5px;
  }
}

/*--------------------------------------------
*
*	link-area
*
*--------------------------------------------*/
.link-area {
  margin-top: 60px;
}
.link-area .bold-txt{
  text-align: center;
  color: #ff8400;
  font-size: 30px;
  font-weight: bold;
}
.link-area dl {
  margin-top: 10px;
  overflow: hidden;
}
.link-area dl dt {
  text-align: center;
  background-color: #f8cbad;
  font-size: 30px;
  font-weight: bold;
  color: #843c0c;
  padding: 10px;
  border-radius: 15px 15px 0 0;
}
.link-area.accordion dl dt {
  border-radius: 15px;
  padding-right: 80px;
}
.link-area dl.active dt {
  border-radius: 15px 15px 0 0;
}
.link-area dl dd {
  background-color: #ffeedb;
  border: 3px solid #f8cbad;
  border-top: none;
  padding: 25px 40px;
  border-radius: 0 0 15px 15px;
}
.link-area dl dd ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.link-area dl dd ul li {
  width: 48%;
}
.link-area dl dd ul li p {
  text-align: center;
  font-weight: bold;
}
.link-area dl dd ul li a {
  display: flex;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background-color: #FFF;
  border: 3px solid #ff8400;
  border-radius: 20px;
  position: relative;
  padding: 12px 20px 12px 40px;
  margin-top: 5px;
  line-height: 1;
  justify-content: center;
  align-items: center;
  min-height: 85px;
  flex-direction: column;
  box-sizing: border-box;
}
.link-area dl dd ul li a span {
  font-size: 20px;
}
.link-area dl dd ul li a::before {
  content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    width: 14px;
    height: 14px;
    margin: auto;
    border-top: 2px solid #ff8400;
    border-right: 2px solid #ff8400;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.link-area.accordion dt {
  position: relative;
  cursor: pointer;
}
.link-area.accordion dt:before,
.link-area.accordion dt:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #843c0c;
  border-radius: 10px;
}
.link-area.accordion dt:before {
  width: 5px;
  height: 30px;
  right: 62px;
}
.link-area.accordion dt:after {
  width: 30px;
  height: 5px;
}
.link-area.accordion dt::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  margin: auto;
  background-color: #843c0c;
  border-radius: 10px;
  width: 30px;
  height: 5px;
}
.link-area.accordion .active dt::before {
  content: unset;
}
.link-area.accordion dd{
  display: none;
}
.link-area.accordion .active dd{
  display: block;
}
@media not screen and (max-width:767px){
  .link-area dl dd ul li:nth-child(2n) {
    margin-left: 4%;
  }
  .link-area dl dd ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media only screen and (max-width:767px){
  .link-area {
    margin-top: 30px;
  }
  .link-area .bold-txt{
    font-size: 20px;
  }
  .link-area dl dt {
    font-size: 15px;
  }
  .link-area dl dd {
    padding: 20px;
  }
  .link-area dl dd ul li {
    width: 100%;
    text-align: center;
  }
  .link-area dl dd ul li a {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    min-height: 42px;
    border-radius: 8px;
    border-width: 2px;
  }
  .link-area dl dd ul li a span {
    font-size: 10px;
  }
  .link-area dl dd ul li p {
    font-size: 13px;
  }
  .link-area dl dd ul li a {
    padding-left: 25px;
  }
  .link-area dl dd ul li a::before {
    left: 10px;
    width: 10px;
    height: 10px;
  }
  .link-area dl dd ul li:nth-child(n+2) {
    margin-top: 10px;
  }
  .link-area.accordion dl dt {
    padding-right: 40px;
  }
  .link-area.accordion dt:before {
    width: 3px;
    height: 15px;
    right:20px;
  }
  .link-area.accordion dt:after {
    width: 15px;
    height: 3px;
    right: 14px;
  }
}

/*--------------------------------------------
*
*	txt01
*
*--------------------------------------------*/
.txt01 dt {
  position: relative;
  padding-left: 30px;
  font-size: 30px;
  font-weight: bold;
}
.txt01 dt::before {
  content: "";
  background-color: #ff8400;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 24px;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width:767px){
  .txt01 dt {
    font-size: 23px;
    line-height: 1.2;
  }
  .txt01 dt::before {
    top: 13px;
  }
}
/*--------------------------------------------
*
*	contact
*
*--------------------------------------------*/
.contact {
  margin-top: 40px;
}
.contact p {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.contact p.large {
  font-size: 40px;
  margin-top: 20px;
}
@media only screen and (max-width:767px){
  .contact {
    padding: 0 20px;
    margin-top: 30px;
  }
  .contact p {
    font-size: 18px;
  }
  .contact p.large {
    font-size: 25px;
    margin-top: 15px;
  }
}
/*--------------------------------------------
*
*	tel
*
*--------------------------------------------*/
.tel {
  max-width: 790px;
  margin: 0 auto;
  border: 10px solid #F0F0F0;
  padding: 20px 40px;
  margin-top: 60px;
  box-sizing: border-box;
}
.tel .freedial{
  display: flex;

}

.tel .freedial dt {
  background-image: url(/personal/support/lifeevent/img/children/ico_tel.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  padding-top: 60px;
  background-position: center top;
  font-size: 16px;
  text-align: center;
}
.tel .freedial dt span {
  font-size: 20px;
  font-weight: bold;
}
.tel .freedial dd {
  margin-left: 40px;
}
.tel .freedial dd .number {
  font-size: 40px;
  font-weight: bold;
  color: #0072BC;
}
.tel .freedial dd p {
  margin: 0;
}
.tel .freedial dd .number span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #0072BC;
  padding: 10px;
  vertical-align: middle;
  margin-right: 10px;
}
.tel .freedial dd .number a{
  color: #0072BC;
  text-decoration: none;
}

@media only screen and (max-width:767px){
  .tel {
    margin: 30px 20px 0;
    padding: 20px;
  }
  .tel .freedial {
    flex-direction: column;
  }
  .tel .freedial dd {
    margin-left: 0;
    text-align: center;
  }
  .tel .freedial dd .number {
    font-size: 30px;
  }
  .tel .freedial dd .number span {
    font-size: 11px;
    padding: 5px;
  }
  .tel .freedial dd p {
    font-size: 12px;
  }
}

/*--------------------------------------------
*
*	btn
*
*--------------------------------------------*/
.btn {
  max-width: 450px;
  margin: 50px auto 0;
}
.btn a {
  background-color: #7c441a;
  display: flex;
  border-radius: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  color: #FFF;
  text-align: center;
  box-shadow: 0px 4px 0px 0px #9e9a9a;
  position: relative;
  padding: 10px;
  min-height: 76px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.btn a span {
  margin-top: 0;
}
.btn a::before {
  content: '';
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 25px;
    width: 14px;
    height: 14px;
    margin: auto;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.btn.orange a {
  color: #FFF;
  background-color: #f7931e;
}
@media only screen and (max-width:767px){
  .btn {
    margin-top: 25px;
  }
  .btn a {
    font-size: 16px;
    min-height: 50px;
  }
}

/*--------------------------------------------
*
*	pagetop
*
*--------------------------------------------*/
.pagetop{position:fixed;bottom:80px;right:40px;width:50px;height:50px;z-index:10;background:rgba(0,0,0,0.3);border-radius:5px;cursor:pointer;z-index:997;transition:all 0.2s ease;}
.pagetop::after{box-sizing: border-box;position:absolute;top:57%;left:50%;display:block;content:"";width:20px;height:20px;vertical-align:middle;border-top:5px solid #fff;border-right:5px solid #fff;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg);transition:all 0.2s ease;}
.pagetop:hover{background:rgba(0,0,0,0.7);}
.pagetop:hover::after{top:50%;}
@media only screen and (max-width:767px){
  .pagetop{position:fixed;bottom:80px;right:20px;width:30px;height:30px;z-index:10;background:rgba(0,0,0,0.3);border-radius:5px;cursor:pointer;z-index:997;transition:all 0.2s ease;}
  .pagetop::after{position:absolute;top:57%;left:50%;display:block;content:"";width:12px;height:12px;vertical-align:middle;border-top:3px solid #fff;border-right:3px solid #fff;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg);transition:all 0.2s ease;}
}
/*--------------------------------------------
*
*	follow-btn
*
*--------------------------------------------*/
.follow-btn {
  position:fixed ;
  width: 300px;
  padding: 10px 80px;
  bottom: 0;
  right: 0;
  background-color: rgba(240, 240, 240, 0.5);
  transition: opacity 0.5s ease-in-out;
}
.follow-btn li:nth-child(n+2){
  margin-top: 10px;
}
.follow-btn .btn {
  width: 90%;
  margin-top: 0;
}
.follow-btn .btn a {
  min-width:unset;
  min-height: 46px;
  font-size: 16px;
  padding: 0;
  box-shadow: 0px 4px 0px 0px #9e9a9a;
}
.follow-btn .btn a::before {
  width: 8px;
  height: 8px;
}
@media only screen and (max-width:767px){
  .follow-btn {
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
  }
}
 
/*--------------------------------------------
*
*	footer
*
*--------------------------------------------*/
@media not screen and (max-width: 767px) {
  footer{width:100%;border-top:#dcdcdc solid 1px;margin-top: 90px;}
  footer .footer{max-width:1200px;margin:0 auto;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding:20px 0px;}
  footer .footer p{font-size:12px;}
}

@media only screen and (max-width:767px){
  footer{width:100%;margin-top: 80px;padding-bottom: 10px;}
  footer .footer{max-width:1200px;margin:0 auto;padding:0;text-align:center;}
  footer .footer p img{width:210px;}
  footer .footer p{font-size:11px;padding:7px 0 7px;margin: 5px 0;}
  footer .footer p + p{border-top:#dcdcdc solid 1px;}
}