/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.1.1619430153
Updated: 2021-04-26 17:42:33

*/

/* 客製化 */
.site-main {
	padding: 0;
    max-width: 1000px;
    margin: 30px auto;
}
.site-main > *:last-child {
    margin-top: 0;
    padding: 30px;
}
.no-widgets .site-footer {
    display: none;
}



/* 客製化合約 */
.signUsingTitle {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	position: relative;
	float: left;
  width: 100%;
  margin-bottom: 10px;
}
.signUsingTitle span {
	color: #fff;
    background: #5a5a5a;
    border-radius: 50px;
    padding: 2px 15px;
    position: relative;
    z-index: 1;
}
.signUsingTitle:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    /* border-bottom: 1px solid #e1e1e1; */
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.signUsing {
	font-size: 14px;
    text-align: center;
    line-height: 19px;
    margin-bottom: 10px;
	color: #5c5c5c;
	float: left;
    width: 100%;
}
.signedImg {width: 100%;}
/*合約內文 redactor.css 也要改*/
/* wp-content\plugins\onlinecontract\typerocket\wordpress\assets\typerocket\css\redactor.css */
.red {
  color: red;
}
.c_t_center {
    text-align: center;
}
.c_bg_gral {
  background-color: #efefef !important;
}
.contract-container {
  font-size: 16px;
  line-height: 32px;
}
.c_title {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 900;
}
.c_cont1 {
  font-size: 16px;
  line-height: 32px;
}
.c_cont2 {
  font-size: 16px;
  line-height: 32px;
  list-style: cjk-ideographic;
  padding-left: 23px;
}
.c_cont3 {
  font-size: 16px;
  line-height: 32px;
  list-style: none;
  padding: 3%;
}
.c_into {
  list-style-type: disc;
  list-style: none;
  font-size: 16px;
  width: 50%;
  float: left;
  margin: 30px 0;
  padding: 0 20px;
}
.c_date {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  position: relative;
}
.c_cont_chack{
  display: block;
  line-height: 1.6em;
}
.c_cont_b-line{
  text-decoration: underline;
}
.fz-s {
  
}
.seal-img {
  width: 80px !important;
  position: absolute;
  right: 20px;
  bottom: 0px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  line-height: 2rem;
}
.row li {
    width: 100%;
    margin-bottom: 2rem;
}
.row .col-33 {
    width: 33%;
}
@media (max-width: 767px) {
  .c_into,.row .col-33 {
    width: 100%;
  }
  .row li {
        width: 100%;
        margin-bottom: 1rem;
    }
}

