@charset "UTF-8";

/*style*/

.post .aligncenter, .post .alignnone, .post .alignwide, .post .alignfull {
margin: 0 auto;
}
.post h2 {
    font-size: 1.8rem;
    margin-top: 2em;
    line-height: 1.5;
    padding-bottom: 0.6em;
}
.post h2.post-ttl:first-child {
    margin-top: 0;
}
.post h3 {
font-size: 1.6rem;
padding: 10px 15px;
 margin: 0;
}
.post h4 {
    font-size: 1.6rem;
    letter-spacing: 0;
    border-bottom: 1px solid #77614C;
    padding: 10px 0 8px 0;
    line-height: 1.5;
    margin: 15px 0 15px 0;
}
.post dl {
margin-bottom: 2em;
}
.post dl dt, .post dl dd {
	font-size: 1.4rem;
    line-height: 1.8;
    list-style: none;
    margin-bottom: 0.4em;
	margin-left: 0;
}
.post dl dd {
margin-bottom: 1em;
}
.post dt strong {
padding: 0.5em 1em;
display: inline-block;
background: #f6992b;
color: #fff;
}
.post dt.nega strong {
padding: 0.5em 1em;
margin-bottom: 10px;
display: inline-block;
background: #77614c;
color: #fff;
}
.post ul.flowList {
list-style-type: none;
margin-bottom: 2em;
padding-left: 2em;
}
.post ul.flowList {
  	counter-reset: item;
}
.post ul.flowList > li::before {
		counter-increment: item;
		content: counter(item);
}

.post ul.flowList > li::before {
			display: flex;            /*display: block;ではなく、flex;下のalign-itemsとjustify-contentで上下中央寄せにするため*/
			width: 40px;
			height: 40px;
			align-items: center;      /*display: flex;の時、上下中央に配置*/
			justify-content: center;  /*display: flex;の時、左右中央に配置*/
			font-size: 22px;
			font-weight: bold;
			background: #894b13;
			border-radius: 50%;
			color: #fff;
}
.post ul.flowList > li {
    border-left: 1px solid #894b13;
	padding-left: 2em;
	padding-bottom: 1em;
}
.post ul.flowList > li {
    position: relative;
}
.post ul.flowList > li::before {
    position: absolute;
    top: 0px;
    left: -20px;
}
p.flow_title {
    color: #894b13;
}
.post ul.flowList > li:last-of-type {
    border: none;
}
span.yellow {
background:linear-gradient(transparent 70%, #ffff8e 30%);
color: #ed8c96;
}
span.navy {
background:linear-gradient(transparent 70%, #6cf 30%);
color:#1F2774;
}
span.pink{
background:linear-gradient(transparent 70%, #f6c 30%);
}
span.blue {
background:linear-gradient(transparent 70%, #6cf 30%);
}
span.green {
background:linear-gradient(transparent 70%, #6f6 30%);
}
.color_red{
	color:#F33!important;
}
.color_pink{
	color:#ed8c96;
}
.color_blue{
	color:#00408f;
}
.color_green{
	color:#479f9d;
}
.color_ore{
	color:#FF8327;
}
.color_yellow{
	color:#FFEB8B;
}
.color_beige{
	color:#dac58b;
}
.color_brown{
	color: #9b8052;
}
.color_navy{
	color:#1F2774;
}
.post .big {
    font-size: 2rem;
	font-style: normal;
}
.uline {
font-weight: 500; 
border-bottom: 1px solid #000;
}
.box {
border: 1px solid #aacd06;
padding: 10px 15px;
margin-bottom: 10px;
}
.bg {
background: #fcffe3;
padding: 1em;
margin-bottom: 2em;
font-size: 1.2rem;
}
.bgblue {
    background: #caf0ff !important;
}
.post .alignleft:after,
.post .alignright:after {
display: block;
clear: both;
content: "";
}
.youtube {
position: relative;
width: 100%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.post .check_list li {
    position: relative;
    padding: 2px 0 2px 24px;
	font-size: 1.4rem;
}
.post .check_list li:before {
    content: "";
    display: block;
    border: 2px solid #E8C9C4;
    height: 17px;
    width: 17px;
    position: absolute;
    left: 0;
    top: 7px;
    box-sizing: border-box;
}
.post .check_list li:after {
    content: "";
    display: block;
    width: 3px;
    height: 9px;
    border: solid #E8C9C4;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 7px;
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
}
.qa_list .num {
    display: table-cell;
    padding-right: 20px;
    vertical-align: top;
}
.qa_list dt, .qa_list dd {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.qa_list dt .num span {
    display: block;
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #77614C;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
}
.qa_list dd .num span {
    display: block;
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #e6af87;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
}
.qa_list .txt {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.qa_list dt .txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fe597f;
    font-family: "sans-serif";
}
blockquote{
    position:relative;
    border-left:3px solid #DA8596;
    padding-left:10px;
	margin-bottom: 2em;
}
blockquote:before{
    position:absolute;
    font-family:'FontAwesome';
    content:'\f10d';
    font-size: 20px;
    color:#e44d93;
}
blockquote p{
    position:relative;
    padding-left:30px;
}
blockquote cite{
    display: block;
    font-size:1.2rem;
    color:#796a55;
    text-align:right;
}

.profile {
    display: flex;
    border: 1px solid #ccc;
    padding: 1em;
    flex-direction: column;
}

.profile_txt {
width: 100%;
}

.profile_txt ul{
	margin-bottom: 1em;
}

.profile_img {
    width: 100%;
    /* border-radius: 50%; */
    /* background: #ccc; */
    /* height: 50%; */
	text-align: center; 
}

.profile_img img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
    border: 1px solid #ccc;
	margin-bottom: 0.8em;
}


/* 投稿
-------------------------------------------------------*/
.left-contents {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
}

.right-contents {
	width: 100%;
	padding-left: 0;
}

.roop {
	padding-bottom: 30px;
}

.roop {
	margin-top: 2em;
	margin-bottom: 2em;
}

.sidebar {
	margin-bottom: 30px;
}

.sidebar h3 {
    font-size: 1.4rem;
    color: #ae9373;
    text-align: center;
    border-bottom: 1px dashed #ae9373;
}

.sidebar li {
	font-size: 1.2rem;
	margin-bottom: 6px;
	padding-left: 10px;
}

.sidebar li a {
	text-decoration: underline;
}

.post {
    margin: 0 auto 25px;
    background: #fff;
    padding: 2em;
}

.post h2.post-ttl {
    margin-bottom: 1em;
    color: #ae9373;
    text-align: left;
    border-bottom: 1px dashed #ae9373;
}

.post h3.post-ttl-2 {
    text-align: center;
    border-bottom: 1px solid #455a83;
    border-top: 1px solid #455a83;
    line-height: 2.6;
    color: #455a83;
    padding: 0;
	margin-top: 2em;
	margin-bottom: 1em;
}

.post .data {
	font-size: 12px;
	color: #777;
	margin-bottom: 4px;
	display: block;
}

.post-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post p {
	margin-bottom: 10px;
	font-size: 1.4rem;
line-height: 1.8;
overflow: hidden;
}

.posts-btn{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
}
.posts-btn li{
	display: inline;
}
.posts-btn li:first-child:after{
	content:"|";
	margin-left: 30px;
}
.posts-btn li:first-child{
	margin-right: 30px;
}
.posts-btn a {
	color: #2780bb;
	text-decoration: underline;
	vertical-align: middle;
}
.posts-btn a i {
	margin: 0 3px;
	font-size: 90%;
	vertical-align: middle;
}
.post iframe, .post img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
}
.case-records-cms {
	background: url(../img/arrow01.png) no-repeat center 52%;
	width: 100%;
	margin: 15px auto;
}
.case-records-cms td {
	text-align: center;
	vertical-align: middle;
}
.case-records-cms .before img {
	float: left;
	background: url(../img/before_s.png) no-repeat left top;
	padding-top: 14px;
	width: 98px;
	height: auto;
}
.case-records-cms .after img {
	float: right;
	background: url(../img/after_s.png) no-repeat left top;
	padding-top: 14px;
	width: 98px;
	height: auto;
}

.pagination .nav-links {
	text-align: center;
}
.pagination .nav-links .current {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 8px;
    border: 1px solid #89c0cd;
    border-radius: 50%;
    background: #89c0cd;
    color: #fff;
    font-size: 1.4rem;
    line-height: 30px;
}
.pagination .nav-links .dots {
	display: inline-block;
	margin: 8px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 30px;
}
.pagination .nav-links a.page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 8px;
    border: 1px solid #89c0cd;
    border-radius: 50%;
    font-size: 1.4rem;
    text-decoration: none;
    line-height: 30px;
}
.pagination .nav-links a.page-numbers:hover {
	background: #005bac;
	color: #fff;
	transition: all .3s;
}
.pagination .nav-links a.prev.page-numbers,
.pagination .nav-links a.next.page-numbers {
	width: auto;
	padding-right: 6px;
	padding-left: 6px;
	border: 0;
	border-bottom: 1px solid #005bac;
	border-radius: 0;
	background: transparent;
}
.pagination .nav-links a.prev.page-numbers:hover,
.pagination .nav-links a.next.page-numbers:hover {
	background: #005bac;
	color: #fff;
}

button.btn-rounded {
    display: inline-block;
    background-color: #28a745;
    color: #fff;
    padding: 1rem 2rem;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
    /* margin-block: auto; */
    margin-top: 1em;
}

@media only screen and (min-width: 767px) {
section.roop {
    margin-top: 0;
}

.left-contents {
    width: 23.96%;
    float: left;
    padding-top: 2em;
    padding-bottom: 2em;
}

.right-contents {
	width: 76.04%;
	float: right;
	padding-left: 2em;
}

.roop {
	padding-bottom: 80px;
	min-height: 500px;
}

.main-content {
    padding: 4em 2em 0;
}

.roop.category-arc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.roop.category-arc .post {
    display: flex;
    flex-direction: column;
    width: 47%;
    border: 1px solid #949494;
}

.roop.category-arc .post-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
}

.roop.category-arc .post-inner p.t-block {
    width: 100%;
}

.roop.category-arc .post-inner p.p-block {
    width: 100%;
}


/*.post {
	border: 1px solid #ccc;
	border-radius : 4px;
	padding: 2em;
	margin: 0 0 1em 1em;
	background: #fff;
}*/
.post h2 {
font-size: 2.0rem;
margin-top: 2em;
}
.post h3 {
font-size: 1.8rem;
padding: 10px 15px;
 margin: 0;
}
.post h4 {
    font-size: 1.8rem;
}
.post p {
	font-size: 1.4rem;
}
.post .title a{
	color: #7fc3d0 !important;
}
.post .date{
	margin-bottom: 1em;
}
.post .p-link{
	color: #2780bb;
	text-align: right;
}
.posts-btn{
	text-align: center;
	margin-top: 2em;
}
.posts-btn li{
	display: inline;
	margin-right: 2em;
}
.posts-btn li:first-child:after{
	content:"|";
	margin-left: 2em;
}
.posts-btn a {
	color: #2780bb;
	text-decoration: underline;
	vertical-align: middle;
}
.posts-btn a i {
	margin: 0 3px;
	font-size: 90%;
	vertical-align: middle;
}
.roop .post .size-full,
.roop .post img{
	max-width: 100%;
	height: auto;
}
.roop .post iframe{
	/*max-width: 600px;*/
}
.case-records-cms {
	background: url(../img/arrow02.png) no-repeat center center;
	width: 640px;
	margin: 20px auto;
}
.case-records-cms td{
	text-align: center;
	width: 320px;
	vertical-align: middle;
}
.case-records-cms .before img {
	background: url(../img/before.png) no-repeat left top;
	padding-top: 20px;
	width: 254px;
	height: auto;
}
.case-records-cms .after img {
	background: url(../img/after.png) no-repeat left top;
	padding-top: 20px;
	width: 254px;
	height: auto;
}
.roop .ttl-low{
	font-size: 1.8rem !important;
}
.roop .data{
	font-size: 1.2rem;
	color: #9E9E9E;
	margin-bottom: 1em;
}
.roop .more{
	text-align: right;
	margin-top: 4em;
}
/*サイドバー*/
.sidebar {
	margin-bottom: 2em;
	padding-top: 1em;
}

.sidebar h3 {
    font-size: 1.6rem;
    color: #ae9373;
    text-align: center;
    border-bottom: 1px dashed #ae9373;
}

.sidebar li {
	font-size: 1.4rem;
	padding: 0 10px 0 16px;
	background: url(../img/icon_h_sidebar.gif) no-repeat 4px 6px;
	margin-bottom: 3px;
}

.sidebar a{
	text-decoration: underline;
}

#s{
	width: 200px;
	padding: 2px 5px;
	margin: 0 auto ;
	display: block;
}

#searchsubmit {
	display: block;
	margin: 10px auto 30px;
	width: 100px;
	text-align: center;
	padding: 2px 4px ;
	font-size: 14px;
	border: 1px solid #ccc;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%);
	color: #444;
}

.profile {
    display: flex;
    border: 1px solid #ccc;
    padding: 1em;
	flex-direction: row;
	justify-content: space-between;
}

.profile_txt {
width: 62%;
}

.profile_txt ul{
	margin-bottom: 1em;
}

.profile_img {
    width: 35%;
    /* border-radius: 50%; */
    /* background: #ccc; */
    /* height: 50%; */
	text-align: center; 
}

.profile_img img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
    border: 1px solid #ccc;
	margin-bottom: 0.8em;
}
}

@media only screen and (max-width: 480px) {
.post .alignleft,
.post .alignright {
float: none;
margin-right: auto;
max-width: 260px;
margin-left: auto;
}
}

/* 投稿内記事一覧 */
.cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* PC：3列 */
    gap: 2em;
}

article.cat-item {
    border: 1px solid #ccc;
    padding: 1em;
    margin-bottom: 0;
}

.cat-thumb img {
    width: 100%;
}

h3.cat-title {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #455a83;
    margin-bottom: 0.5em;
    padding: 0;
}

.img-border-thum {
    border: 1px solid #ccc;
    padding: 4px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .cat-grid {
        grid-template-columns: repeat(2, 1fr); /* タブレット：2列 */
    }
}

@media (max-width: 640px) {
    .cat-grid {
        grid-template-columns: repeat(1, 1fr); /* スマホ：1列 */
    }
}

