@charset "UTF-8";
/*
Theme Name:AIDER-child
Theme URI:
Description:WordPressテーマ「AIDER」
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Template: aider_tcd115
Text Domain: tcd-w
Version:1.1.4
*/

.single .com-logo {
    text-align: center;
}

.single .com-default-wrap {
    clear: both;
    margin: 40px 0 0 0;
}

.single #single_share {
    margin-top: 100px;
}

.single .com-default-wrap::after{
    content: "";
    display: block;
    clear: both;
}

.post_content h2,
.single .com-default-wrap h2 {
    color: #457694;
}

.single .com-info-wrap {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.single .com-info-wrap .com-info-left{
    width: 55%;
}

.single .com-info-wrap .com-info-right{
    width: 43%;
}

.single .com-info-wrap .com-info-right .com-info-right-box {
    margin-top: 10px;
}

.single .com-info-wrap .com-info-right .com-info-right-box:first-of-type{
    margin-top: 0px;
}

.single .author-post-list {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    margin-top: 20px;
    margin-left: 0;
}

.single .author-post-list li{
    width: 32%;
    list-style-type: none;
}

.single .author-post-list li a{
    display: block;
    width: 100%;
}

.single .author-post-list li a img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.single .author-post-list li a .date {
    display: inline-block;
    margin-right: 1em;
}

@media all and (max-width:641px){
    .single .com-info-wrap {
        display: block;
        margin: 20px 0 0 0;
    }
    .single .com-info-wrap .com-info-left{
        width: 100%;
    }
    .single .com-info-wrap .com-info-right{
        width: 100%;
    }
    .single .author-post-list {
        flex-wrap: wrap;
    }
    .single .author-post-list li {
        width: 48%;
        margin-bottom: 10px;
    }
}

.iframe-wrap{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single .com-info-wrap .com-info-left table th {
    width: 6em;
}

.single .com-info-wrap .com-info-left table td {
    word-break: break-all;
}

.single .com-report3 table td {
    padding: 2em;
    text-align: center;
    vertical-align: middle;
}

.single .com-report3 table td img{
    max-width: 100%;
    height: auto;
}

.single .com-report3 table td .wp-caption {
    width: auto!important;
    max-width: 100%;
    border: none;
    padding: 0;
}


.single .com-report3 table td .wp-caption-text {
    font-style: normal;
}

.single .btn-box {
    margin-bottom: 40px;
}

.single .btn-box a {
    position: relative;
    display: inline-block;
    background: #006837;
    border: 1px solid #006837;
    color: #FFF;
    padding: 15px 20px 15px 20px;
}

.single .btn-box a:hover {
    background: #FFF;
}

.single .btn-box span::after {
    display: inline-block;
    content: ">";
    margin-left: 20px;
}

.arpw-li a {
    display: block;
}
br.sp-only{
		display:none;
	}
@media all and (min-width:642px) and (max-width:1228px) {
    .side_widget ul {
        display: flex;
        justify-content: space-between;
    }
    .side_widget ul li {
        width: 48%;
    }
}

@media all and (max-width:641px){
    .single .com-report3 table td {
        padding: 1em;
        text-align: center;
    }
    .single .btn-box {
        text-align: center;
    }
    .single .btn-box a {
        display: block;
    }
    #copyright, #copyright a {
        color: #FFF!important;
    }
	br.sp-only{
		display:block;
	}
}

@media screen and (max-width: 1232px) {
    #logo_image_mobile a {
        padding-right: 60px;
        padding-left: 10px;
    }
}

.footer_banner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    gap: 30px 30px;
    margin-bottom: 40px;
}


.footer_banner a img {
    width: 100%;
    height: auto;
}

@media all and (min-width:642px) {
    .footer_banner a {
        transition: opacity 0.3s ease;
    }
    .footer_banner a:hover {
        opacity: 0.5;
    }
}

@media all and (max-width:641px) {
    .footer_banner {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        gap: 20px 30px;
        margin-bottom: 40px;
        padding: 0 15px;
    }
}
