@charset "UTF-8";

/* -----------------------------------------------
 *  	         base style setting
 * ----------------------------------------------- */

/* =========== base =========== */
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #3e3a39;
	word-wrap: break-word;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "Mplus 1p", "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 1.6;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/* 540px */
@media only screen and (max-width: 33.8em) {
body {
	font-size: 12px;
	font-size: 1.2rem;
}
}

img {
	width: 100%;
}

figure {
	margin: 0;
}

div.area_all{
	margin: 0 2%;	
}

article {
	max-width: 1200px;
  	margin-left: auto;
  	margin-right: auto;
}

h1 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 5px;
  font-size: 36px;
}

h1:before, h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h1:before {
  left:0;
}
h1:after {
  right: 0;
}

/* 768px */
@media only screen and (max-width: 48em) {
h1 {
	font-size: 30px;
	padding-top: 100px;
}
h1:before, h1:after {
  top: 88%;
}
}
/* 650px */
@media only screen and (max-width: 40.6em) {
h1 {
	font-size: 24px;
}
}
/* 540px */
@media only screen and (max-width: 33.8em) {
h1 {
	font-size: 24px;
}
}


h2 {
	margin-top: 5%;
	font-size: 30px;
	color: #ee847d;
}

/* 768px */
@media only screen and (max-width: 48em) {
h2 {
	font-size: 26px;
}
}
/* 650px */
@media only screen and (max-width: 40.6em) {
h2 {
	font-size: 24px;
}
}
/* 540px */
@media only screen and (max-width: 33.8em) {
h2 {
	font-size: 20px;
}
}

h3 {
	margin-top: 3%;
	font-size: 26px;
}
h3 span{
	color: #ee847d;
}

/* 768px */
@media only screen and (max-width: 48em) {
h3 {
	font-size: 24px;
}
}
/* 540px */
@media only screen and (max-width: 33.8em) {
h3 {
	font-size: 20px;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
h3 {
	font-size: 18px;
}
}

/* heading3-2 */
h3.heading3_002{
	margin:0 0 5px 0;
	font-size: 20px;
	color: #ee847d;	
	}

h4 {
	margin-top: 3%;
    font-size: 22px;
    text-align: left;
    margin: 5% 0 0 10%;
}
h4 span{
	color: #ee847d;
}

/* 768px */
@media only screen and (max-width: 48em) {
h4 {
	font-size: 22px;
}
}
/* 540px */
@media only screen and (max-width: 33.8em) {
h4 {
	font-size: 18px;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
h4 {
	font-size: 16px;
}
}

h5 {
	font-size: 26px;
}

/* 768px */
@media only screen and (max-width: 48em) {
h5 {
	font-size: 24px;
}
}
/* 540px */
@media only screen and (max-width: 33.8em) {
h5 {
	font-size: 20px;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
h5 {
	font-size: 18px;
}
}




/*一旦これ外します
p {
	margin-bottom: 5%;
}
*/

/*== 太字 ==*/
.special_txt {
	font-weight: bold;
    border-bottom: dotted 1px;
}

div.sec_box {
	width: 100%;
}

div.sec_box2 {
	width: 60%;
	margin:0 auto;
}
/* 768px */
@media only screen and (max-width: 48em) {
div.sec_box2 {
	width: 100%;
}
}

div.sec_box_doto {
	text-align: center;
}


/* todo_all */
ul.todo_all li{
	background-image: url(../img/check.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px 20px;
	padding-left: 30px;
	list-style: none;
	margin-left: auto;
	margin-right: auto;	
}

/* todolist_01 */
ul.todolist_01 li{
	width: 19%;
}
ul.todolist_01 li.todolist_01_over1{
	width: 22%;/*リストが1つで、かつ横幅が足りない場合*/
}

ul.todolist_01 li p {
	text-align: left;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 24px;
}

/* 1024px */
@media only screen and (max-width: 64em) {
ul.todolist_01 li{
	width: 25%;
}
ul.todolist_01 li.todolist_01_over1{
	width: 22%;/*リストが1つで、かつ横幅が足りない場合*/
}

}
/* 768px */
@media only screen and (max-width: 48em) {
ul.todolist_01 li{
	width: 30%;
}
ul.todolist_01 li.todolist_01_over1{
	width: 30%;/*リストが1つで、かつ横幅が足りない場合*/
}

}
/* 600px */
@media only screen and (max-width: 37.5em) {
ul.todolist_01 li{
	width: 35%;
}
ul.todolist_01 li.todolist_01_over1{
	width: 40%;/*リストが1つで、かつ横幅が足りない場合*/
}

ul.todolist_01 li p {
	font-size: 20px;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
ul.todolist_01 li{
	width: 40%;
}
ul.todolist_01 li.todolist_01_over1{
	width: 60%;/*リストが1つで、かつ横幅が足りない場合*/
}

ul.todolist_01 li p {
	font-size: 16px;
}
}
/* 380px */
@media only screen and (max-width: 23.8em) {
ul.todolist_01 li{
	width: 45%;
}
ul.todolist_01 li.todolist_01_over1{
	width: 60%;/*リストが1つで、かつ横幅が足りない場合*/
}

}



/* todolist_02 */
ul.todolist_02 li{
	width: 40%;
}
ul.todolist_02 li p {
	text-align: left;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 24px;
}

.Comments{
	text-align: left;
	font-size: 13px;
	margin: 0 auto;
	width: 100%;
}
p.Comments{
	text-align: center;
	font-size: 13px;
	margin: 0 auto 5px;
}

/* 768px */
@media only screen and (max-width: 48em) {
ul.todolist_02 li{
	width: 50%;
}
.Comments2{
	text-align:center;
	width: 100%;
}
}
/* 600px */
@media only screen and (max-width: 37.5em) {
ul.todolist_02 li{
	width: 50%;
}
ul.todolist_02 li p {
	font-size: 20px;
}
}
/* 540px */
@media only screen and (max-width: 33.8em) {
ul.todolist_02 li{
	width: 70%;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
ul.todolist_02 li{
	width: 80%;
}
ul.todolist_02 li p {
	font-size: 16px;
}
p.Comments{
	font-size: 12px;
}
}


/* todolist_03 */
ul.todolist_03 li{
	width: 70%;
}

ul.todolist_03 li p {
	text-align: left;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 24px;
}

/* 1200px */
@media only screen and (max-width: 75em) {
ul.todolist_03 li{
	width: 90%;
}
}
/* 900px */
@media only screen and (max-width: 56.3em) {
ul.todolist_03 li{
	width: 100%;
}
ul.todolist_03 li p {
	font-size: 20px;
}
}
/* 768px */
@media only screen and (max-width: 48em) {
ul.todolist_03 li{
	width: 90%;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
ul.todolist_03 li p {
	font-size: 14px;
}
ul.todolist_03 {
	padding-left: 0
}
}


/* todolist_04 */
ul.todolist_04 li{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	font-size: 18px;
	list-style-type: circle;
}

ul.todolist_04 li a{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
    color: #3e3a39;
	font-size: 18px;
	list-style-type: circle;
}

ul.todolist_04 p{
	font-size: 13px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 50%;
}

/* 768px */
@media only screen and (max-width: 48em) {
ul.todolist_04 li{
	font-size: 20px;
	width: 70%;
}
ul.todolist_04 p{
	font-size: 16px;
	width: 70%;
}
}
/* 600px */
@media only screen and (max-width: 37.5em) {
ul.todolist_04 li{
	font-size: 18px;
}
ul.todolist_04 p{
	font-size: 14px;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
ul.todolist_04 {
	padding-left: 0;
}
ul.todolist_04 li{
	font-size: 16px;
}
ul.todolist_04 p{
	font-size: 14px;
}
}
/* //todolist */



/* sec_box_01 */
div.sec_box_01 {
	width: 29%;
	margin: 0 2%;
	float: left;
	text-align: -webkit-auto;
}

div.sec_box_01 p {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* 768px */
@media only screen and (max-width: 48em) {
div.sec_box_01 {
	width: 90%;
	margin: 0 5%;
}
}


/* sec_box_02 リストが1つで中央寄せの場合 */
div.sec_box_02 {
	width: 40%;
	margin:0 auto;
	float: none;
}


/* sec_box_03 その他 */
section.sec_box_03 {
	width: 90%;
	background-color: #EDEDED;
	padding: 5%;
	margin: auto;
}

/* sec_box_04 ボタン*/
div.sec_box_04 {
	width: 90%;
	padding: 0 5%;
	margin: auto;
}

div.sec_box_02 p {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* 768px */
@media only screen and (max-width: 48em) {
div.sec_box_02 {
	width: 80%;
	margin:0 auto;
}
}

/* sec_box_03 リストが2つで中央寄せの場合 */
div.sec_box_03 {
	float:left;
	width: 46%;
	margin:0 0 20px 0;
	padding:0;
}
div.sec_box_03:first-child {
	margin-right:8%;
}

div.sec_box_03 p {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* sec_box_05 リストが2つで中央寄せの場合ver.2 */
div.sec_box_05 {
	float:left;
	width: 48%;
	/*margin:0 0 20px 0;*/
	padding:0;
}
div.sec_box_05:first-child {
	margin-right:4%;
}
div.sec_box_05 p{
	font-size: 12px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
div.sec_box_05 p span {
	font-size: 18px;
	font-weight: bold;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/* 768px */
@media only screen and (max-width: 48em) {
div.sec_box_05 {
	width: 100%;
}
div.sec_box_05:first-child {
	margin-right:0;
}
}


div.article_box {
	margin: 5% 0;
	border:1px solid #333;
}

/* 768px */
@media only screen and (max-width: 48em) {
div.article_box {
	margin: 0%;
}
}


/* =========== btn =========== */

.btn_01 {
	margin: 5% auto 5% auto;
	width: 80%;
}

.btn_01 a {
	display: block;
	background-color: #ee847d;
	text-decoration: none;
	padding: 7px;
	font-size: 24px;
	color: #FFF;
	transition: 0.5s;
	font-weight: 500;
	border-radius: 10px;
}

.btn_01 a:hover {
	background-color: #f06057;
}

/* =========== 画像の上にテキスト =========== */
.btn_02 {
	position: relative; /*親要素にrelative*/
	width: 80%;
	text-align: center;
	margin: auto;
}
.btn_02 img{
	border-radius: 10px;
}
.btn_text{
	position: absolute; /*文字にabsolute*/
	margin: 0;
	font-size: 28px;
	color: #fff;
	position: absolute;
	
	/*中央寄せの「おまじない」*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* 1024px */
@media only screen and (max-width: 64em) {
.btn_01 a {
	font-size: 20px;
	font-weight: 500;
}
.btn_text {
	font-size: 20px;
	font-weight: bold;
}
}
/* 960px */
/*@media only screen and (max-width: 60em) {
.btn_01 {
	width: 70%;
}
}
/* 600px */
@media only screen and (max-width: 37.5em) {
.btn_01 a {
	font-size: 16px;
	font-weight: 500;
}
.btn_text {
	font-size: 16px;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
.btn_01 {
	width: 100%;
}
.btn_02 {
	width: 100%;
}
.btn_01 a {
	font-size: 16px;
	font-weight: 500;
}
.btn_text {
	font-size: 16px;
}
}


/* =========== footer =========== */

.footer_area img {
	width: 40%;
	margin: 0 auto;
}
.footer_area .flex_2A {
    display: flex;
	justify-content: center;
}
.footer_area .flex_2A img {
    width: 30%;
	margin: 0;
}

/* 768px */
@media only screen and (max-width: 48em) {
.footer_area img {
	width: 60%;
}
.footer_area .flex_2A img {
    width: 50%;
}
}

.footer_area p {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 2% !important;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.footer_area p span {
	font-size: 10px;
	font-weight: normal;
}



/*  メールマイページ */
.footer_area .mypage_area {
	position: relative;
	border: #333 1px solid;
	padding: 20px;
	margin: 5% auto;
}
.footer_area .mypage_area p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}
.footer_area .mypage_area p span{
	font-size: 16px;
	font-weight: bold;
}
.footer_area .mypage_area p.style2 {
	margin-bottom: 30px !important;
}
.footer_area .mypage_area .image_box{
	width: 50%;
	margin: auto;
}
.footer_area .mypage_area_inner {
	background-color: #EDEDED;
	padding: 30px 20px;
	margin-bottom: 30px;
}
.footer_area .mypage_area_inner h4{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 24px;
	margin: 0;
}
.footer_area .mypage_area_inner .mypage_area_inner_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_area .mypage_area_inner .mypage_area_inner_box div{
	width: 30%;
	background-color: #F7F7F7;
	padding-top: 15px;
}
.footer_area .mypage_area_inner .mypage_area_inner_box p{
	font-weight: bold;
}
.marker {
	background: linear-gradient(transparent 60%, #FFF1AB 60%);
}
/* 768px */
@media only screen and (max-width: 48em) {
.footer_area .mypage_area_inner h4{
	font-size: 18px;
	margin-bottom: 10px;
}
.footer_area .mypage_area_inner p{
	margin-bottom: 15px !important;
}
.footer_area .mypage_area_inner .mypage_area_inner_box div{
	width: 100%;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.footer_area .mypage_area_inner .mypage_area_inner_box img{
	width: 35% !important;
}
}




/* =========== check =========== */

/*★.check {
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 5px;
	padding-top: 5px;
}


/* =========== clearfix =========== */

.clearfix:after {
	display: block;
	visibility: hidden; 
	clear: both;
	height: 0;
	content: "";
}


/* =========== LTH =========== */

.box_lth {
    /*background-color: #F1F1F1;*/
	border: 1px solid #3e3a39;
	padding: 3% 5% 1% 5%;
	margin-bottom: 5%;
}
.box_lth p{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 24px;
}
.box_lth p span{
	font-size: 16px;
}
.box_lth_pw {
	width: 20%;
	margin: auto;
}
.box_lth_pw p {
	margin-bottom: 0;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	border-bottom: solid 1px;
	font-size: 20px;
}
.box_lth.box_sp{
    background-color: #F7F7F7;
	border: 0;
}
/* 1024px */
@media only screen and (max-width: 64em) {
.box_lth_pw {
	width: 25%;
}
}
/* 900px */
@media only screen and (max-width: 56.3em) {
.box_lth p{
	font-size: 20px;
}
.box_lth p span{
	font-size: 12px;
}
.box_lth_pw p {
	font-size: 16px;
}
}
/* 768px */
@media only screen and (max-width: 48em) {
.box_lth_pw {
	width: 35%;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
.box_lth_pw {
	width: 55%;
}
.box_lth p{
	font-size: 14px;
}
.box_lth_pw p {
	font-size: 14px;
}
}

/* =========== LTH2 =========== */

.box_lth2 {
    /*background-color: #F1F1F1;*/
	border: 1px solid #3e3a39;
	padding: 3% 5% 3% 5%;
	margin-bottom: 5%;
}
.box_lth2 p{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 24px;
    line-height: 1.6;
}
.box_lth2 p span{
	font-size: 16px;
}

.box_lth2.box_sp{
    background-color: #F7F7F7;
	border: 0;
}
/* 1024px */

/* 900px */
@media only screen and (max-width: 56.3em) {
.box_lth2 p{
	font-size: 20px;
}
.box_lth2 p span{
	font-size: 12px;
}
}
/* 768px */

/* 480px */
@media only screen and (max-width: 30em) {
.box_lth2 p{
	font-size: 14px;
}
}


/* =========== br =========== */
.mb_show { display: none; }
/* 768px */
@media only screen and (max-width: 48em) {
	.mb_show { display: block; }
}

.mb_none { display: block; }
/* 768px */
@media only screen and (max-width: 48em) {
	.mb_none { display: none; }
}

/* =========== margin =========== */

.m_1p {	margin: 1% !important;}
.m_5p {	margin: 5% !important;}
.mb_0p { margin-bottom: 0 !important;}
.mb_2p { margin-bottom: 2% !important;}
.mb_3p { margin-bottom: 3% !important;}
.mb_5p { margin-bottom: 5% !important;}
.mb_10p { margin-bottom: 10% !important;}



.todolist_02_img {
	width: 80%;
	margin: 0 auto;
}
/* 600px */
@media only screen and (max-width: 37.5em) {
.todolist_02_img {
	width: 100%;
}
}


/*SJC用*/

.movie_banner img {
	margin: 2% auto 2% auto;
	width: 95%;
	border: #ee847d 4px solid;
}
div.sec_box_step{
	width: 80% !important;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
div.sec_box_step3{
	width: 80% !important;
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-around;
}
div.sec_box_inner{
	width: 49% !important;
}
div.sec_box_type1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
div.sec_box_type1_inner1{
	width: 40% !important;
}
div.sec_box_type1_inner2{
	width: 60% !important;
	padding-top: 10px;
	text-align: left;
}
div.sec_box_type1_inner3{
	width: 80% !important;
}
div.sec_box_icon{
	width: 70% !important;
	margin: auto;
	display: flex;
	justify-content: space-between;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
div.sec_box_icon div{
	width: 18%;	
}
.Comments.type1{
	text-align: center;
	font-size: 16px !important;
	margin: 0 auto;
	width: 100%;
}
section.box_lth3 {
	padding: 3% 5% 1% 5%;
	margin-bottom: 5% !important;
}
.box_lth3.box_sp{
    background-color: #F7F7F7;
	border: 0;
	padding: 2%;
	margin-bottom: 5%;
}
h3.heading3_01 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
p.text_01 {
	margin-top: 2px !important;
	margin-bottom: 2px !important;
}
.gothic {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* 768px */
@media only screen and (max-width: 48em) {
	div.sec_box_inner{
		width: 80% !important;
	}
	div.sec_box_type1_inner2{
		text-align: center;
	}
	div.sec_box_icon{
		width: 97% !important;
	}
}





/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1200px */
@media only screen and (max-width: 75em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 900px */
@media only screen and (max-width: 56.3em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 650px */
@media only screen and (max-width: 40.6em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 540px */
@media only screen and (max-width: 33.8em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 380px */
@media only screen and (max-width: 23.8em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}


/*モーダルウィンドウ*/
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

.modal-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*ラベルホバー時*/
.modal-button:hover {
  color: #FFFFFF;
  background-color: #ee847d;
  transition: .6s;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 600px;
  padding: 10px 30px 25px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}

.modal_title {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding: 0;
}

.modal_title::before,
.modal_title::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title:before{
	border-bottom: 4px solid #ee847d;
	width: 100%;
}

.modal-content p {
  margin: 10px 0 0 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #ee847d !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}