@charset "utf-8";

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}

.h2_1 {
    display: inline-flex;
	color:#000;
	background-image:url(../images/h2.png);
    max-width: 845px;
	height:42px;
}

.h2_1 span {
/*	margin-left:35px;*/
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    padding-left: 35px;
;
}

.h2_2 {
    display: inline-flex;
	color:#000;
	font-size:1.8em;
    max-width: 845px;
	content:"";
	background:url(../images/h2_2.png) no-repeat;
	background-size:contain;
}

.h2_3 {
	background:url(../images/h2_2.png) no-repeat;
	background-size:contain;
}

.h2_4 {
    display: inline-flex;
	color:#000;
	font-size:1.8em;
    max-width: 845px;
	content:"";
	background:url(../images/h2_2.png) no-repeat;
	background-size:contain;
	line-height:normal;
	margin-bottom:20px;
}

.h2_5 {
    display: inline-flex;
	color:#000;
    max-width: 845px;
	width:100%;
	content:"";
	background-size:contain;
	line-height:normal;
	margin-bottom:15px;
}


.h3_1 {
    display: inline-flex;
	color:#000;
	font-size:1.4em;
	padding-left:20px;
	padding-top:1px;
	background:url(../images/h3_1.png) no-repeat;
	background-position-y: center;
}

.h3_2 {
    display: inline-flex;
	color:#000;
	font-size:1.4em;
	padding: 5px 10px;
	background-position-y: center;
	background-color:#E9E2E1;
	align-items: center;
    max-width: 845px;
	width:100%;
}

.h3_2:before {
	content: url(../images/support_plus/yorokobi_line.png);
	padding-top: 3px;
}


.h3_2:after {
	content: url(../images/support_plus/yorokobi_line.png);
	padding-top: 3px;
}

.h4_1 {
    display: inline-flex;
	color:#000;
/*	font-size:1.8em;*/
    max-width: 845px;
	width:100%;
	content:"";
	background:url(../images/h2_2.png) no-repeat;
	background-size:contain;
	line-height:normal;
	margin-bottom:35px;
	font-size: clamp(19px, 2.3vw, 30px);
}

.h4_2 {
	font-size:1.5em;
	display: inline-block;
}

.text-link1:after {
	/*content:url(../images/h3_1.png);*/
	background:url(../images/h3_1.png) no-repeat;
	content: "　";
	background-position-y: center;
}

/*
h2:before {
	content: url(../images/kouwa/h2_1.png);
	padding-top: 3px;
}
*/

.kotsu_annai {
	color:#000;
	max-width:845px;
	display: inline-block;
	text-align:left;
}

.apply-form {
    color: #000;
    max-width: 845px;
    display: inline-block;
    text-align: left;
    font-size: 1.2em;
}

/* ------ Body ------ */
body {
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #FFF;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
	background:#FFF;
	text-align:center;
}

.edge {
	height:15px;
	background-color:#000;
}

.home_header {
	margin-top: 25px;
    max-width: 1003px;
    display: inline-block;
    position: relative;
}

/*-----------------------------------------------------	
navbar
/*-----------------------------------------------------	*/
#navi {
	display: block;
    position: absolute;
    left: 165px;
	top: 8px;
}

#navi ul {
/*     display: -webkit-box; */
    display: -webkit-inline-box;
    list-style-type: none;
}

#navi ul li {
	margin:0 18px;
}


/*-----------------------------------------------------	
共通設定
/*-----------------------------------------------------	*/
.width100fit {
	width:100%;
}

/*.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}*/


.mincho{
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing:-.05em;
}

.gothic{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:-.05em;
}

section {
/*    margin: 0;
    padding: 65px 0 0 0;
    width: 100%;
    min-height: calc(100vh - 100px - 100px);*/
}

section iframe {
	/*margin:40px 15px 40px 80px;*/
}

.button {
  display       : inline-block;
  font-size     : 1.2em;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  margin		: 20px 0px;
  color         : #000;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
}

form th {
	font-weight:normal;
}

form td {
	font-weight:normal;
}

form td input {
	font-size:1.2em;
	margin:10px 0;
}

form td textarea {
	font-size:1.2em;
	margin:10px 0;
}

.submit-box {
    text-align: center;
}

.comment_text {
	color:#000;
	display:inline-flex;
	vertical-align:top;
	font-size:1em;
	align-items: center;
	border-left:#CCC solid 2px;
	max-width:650px;
}

.comment_supplement_text {
	display:inline-flex;
	max-width: 650px;
}

.comment_supplement_text p {
	padding:5px 0 5px 10px;
	text-align:left;
	color:#000;
	font-size: 0.9em;
}

.hr_dashed {
	border-top: 2px dashed #999;
}

.sanka_koe {
	margin-top:20px;
}

.age_sex {
	color:#000;
	display:inline-flex;
	vertical-align:top;
	font-weight:bold;
	font-size:1.3em;
	align-items: center;
}

.video_watch_img {
	width:100%;
	max-width:354px;
}

.download_audio_img {
	width:100%;
	max-width:260px;
}

.introduction {
	border-collapse:collapse;
}
.introduction td {
	border-bottom:1px solid #000;
	vertical-align:top;
	padding:3px 0;
}


/*-----------------------------------------------------	
section 共通
/*-----------------------------------------------------	*/
.section_type1 {
	background-color:#BFB9B8;
	color:#000;
}

.section_type2 {
	background-color:#FFF;
	color:#000;
}

.section_type3 {
	background-color:#E3E4E4;
	color:#000;
}

/*-----------------------------------------------------	
HOME　講話　動画
/*-----------------------------------------------------	*/

.kouwa_video {
	width:100%;
	max-width:560px;
	max-height:315px;
}

.kouwa_desc {
	display: inline-block;
	vertical-align:top;
	padding:3px 0 0 10px;
	max-width:390px;
	text-align:left;
}

.kouwa_desc .kouwa_title {
	padding-top:10px;
	padding-bottom:18px;
	font-size:2em;
	font-weight:bold;
}

.kouwa_desc .video_other_trans {
	width:100%;
	text-align:right;
}

.mumeikai_setsumei {
	background-color:#E1E2EA;
	max-width:435px;
	color:#000;
	padding:15px;
	text-align:left;
	line-height:2em;
}


/*-----------------------------------------------------	
HOME　講話　詳細
/*-----------------------------------------------------	*/
.kouwa_details_headline {
/*	display:inline-block;*/
	vertical-align:top;
	text-align:left;
}


/*-----------------------------------------------------	
講話
/*-----------------------------------------------------	*/
.rekidai_roshi {
	display: inline-table;
	background-color: #DADAD6;
	padding: 15px 0;
}

#kouwa .kouwa_new_video {
	text-align: -webkit-center;
}

.ml-10 {
	margin-left:10px;
}

/*-----------------------------------------------------	
サポートプラスの紹介
/*-----------------------------------------------------	*/

.katsudo {
	margin-top:20px;
	line-height:2.5em;
}

.katsudo_number {
	display:inline-block;
	vertical-align: top;
	font-size:2.5em;
	padding-top: 20px;
	margin-left:25px;
}

.katsudo_title {
	display:inline-block;
/*	max-width:760px;
	border-left: 2px solid #CCC;*/
/*	padding-left:20px;*/
	margin-left:20px;
	font-size: 1.4em;
}

.katsudo_naiyo {
	margin-top:20px;
}

.katsudo_naiyo img {
	margin-right:10px;
	vertical-align: top;
}

