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


/*==========================================
■style
==========================================*/
.w-100{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.w-80{
	max-width: 80%;
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.w-50{
	max-width: 50%;
	width: 50%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.mt-1{
	margin-top:5px;
	
}
.mt-3{
	margin-top:30px;
	
}
.mb-3{
	margin-bottom:30px;
	
}

.fl{
	float:left;
}

.text-center {
    text-align: center!important;
}
.red {
    color: #ff0000;
}
.text-white {
    color: #fff!important;
}
.text-blue {
    color: #0094AF;
}
.text-red {
    color: #8B1241;
}
.text-yellow {
    color: #FFFF00;
}
.border_blue{
	position:relative;
	display: inline-block;
}
.border_blue::after{
	
	content: "";
	background: #CBE3F2;
	width: 100%;
	height: 7px;
	position: absolute;
	bottom:0;
	left: 0;
}
.bg-blue{
	background: #E5EFF8;
}
.bg-red{
	background: #8B1241!important;
}
.fw-bold{
	font-weight: bold!important;
}
.fs-18{
	font-size: 18px;
}
.fs-25{
	font-size: 25px;
}
.fs-28{
	font-size: 28px;
}
.fs-30{
	font-size: 30px;
}
.fs-35{
	font-size: 35px;
}
.fs-50{
	font-size: 50px;
}
.f12 {
    font-size: 12px !important;
}

.f18 {
    font-size: 18px !important;
}

.ored {
    color: #E73828;
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.orenge {
    color: #F29600;
    font-weight: bold;
}

.cream {
    color: #fffbb7;
}

.bold {
    font-weight: bold;
}


/*==========================================
■all
==========================================*/
.PCnone {
    display: none;
}

.SPnone {
    display: block;
}

body {
    margin: 0;
    font-family: 'Hiragino Kaku Gothic Pro', 'meiryo', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.7;
    font-size: 16px;

    /* line-height: 1.7;
    font-size: 16px;
    font-family: 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
    font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;*/
}

/* 背景色ブラックパターン */
.fullarea-black {
    clear: both;
    margin: 0 auto !important;
    padding: 5px 10px 5px 10px !important;
    width: 100%;
    background: #333;
    position: relative;
    text-align: center;
}

/* 文字色追加 */
.white {
    color: #ffffff;
}

/*ホワイト*/


.wrap {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
}

.h_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

img {
    vertical-align: middle;
    border: none;
}

.tacenter {
    text-align: center
}

.taleft {
    text-align: left
}

.taright {
    text-align: right
}

.f_left {
    float: left
}

.f_right {
    float: right
}

@keyframes rotation {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1.0);
    }
}

.relpos {
    position: relative;
}


.movie-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/*==========================================
■ 特別なご案内（セミナー開催）
==========================================*/
.fullarea-white {
    clear: both;
    margin: 0 auto !important;
    padding: 5px 10px 5px 10px !important;
    width: 100%;
    background: #fff;
    position: relative;
    text-align: center;
}

#special_head {
	background:url(../images/thanks_header.jpg) bottom center no-repeat;
	background-size:cover;
	}

.midahi_3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0 0 20px 0;
    text-align: center;
    line-height: 1.2em;
    /*text-shadow: 0px 0px 1px #fff, 1px 1px 1px #fff;*/
}

.midahi5 {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    color: white;
}

.fontBigger {
    font-size: 1.2em;
}

.midahi_4 h2 {
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    text-align: center;
    font-weight: normal;
    padding: 15px 0;
}


/*==========================================
■sec01
==========================================*/

#sec01 {
	margin-bottom: 20px;
   
}

#sec01-2 {
    background: url(../images/bg01-2.jpg) top center no-repeat;
    background-size: cover;
}

/*==========================================
■whats
==========================================*/
#whats{
	
}
.whats_wrap{
	border:10px solid #CBE3F2;
	padding: 1rem 2.5rem;
	line-height: 1.75;
	margin-bottom: 3rem;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    word-break: normal;
    word-wrap: break-word;
}

.midahi {
    position: relative;
    background: #0094af;
    padding-top: 30px;
    padding-bottom: 30px;
    letter-spacing: 1px;
}

.midahi h2 {
    font-size: 32px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}

.midahi2 {
    position: relative;
    background: #6195cd;
    padding-top: 30px;
    padding-bottom: 30px;
    letter-spacing: 1px;
}

.midahi2 h2 {
    font-size: 28px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}

.sankaku {
    position: absolute;
    left: calc(50% - 24px);
    bottom: -27px;
}

.kaisetu {
    background: url(../images/bg02.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.des_01 {
    width: 65%;
    text-align: left;
}

.houhou {
    background: url(../images/bg03.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.des_02 {
    width: 50%;
    float: right;
    text-align: left;
}

h1 {
    font-size: 24px;
    color: #0094af;
    line-height: 1.4;
    margin-bottom: 35px;
    margin-top: 20px;
    text-align: center;
}

.taikouhyou {
    padding-top: 60px;
    padding-bottom: 60px;
}

.seminar {
    display: flex;
    justify-content: space-between;
}

.seminar > div {
    width: 48%;
    text-align: center;
}

.seminar p {
    padding: 15px 0 0;
    font-size: 14px;
}


.img_01 {
    float: right;
    margin-left: 30px;
}

.list_block {
    font-size: 20px;
    font-weight: bold;
    padding: 30px 20px;
    background: #E8EDF0;
    margin: 30px auto;
    color: #323232;
    letter-spacing: 1px;
}


/*==========================================
■nayami
==========================================*/
#nayami .midahi h2{
	font-size: min(2.083333333333333vw,30px);
}
/*==========================================
■why
==========================================*/
#why .wrap{
	max-width: 1200px;
}
#why p{
	line-height: 1.75;
}
#why p:not(:last-child){
	margin-bottom: 1.5rem;
}
#why p.text-blue span{

	text-decoration: underline;
	text-decoration-thickness: 7px;
	text-decoration-color: #CBE3F2;
}
#why p.text-red span{
font-size: 40px;
	text-decoration: underline;
	text-decoration-thickness: 7px;
	text-decoration-color: #DBB8C6;
	text-decoration-skip-ink: none;
}
/*==========================================
■real
==========================================*/
#real ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: space-between;
}
#real ul li{
	width: 30%;
}
#real ul li img{
	margin-bottom: 10px;
}
#real ul li p:not(:last-child){
	margin-bottom: 15px;
}
/*==========================================
■outlet
==========================================*/
#outlet ul,#outlet2 ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
	justify-content: space-between;
}
#outlet ul li,#outlet2 ul li{
	align-self: center;
}
#outlet ul li:first-child,#outlet2 ul li:first-child{
	width: 40%;
}
#outlet ul li:last-child,#outlet2 ul li:last-child{
	width: 55%;
}
#outlet ul li p:not(:last-child),#outlet2 ul li p:not(:last-child){
	margin-bottom: 15px;
}
#outlet .campaign,#outlet2 .campaign{
	margin-bottom: 50px;
}
#outlet table td:first-child,#outlet2 table td:first-child{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

/*==========================================
■flow
==========================================*/
#flow ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0;
	padding: 0;
	list-style: none;
	justify-content: space-between;
}

#flow ul li{
	width: 32%;
}

/*==========================================
■faq
==========================================*/
#faq .faq_wrap{
	margin-bottom: 2rem;
}
#faq .faq_wrap.last{
	margin-bottom: 5rem;
}
#faq .faq_wrap .faq_q{
	font-size: 22px;
	color: #0094AF;
	font-weight: bold;
	padding: 1rem 3rem 1rem 1rem;
	border: 2px solid #0094AF;
	position: relative;
	cursor: pointer;
}

.faq_wrap .faq_q::after,.faq_wrap .faq_q::before{
	position: absolute;
	content: "";
	width: 18px;
	height: 3px;
	background: #0094AF;
}
.faq_wrap .faq_q::after{
	top: calc(50% - 1.5px);
	right: 15px;
}
.faq_wrap .faq_q::before{
	top: calc(50% - 1.5px);
	right: 15px;
	transform: rotate(90deg);
	transition: all 0.2s;
}
.faq_wrap .faq_q.open::before{
	transform: rotate(0deg);
	transition: all 0.2s;
}

.faq_wrap .faq_a{
	display: none;
	padding: 1rem;
}
/*==========================================
■company
==========================================*/
#company .company_logo{
	width: 100%;
	max-width: 390px;
	margin: 0 auto 2rem;
}
#company .company_detail{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	justify-content: space-between;
}
#company .company_detail div{
width: 47.5%;
}
#company .company_cont p.name{
padding: .25rem 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #0094AF;
	margin-bottom: .5rem;
	font-weight: bold;
}
#company .company_member{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3rem;
	justify-content: space-between;
}
#company .company_member div{
width: 32%;
}
#company table.company_cont_details th{
	color: #fff;
	background: #0094AF;
	width: 133px;
	font-size: 12px;
	padding: .5em;
}
#company table.company_cont_details td{
	font-size: 12px;
	padding: .5em 1em;
}

/*==========================================
■president
==========================================*/
.president .president_ttl{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: .25em 0;
	text-align: center;
	margin-bottom: 1rem;
	background: #0094AF;
}
.president .president_wrap{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 3rem;
	justify-content: space-between;
}
.president .president_wrap .president_prof{
	width: 65%;
	align-self: flex-end;
}

.president .president_wrap .president_prof .president_prof_cont{
	line-height: 1.75;
}
.president .president_wrap .president_prof .president_prof_cont:not(:last-child){
	margin-bottom: 1rem;
}

.president .president_wrap .president_prof .president_name{
	color: #0094AF;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: .25em;
	border-bottom: 2px solid #0094AF;
	margin-bottom: 1.5rem;
}
.president .president_wrap .president_prof .president_name span{
	font-size: 16px;
}
.president .president_wrap .president_image{
	width: 25%;
}

/*==========================================
■books
==========================================*/
.books .books_ttl{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: .25em 0;
	text-align: center;
	margin-bottom: 2rem;
	background: #0094AF;
}
.books .books_wrap{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 3rem;
	justify-content: space-between;
}

.books .books_wrap .left{
	width: 45%;
}
.books .books_wrap .right{
	width: 50%;
}

.books .books_wrap .left img{
	margin-bottom: 1rem;
}
.books .books_wrap .right img:not(:last-child){
	margin-bottom: 1rem;
}

/*==========================================
■books
==========================================*/
.history:not(:last-child) {
	margin-bottom: 3rem;
}.history .history_ttl{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: .25em 0;
	text-align: center;
	margin-bottom: 2rem;
	background: #0094AF;
}
.history .history_bottom{
margin-top: 2rem;
	display: flex;
	justify-content: space-between;
}
.history .history_bottom div{
	width: 47.5%;
}
/*==========================================
■sec03
==========================================*/
#sec03 {
    background: #F7F7F7;
}

.kouritu table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px auto;
    font-size: 14px;
}


.kouritu table th,
.kouritu table td {
    padding: 5px;
    border: 1px solid #B4B4B5;
    width: 20%;
    background: #fff;
}

.kouritu table td {
    color: #323232;
    background: #fff;
}

.kouritu table td:first-child{
	font-weight: bold;
	padding-left:10px;
}
.fnt21 {
    font-size: 21px;
}

.emph2 {
    /*赤文字*/
    color: #cc0000;
    font-weight: bold;
    font-size: 18px;
}

/* 参加者の声 */
.voice_wrap:not(:last-child){
	margin-bottom: 3rem;
}
.voice_wrap .voice_ttl{
	text-align: left!important;
	padding: 1rem 3rem 1rem 1rem;
	border: 2px solid #0094AF;
	position: relative;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
}
.voice_wrap .voice_ttl .voice_img{
	width: 20%;
}
.voice_wrap .voice_ttl .voice_img img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.voice_wrap .voice_ttl .voice_ttl_text{
	width: 80%;
	align-self: center;
}
.voice_wrap .voice_ttl::after,.voice_wrap .voice_ttl::before{
	position: absolute;
	content: "";
	width: 18px;
	height: 3px;
	background: #0094AF;
}
.voice_wrap .voice_ttl::after{
	top: calc(50% - 1.5px);
	right: 15px;
}
.voice_wrap .voice_ttl::before{
	top: calc(50% - 1.5px);
	right: 15px;
	transform: rotate(90deg);
	transition: all 0.2s;
}
.voice_wrap .voice_ttl.open::before{
	transform: rotate(0deg);
	transition: all 0.2s;
}
.voice_wrap .voice_ttl h2{
	text-align: left!important;
	margin: 0!important;
}
.voice_wrap .voice_cont{
	display: none;
	padding: 1rem;
}
div.voice {
    margin: 0 auto 30px auto !important;
    padding: 15px;
    width: 100%;
    background: #fff;
    border: 5px solid #a5d4e3;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;

}

div.voice dt {
    margin: 0 !important;
    padding: 0;
    max-width: 40%;
}

div.voice dt img {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #eee;
}

div.voice h4 {
    margin: 0 0 10px 0;
    padding: 6px 10px 4px 8px;
    font-size: 20px;
    font-weight: bold;
    font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    line-height: 1.6;
    background: #ebf2f9;
    border-left: 8px solid #78bfd4;
    -webkit-border-radius: 0 22px 22px 0;
    -moz-border-radius: 0 22px 22px 0;
    border-radius: 0 22px 22px 0;
}

div.voice p {
    margin: 0 0 40px 0 !important;
    padding: 0;
    font-size: 16px;
    line-height: 1.7;
}



/*==========================================
■sec04
==========================================*/
#sec04{position: relative;}
.reason {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}

.reason > div {
    width: 33%;
    text-align: center;
}

/*==========================================
■sec05
==========================================*/
.flex_area {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}

.flex_area > div {
    width: 33%;
    text-align: center;
}


/* 参加者インタビュー */
dl.interview {
    margin: 0 0 20px 0;
    padding: 12px 10px 5px 10px;
    background: #6195cd;
}

dl.interview dt {
    color: #206eb7;
    margin: 0 0 10px 0;
    padding: 4px 15px 1px 15px;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    text-align: center;
    border-radius: 20px;
}

dl.interview dd {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

h3.question {
    color: #206eb7;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold !important;
    line-height: 1.5;
    text-align: left;
    border-bottom: 2px solid #6195cd;
}

h3.question span {
    color: #fff;
    margin: 0;
    padding: 3px 5px 1px 5px;
    font-size: 15px;
    background: #206eb7;
    border-radius: 5px;
}

.question-area {
    margin: 0 0 35px 0 !important;
    padding: 0;
    width: 100%;
}

.question-area:after {
    content: " ";
    display: block;
    clear: both;
}

.photo-box {
    margin: 0 0 0px 20px;
    padding: 0;
    float: right;
    max-width: 340px;
}

.photo-box img {
    margin: 0;
    padding: 0;
    width: 100%;
}

.photo-box .photo-caption {
    margin: 0 0 10px 0;
    padding: 5px 0 2px 8px;
    font-size: 12px;
    border-left: 2px solid #94c1e8;
}


/*==========================================
■sec06
==========================================*/
#sec06 {
    background: url(../images/bg04.jpg) top center no-repeat;
    background-size: cover;
}

.container {
    padding-top: 40px;
    padding-bottom: 40px;
}


.midahi_2 h2 {
    font-size: 32px;
    color: #000;
    border-bottom: 1px solid #0094af;
    padding-top: 42px;
    text-align: center;
}

.about table {
    width: 988px;
    margin: 0 auto 20px;
    border-spacing: 5px;
}

.about table th {
    background: #0094af;
    color: #fff;
    font-size: 24px;
}

.about table td {
    background: #fff;
}

.about table th,
.about table td {
    padding: 15px;
}

.tousi_img {
    width: 100%;
}

.des_03 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

/*==========================================
■sec08
==========================================*/
#sec08 {
    background: #f6f6f6;
    overflow: hidden;
}

#sec08 h3 {
    color: #fff !important;
    margin: 0 0 25px 0;
    padding: 18px 0 14px 0;
    font-size: 28px;
    font-weight: bold !important;
    text-align: center !important;
    line-height: 1.5 !important;
    background: #0094af !important;
    outline: 1px solid #a3ccf2;
    outline-offset: -4px;
}


#sec08 h3.sub-title7 {
    color: #fff !important;
    margin: 0;
    padding: 20px 0 16px 0;
    font-size: 26px;
    font-weight: bold !important;
    text-align: center !important;
    line-height: 1.5 !important;
    background: #cc0000 !important;
    outline: 1px solid #ff6699;
    outline-offset: -4px;
}



/* .inner内 */
.inner-box0 {
    /* 枠なし */
    margin: 0 !important;
    padding: 25px 25px 20px 25px;
    background: #fff;
}

.inner-boxgray {
    /* 背景：グレイ、枠なし */
    margin: 0 !important;
    padding: 10px 25px;
}

.inner-box1 {
    /* 枠1px */
    margin: 0 !important;
    padding: 25px 25px 15px 25px !important;
}

.inner-box4 {
    /* 枠4px */
    margin: 0 !important;
    padding: 25px 21px 20px 21px !important;
}

/* 強調 ------------------------------ */
.emph {
    /*赤文字*/
    color: #cc0000;
    font-weight: bold;
    font-size: 22px;
}


/* 無料レポートを申し込む ------- */
/* お申込みフォーム */
form#mail_form dl {
    margin: 30px auto 0 auto;
    overflow: hidden;
    font-size: 16px;
    max-width: 560px;
}

form#mail_form dl dt {
    clear: both;
    width: 30%;
    float: left;
    border-top: 1px dotted #cccccc;
    margin: 0;
    padding: 15px 0;
    text-align: left;
    overflow: hidden;
}

form#mail_form dl dd {
    width: 70%;
    float: left;
    border-top: 1px dotted #cccccc;
    margin: 0;
    padding: 15px 0 15px 10%;
}

form#mail_form dl dt span {
    font-weight: normal;
}

form#mail_form p#form_submit {
    width: 90%;
    margin: 25px auto 30px auto;
    padding: 0px 0;
    text-align: center;
}

form#mail_form input[type="submit"] {
    border: 1px solid #ff6262;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 30px;
    font-family: arial, helvetica, sans-serif;
    padding: 16px 20px 14px 20px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF;
    max-width: 440px;
    background-color: #ff9a9a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9a9a), to(#d20202));
    background-image: -webkit-linear-gradient(top, #ff9a9a, #d20202);
    background-image: -moz-linear-gradient(top, #ff9a9a, #d20202);
    background-image: -ms-linear-gradient(top, #ff9a9a, #d20202);
    background-image: -o-linear-gradient(top, #ff9a9a, #d20202);
    background-image: linear-gradient(to bottom, #ff9a9a, #d20202);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff9a9a, endColorstr=#d20202);
}

/* [type="button"]201807 */
form#mail_form input[type="submit"]:hover {
    cursor: pointer;
    border: 1px solid #ff3434;
    background-color: #ff6767;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6767), to(#9f0202));
    background-image: -webkit-linear-gradient(top, #ff6767, #9f0202);
    background-image: -moz-linear-gradient(top, #ff6767, #9f0202);
    background-image: -ms-linear-gradient(top, #ff6767, #9f0202);
    background-image: -o-linear-gradient(top, #ff6767, #9f0202);
    background-image: linear-gradient(to bottom, #ff6767, #9f0202);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff6767, endColorstr=#9f0202);
}

/* [type="button"]201807 */

form#mail_form dt span.required {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 2px 4px 1px 4px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
    background: #ff0000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url("ie-css3.htc.txt");
}

form#mail_form input[type="text"] {
    max-width: 90%;
    height: 2em;
    padding: 2px 2%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    -webkit-appearance: none;
    font-size: 100%;
    font-family: inherit;
    margin-top: 5px;
}
.red {
color: #ff0000;
}
.f12 {
font-size: 12px !important;
}
.ored {
color: #E73828;
font-weight:bold;
}
.underline{
text-decoration:underline;
}
.orenge {
color: #F29600;
font-weight:bold;
}
.bold{
font-weight:bold;
}

/*==========================================
■sec09
==========================================*/
#sec09 {
    background: #E0E0E0;
}

.intro_1 {
    display: flex;
}

.intro_1 > div:nth-child(1) {
    width: 65%;
}

.intro_1 > div:nth-child(2) {
    width: 35%;
    text-align: center;
}

h2.introttl {
    font-size: 36px;
}

.intro_1 h3 {
    font-size: 30px;
    border-bottom: 1px dotted #333;
    margin-bottom: 15px;
}

.intro_1 p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 2.1;
}

.intro_2 {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
}

.intro_2 p {
    font-size: 16px;
    line-height: 2.1;
}

.intro_3 {
    background: #3B3930;
    border-radius: 5px;
    margin: 30px auto;
}

.intro_3 h3 {
    font-size: 30px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-left: 25px;
    padding-top: 15px;
    letter-spacing: 1px;
}

.intro_3_inner {
    padding: 25px;
    color: #fff;
}

.intro_3_flex {
    display: flex;
    justify-content: space-between;
}

.intro_3_flex > div {
    width: 50%;
}

.intro_4 h3 {
    font-size: 30px;
    border-bottom: 1px dotted #333;
    margin-bottom: 15px;
}

.book {
    float: right;
}


.seminar_intro {
    margin: 30px auto;
    background: #DBDCDC;
}

.seminar_intro h2 {
    background: #323232;
    color: #FFCF08;
    font-size: 32px;
    font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    padding: 15px 20px;
}

.s_i_inner {
    padding: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #323232;
}

.s_i_inner ul li {
    position: relative;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.s_i_inner ul li:before {
    content: '';
    background: url(../images/check_box.png) center center no-repeat;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
}

ul {
    list-style: none;
}

.img_05 {
    text-align: center;
    margin: 30px auto;
}


.setumei_1 {
    padding: 25px;
    background: #DBDCDC;
    border-radius: 10px;
    margin: 0 auto 30px;
}

.setumei_1 ul li {
    font-size: 22px;
    font-weight: bold;
    color: #323232;
    letter-spacing: 1px;
}

.setumei_1 ul li:before {
    content: "● ";
}

.sankaku_2 {
    position: absolute;
    left: calc(50% - 19px);
    bottom: -10px;
}

.pink {
    background: #F9DDDE !important;
}

/*==========================================
■sec10
==========================================*/

.nittei table {
    width: 650px;
    margin: 20px auto;
    border-collapse: collapse;
    font-size: 24px;
}

.nittei table th {
    background: #323232;
    color: #fff;
}

.nittei table td,
.nittei table th {
    padding: 15px;
    border: 1px solid #C8C9CA;
    font-weight: bold;
}

.btn4 {
    margin: 30px auto 0;
    text-align: center;
}

.btn4 a:hover {
    opacity: 0.75;
}
.note {/*20200131*/
margin:0 auto 0 auto;
color:#cc0000;
max-width:650px;
}
/*==========================================
■footer
==========================================*/
#footer {
    background: #000;
    padding: 15px 15px 138px;
    overflow: hidden;
}

#footer p {
    font-size: 12px;
    color: #fff;
}

#footer p:nth-child(1) {
    float: left;
}

#footer p:nth-child(2) {
    float: right;
}

#footer p a {
    color: inherit;
    text-decoration: none;
}


/*  申し込みボタン -------------------------------------------- */
/* レポートを今すぐ無料で入手する（背景：淡青） */
#foot-btn_area {
    clear: both;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    width: 100%;
    background: url(../images/foot-bg-area.png)repeat center top;
    position: fixed;
    bottom: 0px;
    z-index: 9;
    text-align: center;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
	height: 130px;

}
.footer-btn{
	max-width:900px;
}

.btn-area {
    margin: 15px 0 40px 0;
    padding: 0;
    text-align: left;
}

/* .button_entry */
.button_entry {
    border: 1px solid #ca943f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 21px;
    font-family: arial, helvetica, sans-serif;
    margin: 5px 5px 20px 5px;
    padding: 12px 40px 8px 40px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF !important;
    text-align: center;
    background-color: #ca943f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ca943f), to(#a16f21));
    background-image: -webkit-linear-gradient(top, #ca943f, #a16f21);
    background-image: -moz-linear-gradient(top, #ca943f, #a16f21);
    background-image: -ms-linear-gradient(top, #ca943f, #a16f21);
    background-image: -o-linear-gradient(top, #ca943f, #a16f21);
    background-image: linear-gradient(to bottom, #ca943f, #a16f21);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffaf46, endColorstr=#e78404);
	line-height: 1.4;
}

.button_entry:hover {
    border: 1px solid #daa24a;
    background-color: #daa24a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#daa24a), to(#a16f21));
    background-image: -webkit-linear-gradient(top, #daa24a, #ca943f);
    background-image: -moz-linear-gradient(top, #daa24a, #ca943f);
    background-image: -ms-linear-gradient(top, #daa24a, #ca943f);
    background-image: -o-linear-gradient(top, #daa24a, #ca943f);
    background-image: linear-gradient(to bottom, #daa24a, #ca943f);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffc579, endColorstr=#fb9d23);
}


ul.foot-nav {
    list-style: none;
    font-size: 12px;
    color: #fff;
    margin: 0;
    width: 520px;
    position: absolute;
    top: 0;
    left: 20px;
}

ul.foot-nav li {
    display: inline-block;
}

ul.foot-nav li a {
    margin: 0 16px 0 0;
    padding: 0 0 0 12px;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width:767px) {
.whats_wrap {
	padding: 1rem;}
.fs-18{
	font-size: 16px;
}
.fs-25{
	font-size: 20px;
}	
.fs-30 {
    font-size: 20px;
}
.fs-35 {
    font-size: 23px;
}
.fs-50 {
    font-size: 29px;
}.fs-28 {
    font-size: 19px;
}
	
#real ul,#outlet ul,#outlet2 ul,#flow ul,#company .company_detail {
    display: block;
}
#real ul li,#outlet ul li,#outlet2 ul li,#flow ul li,.president .president_wrap{
    width: 100%!important;
	margin-bottom: 1rem;
}
	.voice_wrap:not(:last-child) {
    margin-bottom: 1rem;
}
	.voice_wrap .voice_cont{
		padding: 0;
	}
	#faq .faq_wrap .faq_q{
		font-size: 18px;
		line-height: 25px;
	}
	#company .company_logo{
		width: 80%;
	}
	#company .company_detail div.company_image{
		margin-bottom: 1rem;
	}
	#company .company_detail div{
		width: 100%;
	}
	#company table.company_cont_details th{
		width: 80px;
	}
	.president .president_wrap{
		margin-bottom: 2rem;
	}
	.president .president_wrap .president_prof{
		order: 2;
		width: 100%;
	}
	.president .president_wrap .president_image{
		order: 1;
		width: 100%;
		max-width: 300px;
		margin: 0 auto 1rem;
	}
	.books .books_wrap{
		display: block;
	}
	.books .books_wrap{
		display: block;
	}
	.books .books_ttl,.history .history_ttl{
		margin-bottom: 1rem;
	}
	.books .books_wrap div{
		width: 100%!important;
	}
	.books .books_wrap .left {
    text-align: center;
		margin-bottom: 1rem;
}
	.books .books_wrap div.left img{
		max-width: 300px;
		margin: 0 auto .5rem;
	}
	.kouritu table th, .kouritu table td{
		padding: 1px 3px;
	}
	.kouritu table th, .kouritu table td:nth-child(1){
		width: 19%;
	}
	.kouritu table th, .kouritu table td:nth-child(3),.kouritu table th, .kouritu table td:nth-child(4){
		width: 16%;
	}
	.fs-25 {
    font-size: 20px;
}
	.kouritu table {
        width: 700px!important;
    }
		.kouritu td{
	font-size: 12px;	
	}
	.kouritu .fs-25{
	font-size: 16px;
	}
	.kouritu .fs-18{
	font-size: 13px;
	}

.border_blue{
	text-decoration: underline;
	text-decoration-thickness: 7px;
	text-decoration-color: #CBE3F2;
}
.border_blue::after{
	
	content: none;
}
#foot-btn_area {
    height: 100px;	
	}
	.voice_wrap .voice_ttl {
    padding: .5rem 3rem .5rem .5rem;
}
	.voice_wrap .voice_ttl .voice_img{
		width: 30%;
		align-self: center;
	}
	#nayami .midahi h2{
	font-size: 18px;
}
}
  .footer-btn {
    display: flex;
    justify-content: center;
    gap: 8px; /* ← ボタン間の隙間。お好みで調整（px or %） */
  }

  .footer-btn img {
    width: 98%; /* 2つ並べるために幅も調整（gapと合計して100%以内） */
    display: block;
  }

@media screen and (max-width: 767px) {
  #foot-btn_area {
    height: auto !important;
    padding: 10px !important;
    align-items: flex-end; /* ← 下に詰める */
  }

  .footer-btn {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 0 !important;
  }

  .footer-btn img {
    width: 100%;
    display: block;
  }
}



/* タブレット・PC幅（768px以上）はPC画像を表示 */
@media screen and (min-width:768px) {
  .sp-none { display: block; }
  .pc-none { display: none; }
}

/* スマホ幅（767px以下）はSP画像を表示 */
@media screen and (max-width:767px) {
  .sp-none { display: none; }
  .pc-none { display: block; }
}
