@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.c-iconList__icon, .c-iconList__link {
color: #444;
}
.l-header__bar .c-catchphrase {
color: #444!important;
}
.post_content h1.cp_centertitle1{
	text-align:center;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.post_content h1.cp_centertitle1::after{
    content: '';
    display: block;
    width: 12px;
    height: 3px;
    background-color: #ff5da3;
    margin-top: 8px;
}
.post_content h2.o_title {
    text-align: center;
    position: relative;
	font-size: 2.0rem; !important;
    font-weight: 700;
    background: none !important;
    color: #333 !important;
    padding: 12px 0px 6px !important;
    line-height: 1.2rem;
    border: none;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}
/* スマートフォン用 */
@media (max-width: 767px) {
	.post_content h2.o_title {
	font-size: 1.6rem !important;		
		}
}
.post_content h2.o_title::before {
    background-color: #FF5DA3;
    border-radius: 5px;
    bottom: -10px;
    content: "";
	height: 4px;
	left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 60px !important;
}
.post_content p.o_title_en {
    text-align: center;
    color: #AAA !important;
    margin-top: 10px !important;
    font-size: 1.6em;
}
/* スマートフォン用 */
@media (max-width: 767px) {
	.post_content p.o_title_en {
	font-size: 1.0rem !important;	
		}
}
.post_content h2.o_title2 {
    text-align: center;
    position: relative;
	font-size: 2.0rem; !important;
    font-weight: 700;
    background: none !important;
    color: #333 !important;
    padding: 12px 0px 6px !important;
    line-height: 2.4rem;
    border: none;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}
/* スマートフォン用 */
@media (max-width: 767px) {
	.post_content h2.o_title2 {
	font-size: 1.4rem !important;	
		line-height:1.4em;
		}
}
.post_content h2.o_title2::before {
    background-color: #FF5DA3;
    border-radius: 5px;
    bottom: -10px;
    content: "";
	height: 4px;
	left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 60px !important;
}
.post_content p.o_title_en2 {
    text-align: center;
    color: #AAA !important;
    margin-top: 10px !important;
    font-size: 1.6em;
}
/* スマートフォン用 */
@media (max-width: 767px) {
	.post_content p.o_title_en2 {
	font-size: 1.0rem !important;	
		}
}
.post_content h3.message::before {
	background:none!important;
	border-bottom:none;
}
.post_content h4.cp_centertitle1 {
    position: relative;
    border-left: none;
    color: #333;
    text-align: center;
    font-size: 1.4em
    padding: 0 45px;
}
.c-pageTitle__inner {
border-bottom: 0px solid!important;
}

.pink{
	color:#ff5da3;
	font-weight:bold;
}
.t2em{
	font-size:2em;
}
/* table01 */
#table01 tbody {
  border-top: 1px solid #b5b1b1;	
}
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 15px;
  border: none;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}
.post_content iframe {
    border: 0px;
}
/* 実績テーブル */
.sample1 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%; /* table幅を100%に指定 */
    background: #fff;
    border: none;
}
.sample1 th,
.sample1 td {
    display: block; /* セルをブロック要素に指定 */
    width: 100%; /* セルを親要素いっぱいの幅に指定 */
    border: none;
    font-size: 14px;   
    padding: 10px;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
}
.sample1 th {
    font-weight: 700;
    color: #fff;
    background: #14116e; /* thの背景色 */
}

@media screen and (min-width: 768px) {
    .sample1 th,
    .sample1 td {
        display: table-cell; /* デフォルト値に指定 */
        border-bottom: 1px solid #ccc;
        color: #000;
        background: #fff;
    }
    .sample1 th {
        color: #000;
        background: #fff; /* thの背景色 */
    }
    .sample1 tr th:first-child {
        width: 100px; /* thの固定幅 */
    }
}