@charset "utf-8";
/* CSS Document */

/**
 *
 * レスポンシブウェブデザイン用
 *
**/

/**
 * タブレット端末用
**/
strong , b {
	font-weight:bold;
}

/*非アクティブ*/
#content_header nav ul li.active01 a {
	color:#fff;
	background: none;
}

/*hoverを追加*/
#content_header nav ul li.active01 a:hover {
	color: #2166aa;
	background: #ffffff;
}


br.tab{
	display: none;
}

br.sp{
	display: none;
}

sup {
    font-size: 12px;
    vertical-align: super;
}

/* アンカーリンク */
.anchor-nav {
    flex: 1;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    /*position: sticky;*/
    z-index: 10;
    top: 20px;
    /*max-height: 80vh;*/
    overflow-y: auto;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    max-width: 960px;
}
.anchor-nav h3 {
    margin-top: 0;
    color: #333;
    border-bottom: 2px solid #297aaa;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.anchor-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.anchor-list li {
    margin-bottom: 8px;
}
.anchor-list a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #555;
    /*border-radius: 4px;*/
    transition: all 0.3s ease;
}
.anchor-list a:hover {
    background-color: #f8f9fa;
    color: #297aaa;
}
.anchor-list .level-h4 {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    border-left: 4px solid #297aaa;
    padding-left: 16px;
}
.anchor-list .level-h5 {
    font-size: 14px;
    color: #666;
    margin-left: 20px;
    border-left: 2px solid #dee2e6;
    padding-left: 12px;
	
	font-feature-settings: "palt";
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}
.anchor-nav-sp .anchor-list .now {
    background-color: #53A5D5 !important;
    color: white !important;
    box-shadow: 0 2px 4px rgba(0,123,255,0.3);
}
.anchor-nav-sp .anchor-list .active {
    background-color: #6DBBE9;
    color: #fff;
}
/*.anchor-list .now:hover {
    background-color: #0056b3;
    color: white !important;
}*/
/* sp */
.anchor-nav-sp {
    /*display: none;*/
    position: fixed;
    z-index: 1000;
    top: 25%;
    right: 0;
    width: 450px;
    /*background: white;*/
    /*border-bottom: 1px solid #dee2e6;*/
    /*box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
    transform: translateX(calc(100% - 120px));
    transition: transform 0.5s ease-out;
    pointer-events: none;
}

@media only screen and (min-width: 560px) {
    /*.anchor-nav-sp {
        transform: translateX(0);
    }*/
    .anchor-nav-sp:hover {
        transform: translateX(calc(100% - 140px));
    }
}
.anchor-nav-sp.open {
    transform: translateX(0);
}
.anchor-nav-sp-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px 25px 15px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 0;
    pointer-events: painted;
}
/*.anchor-nav-sp-toggle::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #297aaa transparent transparent #297aaa;
}*/
.anchor-nav-sp-toggle::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 7px;
    width: calc(100% - 20px);
    height: 2px;
    border-top: 2px solid #297aaa;
    border-bottom: 2px solid #297aaa;
}
.anchor-nav-sp-toggle::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 7px;
    width: calc(100% - 20px);
    height: 2px;
    border-top: 2px solid #297aaa;
    border-bottom: 2px solid #297aaa;
}

.anchor-nav-sp-toggle h3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.anchor-nav-sp-toggle .arrow {
    font-size: 18px;
    color: #666;
    transition: transform 0.3s ease;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    padding-bottom: 3px;
    background-color: #eee;
    border-radius: 50%;
    box-sizing: border-box;
}

.anchor-nav-sp-toggle.open .arrow {
    transform: rotate(180deg);
}

.anchor-nav-sp-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #f8f9fa;
    width: calc(100% - 120px);
    margin-left: auto;
    margin-right: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    pointer-events: painted;
}

.anchor-nav-sp-content.open {
    max-height: 60vh;
    overflow-y: auto;
}

.anchor-nav-sp .anchor-list {
    padding: 10px 15px;
}

.anchor-nav-sp .anchor-list a {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
}

.anchor-nav-sp .anchor-list .level-h4 {
    font-size: 14px;
    padding-left: 15px;
    border-left: 4px solid #297aaa;
    margin-left: 0;
}

.anchor-nav-sp .anchor-list .level-h5 {
    font-size: 12px;
    padding: 0 10px 0 15px;
    border-left: 2px solid #dee2e6;
}

@media only screen and (max-width: 560px) {
    .anchor-nav-sp {
        width: 350px;
        top: 20%;
    }
    .anchor-nav-sp-content {
        width: calc(100% - 80px);
    }
    .anchor-nav-sp {
        transform: translateX(calc(100% - 80px));
    }
}
/* アンカーリンク */

/*コラム内共通*/
p{
	padding:0px 0 20px 0;
	font-size:16px;
	line-height:1.8;
}
p.asterisk {
	padding-left: 1.4em;
	text-indent: -1.4em;
}
p.asterisk::before {
	content: '※ ';
}
h4 {
	font-size:22px;
	line-height: 1.5;
	position: relative;
	padding: .25em 0 .4em 1em;
	margin: 50px 0px 30px 0px;
}
h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #aaa;
    border-radius: 10px;
}

div#kobetu {
    /*counter-reset: num;*/
}

.pick {
    margin-bottom: 20px;
    font-size: 14px;
    /*counter-increment: num;*/
}
.pick span {
    display: inline-block;
    padding: 5px 38px 5px 20px;
    position: relative;
    background-color: #aaa;
    color: #fff;
}
.pick span::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    background:linear-gradient(45deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%); 
}
.pick span::after {
    /*content: counter(num);*/
    content: attr(dat-topic)'';
    font-size: 16px;
    margin-left: 2px;
}
.pick + h4 {
    margin-top: 0;
}

h5 {
	font-size:20px;
	line-height: 1.5;
	position: relative;
	padding-left: 1.3em;
	margin: 30px 0px 15px 0px;
}
h5::before {
	content: '';
	position: absolute;
    width: 14px;
    height: 14px;
    background-color: #aaa;
    border-radius: 50%;
    top: 0.45em;
    left: 0;
}
/* h5 装飾 */
.no-before::before {
    display: none;
}
h5.no-before {
    padding-left: 0;
}
span.bless {
    display: inline-block;
    padding: 3px 8px 3px;
    margin-bottom: 10px;
    border-style: solid;
    border-color: inherit;
    border-width:  1px;
    font-size: 14px;
    border-radius: 6px;
    /* color: #333; */
    background-color: #f7f7f7;
    position: relative;
    z-index: 0;
}
span.bless::before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    z-index: -1;
    left: 30px;
    bottom: 0;
    background-color: #f7f7f7;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: translateY(40%) rotate(35deg) skew(30deg, 10deg);
}
	
h6 {
    margin-top: 40px;
    margin-bottom: 1.5em;
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
}
/* h6 装飾 */
h6.border-bottom{
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
h6.line-style-before {
    position: relative;
    padding-left: calc(2.6vw + 10px);
}
h6.line-style-before::before {
    content: '';
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 2.6vw;
    height: 2px;
    background-color: #7c4ec4;
}


#column-title-bg {
	margin-top: -27px;
	width: auto;
	min-height: 150px;
	/*border: 1px solid #297aaa;*/
	background-image: linear-gradient(
	-45deg,
	#0B5E8D 25%,
	#0B5682 25%, #0B5682 50%,
	#0B5E8D 50%, #0B5E8D 75%,
	#0B5682 75%, #0B5682
    );
    /* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 8px 8px;
}
#column-title {
    text-align: center;
}
#contentwidth{
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
	max-width: 960px;
}
#contentwidth .category{
	padding: 3px 6px;
	border-radius: 5px;
	background: #ffffff;
	color: #176b9b;
	display: inline-table;
	margin-bottom: 10px;
	font-size: 12px;
}
#contentwidth h2{
	font-size:18px;
	line-height: 38px;
	font-weight: normal;
}
#contentwidth h2 span{
    display: block;
    font-size: 30px;
    font-weight: bold;
}
#contentwidth h3{
	font-size:20px;
	line-height: 30px;
	font-weight: normal;
}
#column-title #contentwidth h3{
	font-size:28px;
	line-height: 30px;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px;
}
div#contentwidth h4 {
    margin: 0 0 10px;
}
div#contentwidth h4::before {
    content: none;
}
.page-num {
    /*text-align: center;*/
    font-size: 12px !important;
    color: #333 !important;
    font-weight: bold;
    display: block;
}
.page-num > span {
    font-size: 16px !important;
    display: inline-block !important;
    vertical-align: baseline;
}
.colum-category {
    text-align: center;
    padding-bottom: 20px;
}
.colum-category span {
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    min-width: 150px;
    background-color: #eee;
    color: #fff;
}

.genre-name {
    font-size: 16px;
    margin-bottom: 20px;
}
.genre-name::before {
    content: '[';
    padding-right: 6px;
}
.genre-name::after {
    content: ']';
    padding-left: 6px;
}
.genre-name::before, .genre-name::after {
    display: inline-block;
    vertical-align: sub;
    font-size: 30px;
}
/* title location */
.location {
    font-size: 14px;
    margin: 5px auto 10px;
}
/* title location */
/* lead text */
.lead{
	/*background: #f6f6f6;
	padding: 20px;
	border-radius: 6px;*/
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.lead p.caution{
	color: #333;
	font-size: 12px;

}

/* --- main image --- */
.main-image {
    position: relative;
    overflow: hidden;
}
.main-image.main-half {
    width: 66%;
    margin: auto;
}
.main-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.main-image::before {
    content: '';
    display: block;
    padding-bottom: 66.6%;
}
.main-cap {
    font-size: 14px;
    padding: 10px;    
}

@media screen and (max-width: 767px) {
    
}

@media screen and (max-width: 560px) {
    .main-image.main-half {
        width: 100%;
    }
}
/* --- main image --- */

/* --- circle image --- */
.circle-image {
    padding: 0 10px 10px 0;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}
.circle-image img {
    width: 100%;
    border-radius: 50%;
}
.circle-image::before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-color: #aaa;
    z-index: -1;
}
/* --- circle image --- */

/* --- 総論 --- */
.text_box.souron_box {
    text-align: center;
}
.souron-tip {
    font-size: 18px;
    margin-bottom: 20px;
}
.souron-tip span {
    display: inline-block;
    padding: 10px 20px;
    background-color: #aaa;
    border-radius: 50px;
    color: #fff;
}
.text_box.souron_box p {
    font-size: 24px;
    line-height: 1.5;
}
/* --- 総論 --- */

/* --- インタビュー　人物紹介--- */
.interview-box {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 0;
}
.interview-box .circle-image {
    width: 30%;
    max-width: 210px;
}
.interview-text {
    flex: 1;
    padding: 20px 20px 0 20px;
    background-color: #eee;
    margin-bottom: 20px;
    position: relative;
    z-index: -1;
}
.no-image .interview-text {
	padding: 30px 30px 10px 30px;
}
.interview-text::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #eee;
    left: -50px;
    top: 0;
}
.no-image .interview-text::before {
    left: 0;
}
.interview-text p {
    font-size: 14px;
}

.interview-box + * {
    margin-top: 30px;
}
/* --- インタビュー　人物紹介--- */

/* --- ケース紹介 --- */
.case_box p {
    font-size: 18px;
}
.case {
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}
h4.case {
    padding-left: 0;
}
h4.case::before {
    content: none;
}
.case span {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    background-color: #aaa;
    border-radius: 50px;
    margin-right: 5px;
}
/* --- ケース紹介 --- */

/* --- flex box --- */
.flex_box {
    display: flex;
    flex-wrap: wrap;
}
/* --- flex box --- */

/* --- profile --- */
.profile_box {
    margin-bottom: 50px;
    gap: 30px 70px;
    justify-content: center;
    position: relative;
    z-index: 0;
}
.profile {
    position: relative;
    z-index: 0;
}
.profile .circle-image {
    width: calc(100% - 40px);
    margin: 0 auto;
}
.profile {
    width: calc(100% / 3 - 50px);
    padding: 5px;
    box-sizing: border-box;
}
.profile-text {
    background-color: #f4f4f4;
    text-align: center;
    padding: 60px 10px 20px;
    position: relative;
    z-index: -1;
}
.profile .circle-image + .profile-text {
    margin-top: -40px;
}
.profile.float-right{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.profile_center {
    flex-direction: column;
    align-items: center;
}
.profile_center .message {
    width: auto;
    min-width: 350px;
}


@media only screen and (max-width: 767px) {
    .profile {
        width: calc(50% - 45px);
        max-width: 280px;
    }
}
@media only screen and (max-width: 560px) {
    .profile_box {
        gap: 20px;
    }
    .profile {
        width: calc(50% - 10px);
    }
    .profile_box .circle-image {
        width: 100%;
    }
    .profile-text p {
        font-size: 14px;
        padding-bottom: 10px;
    }
    
    .profile.float-right {
        float: none;
        width: 100%;
        margin: 0 auto 10px;
    }
}

.message {
    width: 100%;
    padding: 20px;
    border: 1px solid #aaa;
    /*background-color: #f7f7f7;*/
    border-radius: 20px;
    position: relative;
}
.message > :last-child {
    padding-bottom: 0;
}
.message::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    background-color: #fff;
    
    top: 0;
    left: 50%;
    transform: translate(-50%, -55%) rotate(-45deg) skew(-10deg, -10deg);
}

/* --- profile --- */

/* --- Point Block --- */
.point-block {
    border: solid 1px #333;
    padding: 20px 25px !important;
    border-radius: 3px;
}
.point-block > :first-child {
    margin-top: 0;
}
.point-block > :last-child {
    padding-bottom: 0;
}
.point-block > h6 {
    text-align: left;
    margin-bottom: 10px;
}
.point-block > p {
    padding-bottom: 10px;
    line-height: 1.5;
    font-weight: bold;
    text-indent: -1em;
    padding-left: 1em;
}
/* --- Point Block --- */

/* --- pickup Block --- */
.pickup-block {
    padding: 20px 25px !important;
}
.pickup-block > h6 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
}
.pickup-block > :last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
/* --- pickup Block --- */

/* --- background --- */
.bg-lgy {
    background-color: #f7f7f7;
}
/* --- background --- */

/* --- 学校情報　リンク --- */
#kobetu .school_box{
	/*border-top:3px solid #ddd;*/
	margin:20px 0;
	padding:10px 20px 20px;
	width:100%;
	background:#fafafa;
    box-sizing: border-box;
}
.school_box > a {
    word-wrap:break-word;
}
#kobetu .school_box h6 {
	margin:0 10px 0 0;
    color: #333;
	font-size:20px;
    text-align: left;
	font-weight:normal;
	line-height: 1.6;
	width:100%;
}

#kobetu .school_box .link_info,
#kobetu .school_box .link_hp{
	margin: 0 5px 0 0;
	display: inline-block;
}

#kobetu .school_box .link_info a,
#kobetu .school_box .link_hp a{
	display:block;
	color:#fff;
	padding:10px;
	font-size:16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	box-shadow: inset rgba(255,255,255,0.3) 1px 1px 2px;
	text-align:center;
}

#kobetu .school_box .link_info a:hover,
#kobetu .school_box .link_hp a:hover{
	opacity:0.9;	/*Firefox, Opera, Chrome, Safari*/
	filter: alpha(opacity=90); /* IE lt 8 */
}

#kobetu .school_box .link_info a{
background: rgb(96,111,190); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(96,111,190,1) 0%, rgba(88,102,173,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,111,190,1)), color-stop(100%,rgba(88,102,173,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(96,111,190,1) 0%,rgba(88,102,173,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(96,111,190,1) 0%,rgba(88,102,173,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(96,111,190,1) 0%,rgba(88,102,173,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(96,111,190,1) 0%,rgba(88,102,173,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606fbe', endColorstr='#5866ad',GradientType=0 ); /* IE6-9 */
border:1px solid #606fbe;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

#kobetu .school_box .link_hp a{
background: rgb(255,162,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,162,0,1) 0%, rgba(244,150,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,162,0,1)), color-stop(100%,rgba(244,150,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,162,0,1) 0%,rgba(244,150,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,162,0,1) 0%,rgba(244,150,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,162,0,1) 0%,rgba(244,150,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,162,0,1) 0%,rgba(244,150,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa200', endColorstr='#f49600',GradientType=0 ); /* IE6-9 */
border:1px solid #ffa200;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}


@media only screen and (max-width: 650px) {
    #kobetu .school_box {
        width:auto;
    }
    #kobetu .school_box h6{
        font-size:24px;
        line-height:30px;
    }
    
    #kobetu .school_box .link_info,
    #kobetu .school_box .link_hp{
        width:auto;
        float:none;
        margin:0 auto 10px;
        display:block;
    }

    #kobetu .school_box .link_info a,
    #kobetu .school_box .link_hp a{
        display:block;
        color:#fff;
        padding:10px;
        font-size:16px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-decoration:none;
        box-shadow: inset rgba(255,255,255,0.3) 1px 1px 2px;
        text-align:center;
    }
    
}
/* --- 学校情報　リンク --- */

span.bg-span {
    display: inline-block;
    padding: 3px 16px;
    background-color: #f4f4f4;
    margin-bottom: 10px;
}

.box_grey{
	background-color: #f6f6f6;
	border-radius: 6px;
	border: 1px solid #cccccc;
	padding: 15px !important;
	box-sizing: border-box;
}
.box_grey h5 {
	position: relative;
	padding: .25em 0 .5em .25em;
	border-left: none;
	margin-bottom: 15px;
}
.box_grey h5 span{
	font-size: 15px;
}
.sup{
    font-size: 8px;
    /* top: 0; */
    vertical-align: top;
    line-height: 12px;
}

img {
    max-width: 100%;
}
img.img_auto{
	width:100%;
	height:auto;
}

img.text_imgae {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.image-left,
.image-right {
    position: relative;
    width: 100%;
    max-width: 350px;
}
.image-left {
    float: left;
    padding-right: 30px;
    
}
/*.image-left + * {
    clear: left;
}*/
.image-right {
    float: right;
    padding-left: 30px;
}
/*.image-right + * {
    clear: right;
}*/
.image-left::before,
.image-right::before {
    content: '';
    display: block;
    padding-bottom: 66%;
}
.image-left.image-vertical::before,
.image-right.image-vertical::before {
    padding-bottom: 100%;
}
.image-left img,
.image-right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media only screen and (max-width: 560px) {
    .image-left,
    .image-right {
        float: none;
        padding-left: 0;
        margin: 0 auto 20px;
    }
}
/* text argin */
.text-right {
    text-align: right;
    width: 100%;
}

#main {
    width: 100%;
    float: none;
    display: inline;
}

.fz10 {font-size: 10px;}
.fz12 {font-size: 12px;}
.fz14 {font-size: 14px;}
.fz16 {font-size: 16px;}
.fz18 {font-size: 18px;}
.fz20 {font-size: 20px;}
.fz24 {font-size: 24px;}
.fz30 {font-size: 30px!important;}

.wide50{
	width:48%;
	margin:0 1% 20px;
	float:left;
	clear:none;
	box-sizing:border-box;
}

.overflow{
	overflow:hidden;
}


.clr_none{
	clear:none;
}

.text_box table {
    width: 100%;
    border: 1px solid #c4c4c4;
    font-size: 16px;
}
.text_box table * {
    box-sizing: border-box;
}
.text_box tr {
    border-bottom: 1px solid #c4c4c4;
}
.text_box tr:last-of-type {
    border-bottom: none;
}
.text_box th, .text_box td {
    padding: 20px 10px;
    vertical-align: middle;
}
.text_box th {
    width: 30%;
    border-right: 1px solid #c4c4c4;
    text-align: center;
    font-weight: bold;
    background-color: #f4f4f4;
}

div.table_center{
	text-align: center;
}
table.table01{
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: center;
	display: inline-block;
}

table.table01 caption{
	font-size:15px;
	margin-bottom:10px;
	color:#6171c1;
	text-align:left;
}

table.table01 th,
table.table01 td{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:20px;
}

table.table01 th{
	background:#6171c1;
	color:#fff;
}

table.table01 .bg_gray{
	background:#f2f2f2;
}
table.table01 .txt_c{
	text-align:center;
}

/* flex table */
.flex-table-wrapper h6 {
    text-align: left;
    margin-bottom: 10px;
}
.flex-table {
    
}
.flex-table-row {
    display: flex;
    border: solid 1px #333;
}
.flex-table-row.row-key .ft-th {
    color: #fff;
    font-weight: bold;
}

.flex-table-row + .flex-table-row {
    border-top: 0;
}
.ft-th {
    background-color: #eee;
    text-align: center;
    padding: 15px;
    border-right: solid 1px #333;
}
.ft-td {
    flex: 1;
    padding: 15px;
    border-right: solid 1px #333;
}
.ft-th:last-of-type, .ft-td:last-of-type {
    border-right: none;
}

@media only screen and (max-width: 767px) {
    .flex-table-row {
        flex-wrap: wrap;
    }
    .flex-table-row.row-key {
        display: none;
    }
    .flex-table-row.row-key + .flex-table-row {
        border-top: solid 1px;
    }
    
    .ft-th {
        width: 100%!important;
        border-bottom: 1px solid #333;
        border-right: none;
    }
    .ft-td {
        padding: 10px;
    }
    .flex-table.sp-flex-fix1 .ft-th,
    .flex-table.sp-flex-fix1 .ft-td {
        flex: 1 !important;
        width: auto !important;
        padding: 10px 8px;
        border-bottom: none;
    }
    .flex-table.sp-flex-fix1 .ft-th {
        padding: 15px 8px;
    }
}

hr {
    border: none;
    height: 1px;
    width: 100%;
    background-color: #c4c4c4;
    margin: 50px 0;
}

.fwb {
    font-weight: bold;
}

/* マージントップ */
.mt00{
	margin-top:0px!important;
}
.mt10{
	margin-top:10px!important;
}
.mt20{
	margin-top:20px!important;
}
.mt30{
	margin-top:30px!important;
}
.mt40{
	margin-top:40px!important;
}
.mt50{
	margin-top:50px!important;
}

/* マージンボトム */
.mb00 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }

/* paddingボトム */
.pb00 { padding-bottom: 0px !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }
.pb60 { padding-bottom: 60px !important; }

/* paddingトップ */
.pt00 { padding-top: 0px !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt55 { padding-top: 55px !important; }
.pt60 { padding-top: 60px !important; }
/* padding left */
.pl00 { padding-left: 0px !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl55 { padding-left: 55px !important; }
.pl60 { padding-left: 60px !important; }

.pl1e { padding-left: 1em !important; }
.pl1_5e { padding-left: 1.5em !important; }
.pl2e { padding-left: 2em !important; }
.pl2_5e { padding-left: 2.5em !important; }


/* ---- category color set ------------- */
.midokoro .text_box.border-box > h4,
.midokoro .colum-category span,
.midokoro .souron-tip span,
.midokoro .pick span,
.midokoro .case span,
.midokoro h4::before,
.midokoro h5::before,
.midokoro .circle-image::before,
.midokoro span.tip
{
    background-color: #f15a24;
}
.midokoro h2 span, .midokoro h4, .midokoro h5, .midokoro h6, .midokoro .case {
    color: #f15a24;
}
.midokoro .text_box.border-box,
.midokoro .report-text,
.midokoro .report-text::before {
    border-color: #f15a24;
}
.midokoro .flex-table-row.row-key .ft-th {
    background-color: #f78a62;
}
.syuzai .text_box.border-box > h4,
.syuzai .colum-category span,
.syuzai .souron-tip span,
.syuzai .pick span,
.syuzai .case span,
.syuzai h4::before,
.syuzai h5::before,
.syuzai .circle-image::before,
.syuzai span.tip
{
    background-color: #00a1cc;
}
.syuzai h2 span,.syuzai h4, .syuzai h5, .syuzai h6, .syuzai .case {
    color: #00a1cc;
}
.syuzai #contentwidth h2 span {
    font-size: 26px;
}
.syuzai .text_box.border-box,
.syuzai .report-text,
.syuzai .report-text::before {
    border-color: #00a1cc;
}
.miryoku .text_box.border-box > h4,
.miryoku .colum-category span,
.miryoku .souron-tip span,
.miryoku .pick span,
.miryoku .case span,
.miryoku h4::before,
.miryoku h5::before,
.miryoku .circle-image::before,
.miryoku span.tip
{
    background-color: #00cc90;
}
.miryoku h2 span,.miryoku h4, .miryoku h5, .miryoku h6, .miryoku .case {
    color: #00cc90;
}
.miryoku #contentwidth h2 span {
    font-size: 26px;
}
.miryoku .text_box.border-box,
.miryoku .report-text,
.miryoku .report-text::before {
    border-color: #00cc90;
}
.jukentokushu .text_box.border-box > h4,
.jukentokushu .colum-category span,
.jukentokushu .souron-tip span,
.jukentokushu .pick span,
.jukentokushu .case span,
.jukentokushu h4::before,
.jukentokushu h5::before,
.jukentokushu .circle-image::before,
.jukentokushu span.tip
{
    background-color: #7c4ec4;
}
.jukentokushu h2 span,.jukentokushu h4, .jukentokushu h5, .jukentokushu h6, .jukentokushu .case {
    color: #7c4ec4;
}
.jukentokushu .text_box.border-box,
.jukentokushu .report-text,
.jukentokushu .report-text::before {
    border-color: #7c4ec4;
}
.mamascafe .text_box.border-box > h4,
.mamascafe .colum-category span,
.mamascafe .souron-tip span,
.mamascafe .pick span,
.mamascafe .case span,
.mamascafe h4::before,
.mamascafe h5::before,
.mamascafe .circle-image::before,
.mamascafe span.tip
{
    background-color: #fc7baf;
}
.mamascafe h2 span, .mamascafe h4, .mamascafe h5, .mamascafe h6, .mamascafe .case {
    color: #fc7baf;
}
.mamascafe .text_box.border-box,
.mamascafe .report-text,
.mamascafe .report-text::before {
    border-color: #fc7baf;
}
.tsushinhatsu .text_box.border-box > h4,
.tsushinhatsu .colum-category span,
.tsushinhatsu .souron-tip span,
.tsushinhatsu .pick span,
.tsushinhatsu .case span,
.tsushinhatsu h4::before,
.tsushinhatsu h5::before,
.tsushinhatsu .circle-image::before,
.tsushinhatsu span.tip
{
    background-color: #009a31;
}
.tsushinhatsu h2 span, .tsushinhatsu h4, .tsushinhatsu h5, .tsushinhatsu h6, .tsushinhatsu .case {
    color: #009a31;
}
.tsushinhatsu .text_box.border-box,
.tsushinhatsu .report-text,
.tsushinhatsu .report-text::before {
    border-color: #009a31;
}
/* ---- category color set ------------- */

.info_keisai{
	clear:both;
	text-align:right;
	/*margin-bottom:-10px;*/
	padding:20px 0 0 0;
}
.sns_btn{
	margin-bottom: 30px;
}
.btnarea{
	text-align: center;
}
.button {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	/*height: 54px;*/
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	padding: 10px 30px;
	font-size: 18px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
.button:active {
	top: 3px;
	box-shadow: none;
}


ol.square,
ol.round{
    counter-reset: li;
	margin-bottom: 50px;
}

ol.round{
list-style: decimal;
padding-left: 20px;
}
	
ol.square li{
    position: relative;
    margin-bottom: 40px;
    padding-left: 45px;
    font-size: 14px;
}

ol.round li{
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
}

ol.square li:before{
	display: inline-block;
    content: counter(li);
    counter-increment: li;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0px;
    border: 1px solid #6171c1;
    font-size: 20px;
    color: #6171c1;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: -9px;
    left: 0;
}

a.contens{
	position: relative;
	text-decoration: none;
	display: inline-block;
    padding-right: 20px;
}
ol.square > li > a{
    display: block;
}
ol.square li:after{
content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0px;
    border-top: 8px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #555;
	right: 0;
    transform:rotate(90deg);
}


p.subtitle{
    padding: 3px 6px;
    border-radius: 5px;
    background: #eaeaea;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}

p.subtitle{
    padding: 13px 6px;
    border-radius: 5px;
    background: #eaeaea;
    display: block;
    font-size: initial;
	clear: both;
}

p.font12,
span.font12{
	font-size: 12px;
}

ul.page {
	text-align: center;
	margin: 10px 0px;
	font-size: 18px;
}

ul.page li{
	display: inline;
}

li a.item,
li span.gry,
.list_box2 a{
    text-decoration: none;	
}

li a.item,
li span.gry{
	border: 1px solid;
    border-radius: 4px;
    padding: 5px;
	background-color: #fff;
}

li a.item:hover{
	background-color: #e9e9e9;
}

li span.gry{
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	color: #FFFFFF
}

li span.gry.active03{
	border: 1px solid #444;
	background-color: #444;
}

/* caution */
ul.caution li {
    padding-left: 1.3em;
    position: relative;
}
ul.caution li::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
}
ul.caution li + li {
    margin-top: 5px;
}

/* check list style */
ul.check-list {
    font-size: 16px;
    padding: 20px !important;
    border: solid 1px #aaa;
}
ul.check-list li {
    padding-left: 1.5em;
    position: relative;
}
ul.check-list li::before {
    content: '';
    width: 0.9em;
    height: 0.9em;
    border: solid 1px #333;
    position: absolute;
    left: 0;
    top: 0.05em;
    border-radius: 2px;
}
ul.check-list li + li {
    margin-top: 0.6em;
}

/* check-style */
ul.check-style {
    font-size: 16px;
    padding: 20px !important;
    border: solid 1px #aaa;
    margin-top: 20px;
}
ul.check-style li {
    padding-left: 1.5em;
    position: relative;
    line-height: 1.2;
}
ul.check-style li::before {
    content: '';
    width: 0.75em;
    height: 0.4em;
    border-left: 5px solid;
    border-bottom: 4px solid;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0.04em;
    transform: rotate(-45deg) skew(-10deg, 5deg);
}
ul.check-style li::after {
    content: '';
    width: 0.8em;
    height: 0.8em;
    border: solid 1px #ccc;
    position: absolute;
    left: 0;
    top: 0.1em;
    border-radius: 2px;
}
ul.check-style li + li {
    margin-top: 0.6em;
}
/* -- category color -- */
.midokoro ul.check-style li::before {
    border-color: #f15a24;
}
.syuzai ul.check-style li::before {
    border-color: #00a1cc;
}
.miryoku ul.check-style li::before {
    border-color: #00cc90;
}
.jukentokushuul.check-style li::before {
    border-color: #7c4ec4;
}


/* counter */
ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol li {
    font-size: 16px;
    line-height: 1.3;
    padding-left: 28px;
    position: relative;
}
ol li + li {
    margin-top: 0.6em;
}

ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 1px;
  left: 3px;
}
ol.counter-bk li:before {
  background-color: #333;
  color: #fff;
}

.text_box.list_box2{
	text-align: center;
	padding: 60px 0px;

}

.text_box.list_box2 p {
	font-size: 13px;
	padding:0px;
    margin-bottom: 30px;
}

.text_box{
	clear: both;
    margin-top: 40px;
}
.text_box > :first-child{
	margin-top: 0;
}
.text_box > :last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}


.text_box h2 {
    line-height: 1.3;
    font-size: 26px;
    text-align: center;
}
.text_box h2 span {
    font-weight: bold;
}
/* border box style */
.text_box.border-box {
    padding: 0 30px 30px;
    border: solid 3px #aaa;
}
.text_box.border-box > h4 {
    background-color: #aaa;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    margin-left: -10px;
}
.text_box.border-box > h4:first-child {
    margin-top: -20px;
}
.text_box.border-box > h4::before {
    content: none;
}
.text_box.border-box {
    margin-top: 60px;
}
.text_box.border-box h4 + h5 {
    margin-top: 0;
}
@media screen and (max-width: 560px) {
    .text_box.border-box {
        padding: 0 15px 20px;
    }
    .text_box.border-box > h4 {
        margin-left: 0;
        font-size: 20px;
        padding: 10px 15px;
        margin-bottom: 20px;
    }
}
/* text_box flex card style */
.text_box.card-flex-block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.card-flex {
    padding: 20px 15px;
    border: solid 1px #aaa;
    background-color: #f7f7f7;
    width: calc(100% / 3 - 20px);
    box-sizing: border-box;
    border-radius: 3px;
}
.card-flex-block.card-2 .card-flex {
    width: calc(50% - 15px);
}
.card-flex > h6 {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.6;
}
.card-flex p {
    font-size: 14px;
}
.card-flex > :last-child {
    /* padding-bottom: 0; */
    /* margin-bottom: 0; */
}
span.tip {
    display: inline-block;
    margin-bottom: 5px;
    padding: 4px 15px 3px;
    background-color: #aaa;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .card-flex {
        width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 560px) {
    .card-flex {
        width: 100%;
    }
    .card-flex-block.card-2 .card-flex {
        width: 100%;
    }
    .card-flex > :last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

/* .text_box.border-box - profile block -- Add 2026.01号 */
.text_box.border-box.family-profile {
    max-width: 600px;
    margin: auto;
    border-radius: 15px;
}
.family-wrapper {
    display: flex;
	gap: 20px;
}
.family-illust {
    width: 30%;
}
.family-text {
    flex: 1;
}
.family-text h5 {
	padding-left: 0;
	color: #555;
}
.family-text h5::before {
    content: none;
}
.family-profile-text {
	margin-top: 20px;
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}
.family-profile-text > :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 560px) {
	.family-wrapper {
		flex-direction: column-reverse;
	}
	.family-illust {
		width: 160px;
		margin: auto;
	}
	.family-text h5 {
		font-size: 18px;
	}
	.family-profile-text {
		padding: 10px;
		margin-top: 15px;
	}
}

/* page link section */
.text_box.next-link_box {
    margin-top: 60px;
}

/* background color */
.bg-box {
    background-color: #f7f7f7;
    padding: 30px;
}
/* flex */
.flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

span.name-tip {
    display: inline-block;
    padding: 1px 10px;
    background-color: #eee;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
}


.flex_test-box.mb50{
    justify-content: start;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.flex_test-item{
    padding: 0 15px;
    color: #333333;
    width: calc(33.33% - 30px);
    margin-bottom: 30px;
}

.itembox {
    background-color: #f6f6f6;
    padding: 10px;
    height: 100%;
}

.link_btn_pc90per {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.link_btn_pc90per a, .link_btn_pc50per a {
    display: block;
    width: 96%;
    padding: 2%;
    background: #6171c1;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.link_btn {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

.link_btn a, .link_btn_pc50per a {
    display: block;
    padding: 5%;
    background: #6171c1;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* download link button*/
.download-btn-wrap {
    text-align: center;
    margin-top: 30px;
}
a.btn-download {
    text-decoration: none;
    font-size: 16px;
    padding: 20px 20px;
    display: inline-block;
    min-width: 280px;
    background-color: #fff;
    border: solid 1px #333;
    border-radius: 80px;
}
a.btn-download:hover {
    background-color: #f7f7f7;
}
/* download link button*/

/* next page link button*/
a.btn.next-link {
    display: block;
    box-sizing: border-box;
    max-width: 360px;
    margin: auto;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #666666;
    padding: 13px 50px 13px 20px;
    transition: all 0.6s ease-out;
}
a.btn.next-link::before {
    content: '→';
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.6s ease-out;
}
a.btn.next-link:hover {
    background-color: #000;
}
a.btn.next-link:hover::before {
    right: 15px;
}
/* next page link button*/

/* pagination link */
.pagination {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.pagination .p-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 50%;
    transition: all 0.3s ease-out;
}
.pagination .p-link.nowpage {
    background-color: #000;
    color: #fff;
    pointer-events: none;
}
.pagination .p-link:hover {
    background-color: #666;
    color: #fff;
}
/* pagination link */

.img_basic {
    margin-top: 40px;
}
.img_basic.img-half {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
}
.img_basic.bg-gray {
    background-color: #f7f7f7;
}
.img_basic p {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.img_basic img {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: auto;
}
.img_basic.img_border {
    border: 1px solid #aaa;
    margin-bottom: 40px;
}
.img_basic img + * {
    margin-top: 5px;
}
img.img-w30 {
    width: 30%;
}
img.img-w40 {
    width: 40%;
}
img.img-w50 {
    width: 50%;
}
img.img-w60 {
    width: 60%;
}
img.img-w70 {
    width: 70%;
}
/* flex image */
.flex-img_basic {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
    gap: 30px 50px;
}
.flex-img {
    width: calc(50% - 25px);
}
.flex-img h6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.flex-img_basic.flex-3 {
    gap: 30px;
}
.flex-img_basic.flex-3 .flex-img {
    width: calc(100% / 3 - 20px);
}
.flex-img_basic.flex-4 {
    gap: 20px;
}
.flex-img_basic.flex-4 .flex-img {
    width: calc(100% / 4 - 15px);
}

.flex-img img {
    width: 100%;
}
.flex-img_basic p {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
    padding: 0 5px;
}
.flex-img_basic > p {
    text-align: center;
    /*max-width: 800px;*/
    margin: auto;
    padding: 0;
}

/* 3枚並び - 2枚共通テキスト */
.flex-img-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}
.flex-img-box.box-2 {
    width: calc(100% / 3 * 2 - 10px);
}
.flex-img_basic .flex-img-box .flex-img {
    width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
    .flex-img_basic.flex-3 {
        gap: 18px;
    }
    .flex-img_basic.flex-3 .flex-img {
        width: calc(100% / 3 - 12px);
    }
    .flex-img_basic.flex-4 .flex-img {
        width: calc(50% - 10px);
    }

	/* 3枚並び - 2枚共通テキスト */
	.flex-img-box {
		gap: 10px 18px;
	}
	.flex-img-box.box-2 {
		width: calc(100% / 3 * 2 - 12px);
	}
	.flex-img_basic .flex-img-box .flex-img {
		width: calc(50% - 9px);
	}
}
@media only screen and (max-width: 560px) {
    .flex-img_basic {
        margin-top: 30px;
        gap: 20px;
    }
    .flex-img_basic.flex-4 .flex-img,
    .flex-img_basic.flex-3 .flex-img,
    .flex-img {
        width: 100%;
    }
    
    .img_basic p {
        text-align: left;
    }
	/* 3枚並び - 2枚共通テキスト */
	.flex-img-box {
		gap: 10px;
	}
	.flex-img-box.box-2 {
		width: 100%;
	}
	.flex-img-box.box-2 p {
		margin-top: 0;
	}
}

.img_right {
	width: 300px;
    float: right;
    margin: 0 0 20px 20px;
}

.img_right02 {
    float: right;
    margin: 0 0 20px 20px;
    width: 16%;
}

p.question {
    color: #6171c1;
	padding: 0px 0px 10px 0px;
}


p span.blue {
    margin-bottom: 5px;
    color: #6171c1;
	
}


.box_border_purple{
    border: 1px solid #6171c1;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 20px;
	display: inline-block;
	float: right;
    margin: 0px 0px 20px 20px;
    width: 300px;
	font-size: 16px;
}

.box_border_purple li{
list-style: none;
    text-indent: -1.1em;
    margin-left: 1.1em;
	margin-bottom: 0.5em;
}

.box_border_purple.box_border-maxw,
.type_profile .box_border_purple {
	float: none;
	width: 100%;
    padding: 20px;
	margin: 0;
    box-sizing: border-box;
}
h6.bg-title {
	
}

.type_profile .img_right_thumbR {
    float: right;
    margin: 0 20px 20px 20px;
}
.type_profile .img_basic_thumbR {
    width: 120px;
    font-size: 12px;
    line-height: 18px;
    color: #777777;
	margin-bottom: 0;
}
h6.bg-title {
    margin: 0 0 20px;
    border: none;
    padding: 5px 10px;
    background-color: #171717;
    color: #FFF;
    text-shadow: none;
}


.title1__flexbox {
	display: flex;
	align-items: center;
}
.title1__thumb {
	width: 120px;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}
.title1__thumb:before {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.title1__thumb img {
	position: absolute;
	top: -10%;
	left: 0;
	width: 100%;
	border-width: 0 !important;
}
.title1__text {
	padding-right: 40px;
	flex-grow: 1;
}

/**
 * 特集号記事一覧
**/

.box_kobetsu_wrap {
    display: block;
    width: 100%;
    height: 100%;
}

.box_kobetsu_wrap:nth-of-type(4n+1) {
    clear: both;
}


.tokusyu.number-box h3{
	width: 100%;
	margin: 0 0 20px 0;
    background-image: url("/jhs/shingaku_tsushin/images/tsushin-thisnumber-title02.gif");
    background-repeat: no-repeat;
    background-position: 0 bottom;
    line-height: 35px;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}

.number-box.box_special {
    margin-top: 50px;
    clear: both;
    width: auto;
    float: none;
    background: none;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;;
}

.number-box.box_special .box_kobetsu {
    width: 23%;
    margin: 0 1% 4%;
    float: left;
    background: none;
    border-bottom: none;
}

.number-box.box_special .box_kobetsu_img {
    display: block;
    margin: 0 auto 5px;
    padding: 3px;
    background: #fff;
    border: 1px solid #cccccc;
}

.number-box.box_special .box_kobetsu_img img{
	width: 100%;
	padding:0;
	border:none;

}

.number-box.box_special.tokusyu h4 {
    font-size: 14px;
    font-weight: normal;
    color: #872E1D;
    line-height: 20px;
    padding: 0 0 3px 0;
    margin: 0 0% 5px 0;
    width: auto;
    border-bottom: 2px solid #eee;
    text-align: left;
}
.number-box.box_special.tokusyu h4::before {
    content: none;
}
.tokusyu h5 {
    padding: 0;
    line-height: inherit;
    color: inherit;
    box-sizing: border-box;
    border: inherit;
    font-size: inherit;
	clear: both;
    margin: 0 0 10px 0;
}

.tokusyu h5::before {
	content: none;
}
.tokusyu h5:after {
	content: none;
}

/* list style --- p */
.text_box.list-index h5 {
    padding-left: 0;
}
.text_box.list-index h5::before {
    content: none;
}
.text_box.list-index h6 {
    text-align: left;
}
.plan-list {
    /*font-size: 14px;*/
    padding-bottom: 0.7em;
    padding-left: 1.5em;
    position: relative;
}
.plan-list::before {
    content: '';
    position: absolute;
    left: 0.2em;
    top: 0.6em;
    width: 0.6em;
    height: 0.6em;
    background-color: #DEDEDE;
    /*border: 3px solid #aaa;*/
    border-radius: 50%;
    box-sizing: border-box;
}

/* list frame */
.frame1 {
    padding-bottom: 0.5em;
    font-weight: bold;
}
.frame1 span {
    padding: 5px 15px 6px;
    color: #fff;
    background-color: #eee;
    border-radius: 5px;
}
.midokoro p.frame1 span {background-color: #f15a24;}
.syuzai p.frame1 span {background-color: #00a1cc;}
.miryoku p.frame1 span {background-color: #00cc90;}
.jukentokushu p.frame1 span {background-color: #7c4ec4;}
.mamascafe p.frame1 span {background-color: #fc7baf;}
.tsushinhatsu p.frame1 span {background-color: #009a31;}

p.frame2 {
    font-size: 14px;
    padding-left: 1.5em;
    padding-bottom: 1em;
}
p.frame2 span {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 10px;
    background-color: #f7f7f7;
    line-height: 1;
    margin-bottom: 3px;
}
/* Q & A */
h6.qa-a {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}
.qa-a {
    padding-left: 2.1em;
    padding-bottom: 5px;
    position: relative;
}
.qa-a::before {
    content: 'A.';
    font-size: 30px;
    /* font-weight: bold; */
    line-height: 1;
    position: absolute;
    left: 0;
    top: -3px;
}
h5.qa-q {
    margin-bottom: 20px;
    padding-left: 2em;
}
.qa-q {
    position: relative;
}
.qa-q::before {
    content: 'Q.';
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    top: -2px;
    left: 0;
    box-sizing: border-box;
    background-color: transparent !important;
    width: auto;
    height: auto;
}

/* interview style */
.style-interview {
    position: relative;
    padding-left: 2.5em;
}
.style-interview::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 2em;
    height: 2px;
    background-color: #333;
    border-radius: 0;
}

/* report style */
.report-block-wrapper {
    border: 1px solid;
    padding: 20px 25px !important;
}
.report-block-wrapper > h6 {
    text-align: left;
    margin: 0;
}
.report-block-wrapper > h5 {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}
.report-block-wrapper > h5 span {
    font-weight: bold;
    font-size: 1.1em;
}
.report-block-wrapper > h6 + h5 {
    margin-top: 10px;
}
.report-block-wrapper > h5::before {
    content: none;
}

@media screen and (max-width: 767px) {
    
}

@media screen and (max-width: 560px) {
    .report-block-wrapper {
        padding: 20px 15px !important;
    }
}
/* report */
.report-row {
    display: flex;
    gap: 30px 50px;
    align-items: center;
}
.report-row + .report-row {
    margin-top: 20px;
}
.report-image {
    max-width: 320px;
    position: relative;
    z-index: 1;
}
.report-text {
    flex: 1;
    border: solid 1px #aaa;
    background-color: #f7f7f7;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.report-text::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 50px;
    height: 1px;
    /* background-color: #aaa; */
    border-bottom: dashed 1px #aaa;
    right: 0;
    top: 45%;
    transform: translateX(100%);
}
.repo > :last-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .report-row {
        flex-direction: column;
        gap: 10px;
    }
    .report-row + .report-row {
        margin-top: 30px;
    }
    .report-text {
        width: 100%;
    }
    .report-text::before {
        width: 50%;
        height: 60px;
        top: 100%;
        right: auto;
        left: 15px;
        border-bottom-width: 2px;
        border-left: 2px dashed;
        border-radius: 0 5px 0 5px;
        transform: translateX(0);
    }
    .report-image {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 560px) {
    .report-text {
        padding: 10px 15px;
        border-radius: 15px;
    }
    .repo p {
        font-size: 14px;
    }
}

/*  */
span.line {
    display: inline-block;
    width: 1.5em;
    position: relative;
    padding: 0 5px;
}
span.line::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #333;
    display: inline-block;
    vertical-align: middle;
}
span.line.w2em {
    width: 2.5em;
}
span.line.w3em {
    width: 3.5em;
}
span.line.w4em {
    width: 4.5em;
}


/* -------- footer link ------------- */
/* 最新記事 --- */
/* title */
h6.new-article-title {
    color: #4d4d4d;
    font-size: 24px;
    font-weight: 300;
    position: relative;
    z-index: 0;
}
h6.new-article-title span {
    display: inline-block;
    line-height: 1;
    padding: 10px 30px;
    background-color: #fff;
}
h6.new-article-title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    left: 0;
    top: 50%;
    z-index: -1;
}
/* link */
.new-article-block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.new-article {
    width: calc(100% / 5 - 24px);
}
.new-article > a {
    display: block;
    text-decoration: none;
}
.new-article .article-thumb {
    position: relative;
    overflow: hidden;
}
.new-article .article-thumb::before {
    content: '';
    display: block;
    padding-bottom: 80%;
}
.new-article .article-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s linear;
}
.new-article a:hover .article-thumb img {
    transform: scale(1.1);
}
.article-category {
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    background-color: #aaa;
    color: #fff;
    margin-top: 10px;
}
.up .article-category {
	background-color: #f15a24;
}
.nan .article-category {
	background-color: #00a1cc;
}
.ju .article-category {
	background-color: #7c4ec4;
}
.mm .article-category {
	background-color: #FC7BAF;
}
.tu .article-category {
	background-color: #009A31;;
}
.article-text > :last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.article-text p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}
p.sch-name {
    margin-top: 0;
    text-align: right;
    font-size: 12px;
}

p.sch-name span {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: solid 1px #00a1cc;
}
/* top link */
.bnt-wrap {
    text-align: center;
}
a.to-plus_top {
    display: inline-block;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    background-color: #000;
}
/* 最新記事 --- */

@media only screen and (max-width: 999px) {
    .new-article-block {
        gap: 45px;
    }
    .new-article {
        width: calc(100% / 3 - 30px);
    }
}
@media only screen and (max-width: 650px) {
    .new-article-block {
        gap: 20px 30px;
    }
    .new-article {
        width: calc(100% / 2 - 15px);
    }
}
/* -------- footer link ------------- */




/**
 * タブレット端末用
**/
@media only screen and (min-width: 651px) and (max-width: 960px) {

#content{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:0 10px;
	box-sizing: border-box;
}

br.sp{
	display: none;
}

.clear_tab{
	clear:both;
}

.clear_tab_sp{
	clear:both;
}
#contentwidth{
	padding-left:10px;
	padding-right:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}
}


/**
 * タブレット端末用
**/
@media only screen and (max-width: 767px) {
    h6 {
        text-align: left;
    }
    
    .text_box th {
        text-align: left;
    }
    .text_box th, .text_box td {
        padding: 10px;
        font-size: 14px;
    }
    table.colume-2 tr {
        display: flex;
        flex-direction: column;
    }
    table.colume-2 th {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #c4c4c4;
    }
    
    /* interview box */
    .interview-box {
        flex-direction: column;
        align-items: center;
    }
    .interview-text::before {
        content: none;
    }
    .interview-box .circle-image {
        width: 90%;
    }
    .interview-text {
        margin-bottom: 0;
    }

}


/**
 * スマートフォン端末用
**/

@media only screen and (max-width: 650px) {

#content{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}
br.tab{
	display: none;
}

br.sp{
	display:block;
}

.clear_sp{
	clear:both;
}
.info_keisai{
	text-align:left;
	margin-bottom:20px;
}
#contentwidth{
	padding-left:10px;
	padding-right:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}

/*h5 {
    font-size: 25px;
	line-height: 40px;
}*/

.pastbox{
	padding: 5px;
}
	
.img_basic {
    width: auto;
}	
	
.img_right02 {
    float: right;
    margin: 0 0 20px 20px;
    width: 30%;
}
	
.img_right {
    float: right;
    margin: 0 0 20px 0px;
}	
	
.box_border_purple {
    display: block;
}
	
.box_border_purple {
     float: none; 
     margin: 0px 0px 10px 0px; 
     width: auto; 
}	
	
	table.table01 th, 
	table.table01 td {
        padding: 10px;
    }
	

.number-box.box_special .box_kobetsu {
    width: 48%;
    margin: 0 1% 4%;
    float: left;
    background: none;
    border-bottom: none;
}
	
.box_kobetsu_wrap:nth-of-type(2n+1) {
    clear: both;
}


.flex_test-box.mb50{
    justify-content: start;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.flex_test-item{
    padding: 0 15px;
    color: #333333;
    width:100%;
    margin-bottom: 30px;
}

.itembox {
    background-color: #f6f6f6;
    padding: 10px;
    height: 100%;
}

.link_btn_pc90per {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.link_btn_pc90per a, .link_btn_pc50per a {
    display: block;
    width: 96%;
    padding: 2%;
    background: #6171c1;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.link_btn {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.link_btn a, .link_btn_pc50per a {
    display: block;
    width: 90%;
    padding: 5%;
    background: #6171c1;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/*
---
---------------------------------------------------------------------------*/
	.title1__thumb {
		width: 80px;
		flex-shrink: 1;
	}
	.title1__text {
		padding-right: 10px;
		flex-shrink: 0;
	}
	
}
