@charset "UTF-8";

/*---------------------
* 表示関係
---------------------*/
._pc {
	display: block;
}

._sp {
    display: none;
}

/* ---------------------------------------------------
 * body
/* ---------------------------------------------------*/
body {
    overflow: hidden;
    font-size: 25px;
    line-height: 1.6;
    font-weight: 500;
}


/*フッター*/
#footer {
	text-align: center;
	font-size: 15px;
	padding: 15px;
	line-height: 26.25px;
	background-color: #333;
	color: #fff;
}


/*---------------------
* 内包
---------------------*/
.wrap_03 {
	background-color: #eee;
	border: 10px solid #000103;
}
.wrap {
	background-color: #fff;
	width: 960px;
}
.wrap,.wrap_03 {
    margin: 0 auto;
}

.wrap_02 {
    width: 960px;
    margin: 0 auto;
	background-color: transparent;
}
@media only screen and (max-width: 1024px) {
    .wrap {
        width: 92%;
    }
	.wrap_03 {
		margin: 0 auto 20px;
	}
}

/*---------------------
* セクション内レター
---------------------*/
article.content_article.wrap {
    position: relative;
}

/*セクション内レターの分離*/
article.content_article.leave_sec div.ca_sec {
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
article.content_article.leave_sec div.ca_sec_02 {
    margin-bottom: 30px;
    box-shadow: none;
}

/*セクション内レターの段落*/
article.content_article div.ca_sec > p {
    padding: 50px 50px;
    font-size: 25px;
    line-height: 1.7;
}

article.content_article div.ca_sec > p.video_bottom_txt {
	padding-top: 100px;
}

/*---------------------
* box
---------------------*/
#section-04_contents-box {
    padding-bottom: 30px;
}

.box_container{
background: repeating-linear-gradient(
    to bottom, 
    #FFF8DC 0%, 
    #DAB879 16.7%, 
    #FFF8DC 33.3%, 
    #DAB879 50%, 
    #FFF8DC 66.7%, 
    #DAB879 83.3%, 
    #FFF8DC 90.5%,
	#DAB879 100% 
);
	padding-top: 50px;
	padding-bottom: 10px;
}

.box_03{
	/*border: 2px solid #0b1a2e; */
	background-color: #fff;
}

.box_02{
	border: 2px solid #ba7f1a; 
}

.box_01{
	border: 2px solid #ffdf87; 
}

.box {
/*    border-style: solid;
    border-width: 3px;*/
    margin: 0 50px 50px;
    border-radius: 0;
    overflow: hidden;
    text-align: left;
    box-sizing: border-box;
}

.end {
  margin: 0 50px 0;
}

p.box-txt.padding_top_0 {
	padding-top: 0 !important;
}

p.box-txt {
  padding: 40px;
  font-size: 25px;
  line-height: 1.7;
}

.box_img {
  padding: 0 40px 0;
}
@media only screen and (max-width: 767px) {
	.box_img {
	  padding: 0 10px 0;
	}
}

@media only screen and (max-width: 1024px) {
  .box_tittle img {
    border-radius: 0;
  }
}

.box_img img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
	.box_container{
		padding-top: 20px;
		padding-bottom: 5px;
	}
	
	.box{
/*		border-style: solid;
		border-width: 2px;*/
		margin: 0px 15px 15px;
		border-radius: 0; 
		overflow: hidden; 
		text-align: justify;
	}
	
  #section-04_contents-box {
       padding-bottom: 1px;
  }

  .end {
    margin: 0 15px 0;
  }

  p.box-txt {
    padding: 10px;
    font-size: 21px;
    line-height: 1.7;
	white-space: pre-line;
  }

  div.box-txt > p {
    font-size: 21px;
    line-height: 1.7;
    white-space: pre-line;
  }

  .box_tittle img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
	
  .box_img img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .box-section-05_box_img img {
    padding: 5px 0 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .img_bottom {
	margin-bottom: 15px;
  }
}
/* ---------------------------------------------------
 * セクションの背景
/* ---------------------------------------------------*/
/*fv*/
#section-fv-01,
#section-fv-02,
#section-fv-03,
#section-fv-04{
    background-size: cover;
}

#section-fv-01 {
    background: url(../images/section-fv_01.webp) no-repeat center;
}

#section-fv-02 {
    background: url(../images/section-fv_02.webp) no-repeat top center;
}

#section-fv-03 {
    background: url(../images/section-fv_03.webp) no-repeat center;
}

#section-fv-04 {
    background: url(../images/section-fv_04.webp) no-repeat center;
}

/* section_bg */

.section_bg {
    background-repeat: no-repeat;
    background-position: center 0;
    background-attachment: fixed;
    width: 100%;
    height: auto; 
    padding: 30px 0 0;
    overflow: hidden;
    display: block;
}

#section-01_bg,
#section-02_bg,
#section-03_bg,
#section-04_bg,
#section-05_bg,
#section-06_bg,
#section-07_bg,
#section-08_bg,
#section-09_bg,
#section-10_bg,
#section-11_bg,
#section-12_bg,
#section-13_bg,
#section-13a_bg,
#section-14_bg,
#section-15_bg,
#section-16_bg,
#section-17_bg,
#section-19_bg{
    background-size: cover;
}

#section-01_bg,#section-02_bg,#section-03_bg,#section-04_bg,#section-05_bg,#section-06_bg,#section-07_bg,#section-08_bg,#section-09_bg,#section-10_bg,#section-11_bg,#section-12_bg,#section-13_bg,#section-13a_bg,#section-14_bg,#section-15_bg,#section-16_bg,#section-17_bg,#section-19_bg {
    background-image: url(../images/section_bg_main.jpg);
}

#section-19a_bg {
    background-repeat: no-repeat;
    background-position: top;
	background-image: 
	linear-gradient(to bottom right, #FFF8DB 0%, #D9B675 100%),
	url(../images/section-19a_bg_image.png);
	background-blend-mode: overlay;
}

#section-20_bg {
	background-image: url(../images/section-20_bg_image.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: scroll;
	padding: 80px 0 80px;
	background-size: 65%;
}

/*---------------------
* テキスト関係
---------------------*/
.center{
	text-align: center;
}

.kakko{
	color: #545454;
}

p {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6;
    color: #1a1a1a;
    font-family: notosans,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    white-space: pre-line;
}

span.kakko_small{
	font-size: 23px !important;
}


p.photo_caption{
	font-size: 17px !important;
	line-height: 1.6 !important;
	margin-top: 10px;
	text-align: center;
	color: #808080 !important;
	white-space: pre-line;
}

/*>うまく再生出来ない場合はこちらから視聴してください<*/
p.caption {
    position: absolute;
    top: 78%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    font-size: 16.3px;
    font-weight: 500;
    color: #fff;
    font-family: notosans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    p.caption {
        position: absolute;
        top: 81%;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        font-family: notosans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: center;
    }
}

/*こちら*/
span.link,
a {
    color: #00aaff;
    text-decoration: none;
}

span.link:hover,
a:hover {
    text-decoration: underline;
    cursor: pointer;
}

strong {
    font-weight: 900;
}

/*文字サイズ*/
.fsb_00,
.fsb_01 {
    font-weight: 900;
}

.fsb_00 {
    font-size: 35px;
}

.fsb_01 {
    font-size: 25px;
}

/*カラー*/
.tc1 {
    color: #de1738;
}

/*---------------------
* 余白調整
---------------------*/
.lp_p {
    padding: 0 50px;
}

@media only screen and (max-width: 1024px) {
    .lp_p {
        padding: 0 60px;
    }
}

.image-container_02 {
    width: 70%;
    margin: 38px auto 0;
}
@media only screen and (max-width: 1024px) {
.image-container_02 {
    width: 100%;
}
}
@media only screen and (max-width: 767px) {
.image-container_02 {
    margin: -12px auto 0;
}
}

.cta_btn {
	margin: 0 88px 25px;
	width: 81%;
}

.sec_17_01 {
	text-align: center;
}
.sec_17_01 img {
	width: 50%;
}
@media only screen and (max-width: 767px) {
	.sec_17_01 img {
		width: 70%;
	}
}

.sec_04_08,.sec_04_17  {
    margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	.sec_04_08,.sec_04_17 {
		margin-top: 20px;
	}
}

.sec_04_11, .sec_04_14{
    width: 50%;
    margin: 0 auto;
}

.sec_05_02 {
	padding-top: 50px;
}

.sec_08_01a{
    margin-top: 5%;
}
@media only screen and (max-width: 767px) {
.sec_08_01a{
    margin-top: 0;
}
}

.sec_12_03b {
    padding-bottom: 40px;
}

.sec_11_02a,.sec_11_02c{
    padding-bottom: 40px;
}

.kotae_bottom_txt {
    padding-top: 150px !important;
}

.kotae_bottom_txt.active_padding {
    padding-top: 0 !important;
}

.sec_10_03a {
    text-align: center; 
}
.sec_10_03a {
    width: 50%;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.sec_10_03a {
		margin: 0 auto 14%;
	}
}
.sec_19_ca_sec{
	margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
	.sec_19_ca_sec{
		margin-bottom: 40px !important;
	}
}

.section-19a_bg{
	padding: 30px auto;
}

.sec_19a_02{
   text-align: center;
   width: 100%;
   margin: 110px auto 110px;
}

/* ---------------------------------------------------
 * 動画
/* ---------------------------------------------------*/
.youtube_container {
    position: relative;
}

.youtube_box {
    position: absolute;
    z-index: 999;
    width: 63.6%;
    height: auto;
    box-sizing: border-box;
    left: 50%;
    top: 51.8%;
    transform: translate(-50%, -50%);
}

.youtube_box .movie_msk {
    width: 100%;
    height: 100%;
    position: absolute;
}

.youtube_box::after {
    content: "";
    display: block;
    padding-top: 56.3%;
}


.video_box {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    pointer-events: pointer;
}

.video_line_container{
	position: relative;
}
.video_line,.video_line_purple {
	width: 90%;
}
.video_line_box {
	width: 100%;
}
.video_line_purple {
    border-color: #250E16;
}
.video_line,.video_line_box {
    border-color: #043962;
}
.video_line,.video_line_box,.video_line_purple {
	position: absolute;
	top: 0; 
	left: 50%; 
	transform: translateX(-50%);
    border-style: solid;
    border-width: 2px;
	box-sizing: border-box;
	z-index: 999;
    padding: 0;      
    margin: 0;        
    line-height: 0; 
}
@media only screen and (max-width: 767px) {
.video_line {
	width: 92%;
}
.video_line_box {
	width: 99.5%;
}
.video_line,.video_line_box,.video_line_purple {
    border-width: 1px;
}
}

video {
    display: block;   
    width: 100%;      
}

.video_box.sec_11_01,.video_box.sec_11_02a,.video_box.sec_11_02c,.video_box.sec_11_02e{
	padding: 0 40px 0;
}
@media only screen and (max-width: 767px) {
.video_box.sec_11_01,.video_box.sec_11_02a,.video_box.sec_11_02c,.video_box.sec_11_02e{
	padding: 0 10px 0;
}
}

.video_container_01,.video_container_02,.video_container_03,.video_container_04,.video_container_05,.video_container_05a,.video_container_06,.video_container_07 {
    position: relative;
}
.video_container_01 {
    margin-bottom: 70.5%;
}
.video_container_02,.video_container_02a,.video_container_02b {
    margin-bottom: 68.5%;
}
.video_container_03 {
    margin-bottom: 104.5%;
}
.video_container_06, .video_container_07 {
    margin-bottom: 103%;
    margin-top: 0;
}
.video_container_04a,.video_container_04b {
    margin-bottom: 75.5%;
}
.video_container_04c {
    margin-bottom: 110.5%;
}
.video_container_05 {
    margin-bottom: 54.5%;
}
.video_container_05a {
    margin-bottom: 55%;
}
@media only screen and (max-width: 767px) {
.video_container_01 {	
	margin-top: 77%;
	margin-bottom: 154%;
}
.video_container_02,.video_container_02a,.video_container_02b {
	margin-top: -1%;
    margin-bottom: 70%;
}
.video_container_03 {	
	margin-top: 3%;
	margin-bottom: 110%;
}
.video_container_06,.video_container_07 {
	margin-top: 0;
	margin-bottom: 105%;
}
.video_container_04a,.video_container_04b {
	margin-top: -1%;
    margin-bottom: 79%;
}
.video_container_04c {
	margin-top: -1%;
    margin-bottom: 115%;
}
.video_container_05 {
	margin-top: 28%;
    margin-bottom: 56%;
}
.video_container_05a {
	margin-top: 28%;
    margin-bottom: 56%;
}
}

.video_container_04 {
    margin-bottom: 66%;
}
@media only screen and (max-width: 767px) {
.video_container_04 {
	margin-top: -1%;
    margin-bottom: 70%;
}
}

@media only screen and (max-width: 767px) {
	/*---------------------
	* 表示関係
	---------------------*/
	._pc {
		display: none !important;
	}

	._sp {
		display: block !important;
	}

	body {
		font-size: 21px;
		line-height: 1.6;
		overflow: hidden;
    	font-weight: 500;
    	color: #1a1a1a;
	}
	
    .wrap {
        width: 92%;
    }

	/*フッター*/
	#footer {
		text-align: center;
		font-size: 12px;
		padding: 15px;
		line-height: 21px;
		background-color: #333;
		color: #fff;
	}
	
	/*---------------------
	* テキスト関係
	---------------------*/
	p,.b>p {
		font-size: 21px;
		line-height: 1.6;
		white-space: pre-line;
	}

	/*---------------------
	* セクション内レター
	---------------------*/
	article.content_article.wrap {
		position: relative;
	}

	article.content_article.leave_sec div.ca_sec {
		margin-bottom: 20px;
	}

	article.content_article div.ca_sec > p {
		padding: 20px 16px;
		font-size: 22px;
	}
	
	span.kakko_small{
		font-size: 20px !important;
	}
	
    .img_bottom {
        margin-bottom: 12px;
    }
	
    #section-fv-01 {
        background: url(../images/section-fv_in_01_sp.webp) no-repeat center;
    }
	
    #section-fv-02 {
        background: url(../images/section-fv_in_02_sp.webp) no-repeat top center;
    }

    #section-fv-03 {
        background: url(../images/section-fv_in_03_sp.webp) no-repeat top center;
    }
	
    #section-fv-04 {
        background: url(../images/section-fv_in_04_sp.webp) no-repeat top center;
    }
	
    .section_bg {
        background-repeat: no-repeat;
        background-size: contain;
        background-attachment: fixed;
        padding: 20px 0 0;
    }
	
	.sec_09_section_bg{
		margin-bottom: 20px;
	}
	
	/*image*/
	#section-01_bg,
	#section-02_bg,
	#section-03_bg,
	#section-04_bg,
	#section-05_bg,
	#section-06_bg,
	#section-07_bg,
	#section-08_bg,
	#section-09_bg,
	#section-10_bg,
	#section-11_bg,
	#section-12_bg,
	#section-13_bg,
	#section-13a_bg,
	#section-14_bg,
	#section-15_bg,
	#section-16_bg,
	#section-17_bg,
	#section-18_bg,
	#section-19_bg{
        background-repeat: no-repeat;
        background-size: contain;
        background-attachment: scroll;
		background-color: #262930;
        padding: 20px 0 0;
    }

@media only screen and (max-width: 767px) {
#section-01_bg,#section-02_bg,#section-03_bg,#section-04_bg,#section-05_bg,#section-06_bg,#section-07_bg,#section-08_bg,#section-09_bg,#section-10_bg,#section-11_bg,#section-12_bg,#section-13_bg,#section-13a_bg,#section-14_bg,#section-15_bg,#section-16_bg,#section-17_bg,#section-18_bg,#section-19_bg {
        background: none;
        font-size: 25px;
        line-height: 1.6;
    }
	
	#section-01_bg::after,#section-02_bg::after,#section-03_bg::after,#section-04_bg::after,#section-05_bg::after,#section-06_bg::after,#section-07_bg::after,#section-08_bg::after,#section-09_bg::after,#section-10_bg::after,#section-11_bg::after,#section-12_bg::after,#section-13_bg::after,#section-13a_bg::after,#section-14_bg::after,#section-15_bg::after,#section-16_bg::after,#section-17_bg::after,#section-18_bg::after,#section-19_bg::after {
        content: "";
        display: block;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-image: url(../images/section_bg_main.jpg);
        background-size: cover;
        background-position: center;
        z-index: -1;
    }	
	
	#section-19a_bg {
		background-repeat: no-repeat;
		background-position: top center;
		background-attachment: scroll;
		background-image: 
		linear-gradient(to bottom right, #FFF8DB 0%, #D9B675 100%),
		url(../images/section-19a_bg_image_sp.png);
		background-blend-mode: overlay;
		padding: 20px 0 0;
	}
	
	#section-20_bg {
		background-image: url(../images/section-20_bg_image_sp.png);
		padding: 20px 0 0;
		background-size: 100%;
    }
}
	/*---------------------
	* イメージの説明
	---------------------*/
	.image-container_02 {
		padding-bottom: 14px;
	    width: 100%;
	}
	
	.cta_btn {
		margin: 0 15px 0;
		width: 90%;
	}
}

@media only screen and (max-width: 644px) {
    .fsb_00 {
        font-size: 28px;
    }
    .fsb_01 {
        font-size: 21px;
    }

/*---------------------
* 余白調整
---------------------*/
    .lp_p {
        padding: 0 15px;
    }
	
	.sec_02_16{
        padding-bottom: 20px;
    }
	
	.sec_04_11, .sec_04_14{
		margin: 0 auto 13%;
	}
	
	.sec_05_02 {
		padding-top: 20px;
	}
	
	.sec_12_03b {
		padding-bottom: 10px;
	}
	
	.sec_11_02a,.sec_11_02c{
		padding-bottom: 20px;
	}
	
	.kotae_bottom_txt {
		padding-top: 80px !important;
	}

	.kotae_bottom_txt.active_padding {
		padding-top: 0 !important;
	}
	
	.sec_19a_02{
	   text-align: center;
	   width: 100%;
	   margin: 50px auto 50px;
	}
	
/* ---------------------------------------------------
 * 動画
/* ---------------------------------------------------*/
	.youtube_box {
        width: 89%;
        top: 46.5%;
    }

	.youtube_box .movie_msk {
		width: 100%;
		height: 100%;
		position: absolute;
	}

	/*---------------------	
	* 動画	
	---------------------*/
		.video_box {	
			width: 100%;	
			left: 50%;	
			transform: translate(-50%, -50%);	
		}	
}

.sec_19a_title{
	width: 100%;
	margin: 90px auto 70px;
    text-align: center;
}
@media only screen and (max-width: 644px) {
	.sec_19a_title{
		margin: 30px auto 30px;
	}
}

.sec_19a_title img {
    width: 100%;
}

img.hukidasi {
    margin: 0 auto;
	width: 85%;
}
._sp.hukidasi{
	display: none;
}
@media only screen and (max-width: 644px) {
	img.hukidasi {
		width: 100%;
	}
	._pc.hukidasi{
		display: none;
	}
}

.img_70{
	text-align: center;
}
.img_70 img{
	width: 70%;
}
@media only screen and (max-width: 644px) {
	.img_70 img{
		width: 100%;
	}
}
.img_88{
	text-align: center;
}
.img_88 img{
	width: 88%;
}
@media only screen and (max-width: 644px) {
	.img_88 img{
		width: 100%;
	}
}
/*---------------------
* 基本情報
---------------------*/
.btn_02 {
    background-image: url('../images/btn_02.png'); 
	background-color: transparent;
    background-size: cover; 
    width: 689px !important; 
    height: 188px !important;
    border: none; 
    color: transparent;
    cursor: pointer; 
}
@media only screen and (max-width: 644px){
	.btn_02 {
		width: 100% !important; 
		height: 85px !important;
	}
}

dd {
    margin-inline-start: 0;
}

.form_box{
	padding: 20px 20px 50px;
}
@media only screen and (max-width: 644px){
	.form_box{
		padding: 20px 16px 20px;
	}	
}	

.saipon-form .form-control {
    font-size: 20px;
    font-weight: 300;
    min-height: 44px;
    padding: 4px 8px;
	margin-bottom: 20px;
}

.form-control_end{
	height: 300px !important;
}
@media only screen and (max-width: 644px){
.form-control_end{
	height: 150px !important;
}	
}

#form form .info dl {
    margin-bottom: 40px;
}

#form form .info dl:last-child {
    margin-bottom: 0;
}

#form form .info dl dt {
    width: 100%;
    margin-bottom: 10px;
}

#form form .info input {
    font-size: 20px;
    padding: 15px;
    border: solid 1px #ccc;
    border-radius: 15px;
    font-family: notosans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

input.text,input.mail{
	width: 100%;
	height: 60px;
	border: solid 1px #ccc;
	border-radius: 5px;
	font-size: 20px;
	padding-left: 10px;
    font-family: notosans, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "A-OTF 新ゴ Pro", A-OTF Shin Go Pro, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
@media only screen and (max-width: 644px) {
	input.text, input.mail {
		padding-left: 10px;
	}
}	

.textbox{
	margin-top: -40px;
}
@media only screen and (max-width: 644px) {
	.textbox{
		margin-top: -32px;
	}
}	
@media only screen and (max-width: 644px) {
	div.textarea_info_title>p{
		font-size: 21px;
	}
}
.textarea{
	width: 100%;
	height: 300px;
	border-radius: 5px;
	border: solid 1px #ccc;
}
@media only screen and (max-width: 644px) {
	.textarea{
		height: 250px;
	}
}	

.form_box .info dd {
    margin-inline-start: 0;
}

dd{
	padding-left: 0;
}

.centered-content {
    display: flex;         
    align-items: center;   
    height: 50px;          
}

/*必項*/
.label {
    display: inline;
    padding: .3em .6em;
    font-size: 50% !important;
	margin-left: 1%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	background-color: #b80000;
}

@media only screen and (max-width: 644px) {
	.label.end/*動画の感想や質問の必項*/ {
		margin-bottom: 1%;
	}
}	

.chat-container_01,.chat-container_02,.chat-container_03 {
    position: relative;
    background-color: #f5f5f5;
    margin: 8% 50px 5%;
    transition: background-color 0.3s;
}

@media only screen and (max-width: 644px) {
    .chat-container_01,.chat-container_02,.chat-container_03{
        margin: 0 15px 7%;
    }
}

label.combtn_01,label.combtn_02,label.combtn_03 {
    cursor: default;
}
label.combtn_01,label.combtn_02,label.combtn_03 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    text-align: center;
}


label.combtn_01:after, label.combtn_02:after, label.combtn_03:after {
    content: '答え';
	max-width: 450px;
	letter-spacing: 1vw;
}
label.combtn_01:after, label.combtn_02:after, label.combtn_03:after {
    font-size: 40px;
    text-align: center;
    line-height: 4.5rem;
    position: absolute;
    z-index: 2;
    bottom: 52%;
	padding-left: 1%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    color: #ffffff;
    border-radius: 40px;
    background-color: #F5883F;
}
@media only screen and (max-width: 644px) {
	label.combtn_01:after, label.combtn_02:after, label.combtn_03:after {
		font-size: 30px;
	}
	label.combtn_01:after, label.combtn_02:after, label.combtn_03:after {
		line-height: 2.8rem;
		bottom: 78%;
		left: 50%;
		max-width: 370px;
		width: 100%;
		border-radius: 40px;
	}
} 

div.chat-container_01 p.v_txt_01,
div.chat-container_02 p.v_txt_02,
div.chat-container_03 p.v_txt_03 {
    padding: 60px 40px 40px !important;
    font-size: 25px !important;
    line-height: 1.7 !important;
    white-space: pre-line !important;
	margin-top: 20px;
}
@media only screen and (max-width: 644px) {
div.chat-container_01 p.v_txt_01,
div.chat-container_02 p.v_txt_02,
div.chat-container_03 p.v_txt_03 {
        padding: 25px 10px 10px !important;
        font-size: 21px !important;
        line-height: 1.7 !important;
		margin-top: 10px;
    }
}	

/*---------------------
* list
---------------------*/
.list {
    border-style: solid;
    border-width: 2px;
    border-color: #043962;
    padding: 0 0 0 0;
    clear: both;
    line-height: 1.8;
    list-style-type: none;
    position: relative;
}
.list_01_01 {
    margin: 0 50px 0;
}
.list_01_01 {
    width: 30%;
}

@media only screen and (max-width: 644px){
	.list {
		padding: 3px 10px 1px 1px;
		margin: 0 15px 0;
	}
	.list_01_01 {
		margin: 0 15px 0;
	}
	.list_01_01 {
		width: 64%;
	}
}

.list ul {
    font-size: 25px;
    font-weight: 500;
    color: #1a1a1a;
    counter-reset: number;
    list-style-type: none !important;
    margin: 14px 0 0 0;
    padding-left: 30px;
}
@media only screen and (max-width: 644px){
	.list ul {
		font-size: 22px;
		margin: 10px 0 0 0;
	}
}
.list ul li {
    position: relative;
    line-height: 1.8;
    padding-left: 6px;
    padding-bottom: 15px;
}

@media only screen and (max-width: 644px){
	.list ul li {
		position: relative;
		line-height: 1.8;
		padding-left: 14px;
	}
}

.list ul li:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    left: -20px;
    text-align: center;
}

.item:before {
    background-image: url(../images/item.png);
    width: 28px;
    height: 28px;
    top: 10px !important;
}
@media only screen and (max-width: 644px){
	.item:before {
		top: 7px !important;
	}
}

.form-control{
	color: #1a1a1a !important;
}