@charset "utf-8";
/*
 Theme Name:   Twenty Seventeen Child
 Description:  Twenty Seventeen Child Theme
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twenty-seventeen-child
*/
/*
子テーマ
*/
/*全体の設定
---------------------------------------------------------------------------*/
/*
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Merriweather);
*/
.header_01{
    padding: 10px 0 15px;
	max-width:780px;
	margin:0 auto;
}
.header_01 img{width:250px;}
/*Phuong edit*/
.tag_st img{margin-right:3px;}
.txt_red{
	color: #f52c58;
}
.txt_red_2{
	color: #ff0000;
}
.txt_silver{
	color: #999999;
}
.txt_black{
	color:#000;
}

.mbt50{margin-bottom:50px;}
.txt_left{
	text-align:left;
}
.txt_reds{
	color: #eb3160;
}
.txt_blue{
	color: #68a4d9;
}
.txt_bold_pink{
	color:#eb3160;
	font-weight: bold; 
}
.txt_pink{
	color: #eb4979;
}
.txt_pink_2{
	color: #ff99cc;
}
.txt_pink_3{
	color: #ff0363;
}
.txt_date{
	font-size:0.8em;
	color:#777;
}
.txt_bold_blue{
	color:#6482bd;
	font-weight: bold; 
}

.txt_bold_blue_1{
	color: #3366ff;
	font-weight: 700;
}

.txt_bold_blue_underline{
	color: #3366ff;
	text-decoration: underline;
	font-weight: 700;
}

.txt_green_bd{
	font-weight: bold;
	color: #339966;
	text-decoration: underline;
}
.txt_bold{
	font-weight: bold;
}
.txt_underline{
	text-decoration: underline;
}
.box_check{
	background-color:#e0e0e0;
}
.txt_bold_green1{
	font-weight:bold;
	color: #008000;
}
.txt_bold_green{
	font-weight:bold;
	color:#ff6600;
}
.txt_orange{
	color: #ff9900;
}
.txt_yellow{
	color: #ffaa00;
}
.txt_note{
	font-size: 10px;
	text-align: right;
}
.txt_center{
	text-align: center;
}
.bg_yellow{
	background:#ffff99; 
}
.bg_yellow_1{
	background: #ffbf00;
}
.bg_blue{
	background:#ccffff; 
}
.bg_blue_1{
	background: #b4d1e8;
}
.bg_green{
	background: #61ce70!important ;
}
.p_img{
	text-align: center;
	margin-top: 24px;
}
.mgt30{
	margin-top:30px;
}
.mgt50{
	margin-top:50px;
}
.mgt24{
	margin-top:24px;
}
.mgt20{
	margin-top:20px;
}
.mgt15{
	margin-top:15px;
}
.mgt10{
	margin-top:10px;
}
.mgt5{
	margin-top:5px;
}
.fs27{
	font-size:27px;
}
.fs20{
	font-size: 20px!important;
}
.fs8{
	font-size: 8px;
}
.fs21{
	font-size: 21px;
}
.fs22{
	font-size: 22px;
}
.fs24{
	font-size: 24px;
}
.fs18{
	font-size: 18px;
}
.fs19{
	font-size:19px;
}
.fs16{
	font-size: 16px;
}
.fs10{
	font-size: 10px;
}
.fs12{
	font-size: 12px;
}
.fs14{
	font-size: 14px;
}
.lineheight23{
	line-height: 2.3em;
}
.lineheight22{
	line-height: 2.2em;
}
.orange_bg{
	color: #e8aa1a;
}
.txt_right{
	text-align: right;
}
.title_h2{
	font-size: 22px;
	font-weight: bold;
	border-top:5px solid #ff8635 ;
	border-bottom:5px solid #ff8635 ;
	padding:10px 0; 
}
.title_s2{
	position: relative;
    padding: .6em;
    background: #e0edff;
    margin-bottom: 15px;
	line-height:1.5;
	font-size:1.5em;
}
.title_s2:after{
	position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
    width: 0;
    height: 0;
}
.mk_el_title_st10{
	position: relative;
    color: #000;
    background: #d0ecff;
	font-size:1.5em;
    line-height: 1.5;
    padding: .25em .5em;
    margin: 2em 0 .5em;
    border-radius: 0 5px 5px;
}
.mk_el_title_st10:after{
	position: absolute;
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
    content: '\f00c Check';
    background: #2196f3;
    color: #fff;
    left: 0;
	font-weight:600;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 3px 7px 1px;
    font-size: .7em;
    line-height: 1;
    letter-spacing: .05em;
}
/*Checkbox*/
.el_checklist ul{
	list-style-type: none;
    padding: 0;
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}
.el_checklist ul > li{
	display: table-row;
    width: 100%;
}
.el_checklist ul > li > input{
	display: none;
}
.el_checklist ul > li > label{
	display: table-cell;
    width: 100%;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}
.el_checklist ul>li>label>.iconbefore{
	position: absolute;
    top: 0;
    left: 0;
}
.el_checklist ul>li>label>.fa-square-o:before,.el_checklist ul>li>label>.fa-check-square-o:before{
	font-size: 40px;
    display: inline;
    vertical-align: middle;
}
.el_checklist ul>li>label>.iconafter{
	max-width: 0;
    overflow: hidden;
    opacity: .5;
    transition: all .35s;
    position: absolute;
    top: 0;
    left: 0;
    display: inline;
}
.el_checklist ul>li>label span{
	display: inline;
    vertical-align: middle;
    font-size: 1.2em;
	line-height:1.9em;
}
.el_checklist ul li.active .iconbefore{
	opacity:0;
}
.el_checklist ul li.active .iconafter{
	opacity:1;
	overflow: visible;
}
/*end-check*/
.link_about a,.lgs a{
	text-decoration: none;
}
.title_s2.no_bg{
	background-color: transparent!important;
}
.no_bg.fs16{font-size:16px!important;}
.txt_heading{
	max-width: 792px;
	margin: 0 auto;
	max-height: 24px;
}
.txt_heading strong{
	display: block;
	background: #f8a8be;
	color: #ffffff;
	line-height: 1.3em;
	font-size: 23px;
}
@media(max-width:767.9px){
	.txt_heading strong{
		margin: 0 5px;
	}
}
.title_s4{
	border-bottom: 1px dashed #000;
	width: 100%;
	font-size: 19px;
	margin-top:50px;
	margin-bottom:30px;
	color: #993366;
}
.txt_bold_red{
	font-weight:bold;
	color:#f52c58;
}
.txt_bold_red_1{
	font-weight:bold;
	color: #ff0000;
}
.txt_bold_reds{
	font-weight:bold;
	color:#ff6363;
}
.title_st11{
	position: relative;
	border-top: solid 2px #80c8d1;
	border-bottom: solid 2px #80c8d1;
	background: #f4f4f4;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
}
.title_st11:before{
	content:"";
	background-image: url('../img/point_01.png');
	width:15px;
	height:18px;
	position:absolute;
	top: -20px;
    left: 3px;
    z-index: 5;
}
.title_st11:after {/*タブ*/
	position: absolute;
	content: 'POINT';
	background: #80c8d1;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px 25px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}
.title_st3{
	border-left: 5px solid #888;
    border-bottom: 1px dotted #888;
    padding: 2px 10px;
    font-size: 1.6em;
    font-weight: 700;
    margin: 5px 0;
}
.link{
	text-align: center;
	margin:30px 0;
}
.link a{
	color:#fff;
	text-decoration: none;
	text-align: center;
	background: #e22f83;
	font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.fs14{font-size:14px;}

/*Don*/
.mgt20fix{
	margin-top:33px;
}
.mgt20fix1{
	margin-top:57px;
}
.comment_box{
	margin: 6px 6px 12px 6px;
    padding: 15px 15px 15px 15px;
    border-style: dashed;
    border-color: #dbdbdb;
    border-radius: 11px 11px 11px 11px;
}
.pink_box1 .imgs1{
	width: 26%;
	margin-right: 18px;
	display: inline-block;
}
.pink_box1{
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border-style: solid;
    border-color: #03a1fc;
    border-radius: 0px 0px 0px 0px;
	line-height:1;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.pink_box1 .imgs1 img{
	display:block;
	max-width:100%;
	height:auto;
}
.pink_box1 .content_box1{
	width: 70%;
    display: inline-block;
    vertical-align: top;
    clear: both;
}
/*Don*/

.pink_box .imgs{
	display:block;
}
.pink_box{
	background-color: #f2f2f2;
    border-style: dotted;
    border-color: #1d6ed1;
}
.pink_box .imgs img{
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto;
}
.col_blue{
	color:#006dc6;
	font-family: "Arial", Sans-serif;
	font-size:1em;
	font-weight:400;
    font-style: italic;
}
.pink_box .content_box{
    vertical-align: top;
    clear: both;
}
.pink_box p{line-height:1.9em;}
.txt_note01{
	text-align:right;
	color: #808080;
}
.box_img{
	text-align: center;
}
.box_img img{
	display:block;
	max-width:100%;
	height:auto;
}
.box_content{
	background: #fff;
	margin-top: 20px;
	padding: 10px;
}

.box_blue{
	margin: 30px 0px ;
    padding: 30px;
    background-color: #f4f4f4;
    border: 2px solid #7bcbd1;
}

.box_quote{
	margin: 12px;
	padding: 11px;
}

.list-icon i {
    color: #339999;
    font-size: 23px;
}
.list-icon i:before {
    content: "\f00c";
}
.col_red{
	color:#f40746;
}
.tag_st{
	background:#06213d;
    color: #fff;
    display: inline-block;
    padding: 3px 4px;
    margin: 2px;
    border-radius: 5px;
    font-size: 0.8em;
}
.tag_st i {
    margin-right: 2px;
}
.fa-tags:before {
    content: "\f02c";
}
.mk_el_title_st01_blue{
	border-left: 5px solid #9edff7 ;
    border-bottom: 1px dotted #9edff7 ;
    padding: 2px 10px;
    font-size: 1.6em;
    font-weight: 400;
	margin: 5px 0;
	line-height: 1.2em;
}
.mk_el_title_st03{
	color: #494949;
    border-left: solid 5px #7db4e6;
    padding: 2px 10px;
    font-size: 1.6em;
    font-weight: 700;
    margin: 5px 0;
}
.mk_el_title_st11{
	position: relative;
    border-top: solid 2px #80c8d1;
    border-bottom: solid 2px #80c8d1;
    background: #f4f4f4;
    line-height: 1.5;
    padding: .4em .5em;
    margin: 2em 0 .5em;
}
.mk_el_title_st11:after{
	position: absolute;
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
    content: '\f0a7\ POINT';
    background: #80c8d1;
    color: #fff;
    left: 0;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: .7em;
    line-height: 1;
    letter-spacing: .05em;
	font-weight:600;
}
.talk{
margin-top: 50px;
}
.balloon1-left{
	max-width: 100% !important;
    display: table !important;
    margin: 20px 50px 10px 0 !important;
}
 .iconimg {
    width: 20% !important;
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    padding-right: 10px;
}
.iconimg span,.iconimg p{
	color: #555;
}
.iconimg span{display:block;}
 .iconimg img {
    width: 80% !important;
    border-radius: 50% !important;
    border: 3px solid #ddd;
}
 .fukidashi {
    display: table-cell !important;
    vertical-align: middle;
    position: relative;
    margin: 1.5em 30px 2em 15px;
    padding: 10px 15px;
    color: #555;
    font-size: 16px;
    border-radius: 10px;
    word-break: break-all;
}
.bg_01{
	background:#e0edff;
}
.balloon1-right .fukidashi {
    background: #e0ffe2;
}
.fukidashi.blue{
	    background-color: #eaf7ff;
}
.balloon1-left .fukidashi.blue:before {
    content: "";
    position: absolute;
    border-right: 15px solid #eaf7ff;
}
.balloon1-right .iconimg {
    padding-left: 10px;
}
 .balloon1-left .fukidashi:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #e0edff;
}
.balloon1-right .fukidashi:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #e0ffe2;
}
.bg_01:before{
	border-right-color:#e0edff;
}
.balloon1-right .fukidashi:before {
    border-left-color:#e0ffe2;
}
.bg_02{
	background-color:#cbf4d0;
}
 .balloon1-left .bg_02:before{
	border-right-color:#cbf4d0;
}
.bg_03{
	background-color:#fff7b2;
}
.balloon1-left .bg_03:before{
	border-right-color:#fff7b2;
}
footer {
text-align: center;
color: #fff;
background: #140600;
padding: 10px;
margin-top: 60px;
}
footer a{
	color: #fff;
}
footer .copy_right{
	color:#fff;
}

.crb_quote img{
	width:640px;
	height: auto;
}
.slash_img{
	animation-name: animate3;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
/********************************************************
矢印+リンクボタン
*********************************************************/
/* iphoneで左右に動かないようにする */
.elementor-widget-mk_adv_btnlink_01{
	overflow: hidden;
}
.arrow_btn{
	text-align:center;
}
.arrow_btn a{
	font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	display:inline-block;
	padding-top: 10px;
}
.arrow_btn .a-arrow{
	width:15%;
	display:  table-cell;
	vertical-align: middle;
	left:0%;
	top:0%;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: animate2;
	-moz-animation-name: animate2;
	-o-animation-name: animate2;
	animation-name: animate2;
	z-index: 10;
}

.arrow_btn a{
	text-decoration: none;
	color:#fff !important;
}

.a-arrow img{
	width: 70%;
	display: block;
}
.arrow_btn .anime_btn{
	width:85% !important;
	max-width:85% !important;
	display:  table-cell;
	vertical-align: middle;
	background: rgba(37,170,13,0.75) ;
	border-radius: 10px;
	font-size:1.5em;
	padding:10px 5px;
	text-align: center;
	line-height: 1.6;
	text-decoration: none;
	color:#ffff00;
}
.caption {
    text-align: center;
    color: #ff457d;
    font-size: 30px;
    font-weight: bold;
}
@-moz-keyframes animate1 {
	0% { -moz-transform: skewX(9deg);}
	10% { -moz-transform: skewX(-8deg); }
	20% { -moz-transform: skewX(7deg); }
	30% { -moz-transform: skewX(-6deg); }
	40% { -moz-transform: skewX(5deg); }
	50% { -moz-transform: skewX(-4deg); }
	60% { -moz-transform: skewX(3deg); }
	70% { -moz-transform: skewX(-2deg); }
	80% { -moz-transform: skewX(1deg); }
	90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}
@-o-keyframes animate1 {
	0% { -o-transform: skewX(9deg); }
	10% { -o-transform: skewX(-8deg); }
	20% { -o-transform: skewX(7deg); }
	30% { -o-transform: skewX(-6deg); }
	40% { -o-transform: skewX(5deg); }
	50% { -o-transform: skewX(-4deg); }
	60% { -o-transform: skewX(3deg); }
	70% { -o-transform: skewX(-2deg); }
	80% { -o-transform: skewX(1deg); }
	90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}
@-webkit-keyframes animate1 {
	0% { -webkit-transform: skewX(9deg);}
	10% { -webkit-transform: skewX(-8deg);}
	20% { -webkit-transform: skewX(7deg);}
	30% { -webkit-transform: skewX(-6deg);}
	40% { -webkit-transform: skewX(5deg);}
	50% { -webkit-transform: skewX(-4deg);}
	60% { -webkit-transform: skewX(3deg);}
	70% { -webkit-transform: skewX(-2deg);}
	80% { -webkit-transform: skewX(1deg);}
	90% { -webkit-transform: skewX(0deg);}
	100% { -webkit-transform: skewX(0deg);}
}
@-moz-keyframes animate2 {
	0% { -moz-transform: translateX(0px);}
	45% { -moz-transform: translateX(20px); }
	50% { -moz-transform: translateX(25px); }
	55% { -moz-transform: translateX(20px); }
	95% { -moz-transform: translateX(0px); }
	100% { -moz-transform: translateX(0px); }
}
@-o-keyframes animate2 {
	0% { -o-transform: translateX(0px); }
	45% { -o-transform: translateX(20px); }
	50% { -o-transform: translateX(25px); }
	55% { -o-transform: translateX(20px); }
	95% { -o-transform: translateX(0px); }
	100% { -o-transform: translateX(0px); }
}
@-webkit-keyframes animate2 {
	0% { -webkit-transform: translateX(0px); }
	45% { -webkit-transform: translateX(20px); }
	50% { -webkit-transform: translateX(25px); }
	55% { -webkit-transform: translateX(20px); }
	95% { -webkit-transform: translateX(0px); }
	100% { -webkit-transform: translateX(0px); }
}
@keyframes animate3{
	0%{ opacity: 1; }
	50%{ opacity: 0;}
	100%{ opacity: 1;}
}
.animate{
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	margin-left:auto;
	margin-right:auto;
	-webkit-transform: translate3d(0,0,0);
	-webkit-animation-name: animate1;
	-moz-animation-name: animate1;
	-o-animation-name: animate1;
	animation-name: animate1;
	width:90%;
	z-index:1;
}
/*リセット*/
*, *:before, *:after {
    -webkit-box-sizing: border-box !important;
       -moz-box-sizing: border-box !important;
         -o-box-sizing: border-box !important;
        -ms-box-sizing: border-box !important;
            box-sizing: border-box !important;
}
html,body {
    color:#000000;
    margin:0px;
    padding:0px;
    font-family:"Hiragino Kaku Gothic ProN","メイリオ", sans-serif, Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana;
    background-color: #fff;
	word-wrap: break-word;	
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
    margin: 0px;
    padding: 0px;
}
ul{
    list-style-type: none;
}
img {
    border: none;
    padding:0px;
    vertical-align:middle;
}
input,textarea,select {
    font-size: 1em;
}
form {
    margin: 0px;
}
article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
    display: block;
}
em{
    font-style: normal;
}
a{
	text-decoration: underline;
}
p{
	line-height:1.6;
	font-size: 16px;
}
.txt_bg{
	background-color: #ffff99;
}
.box_780px{
	width:780px !important;
	margin:0 auto !important;
}
.st_center {
	text-align:center;
}
.h1_text_01 {
	font-size:1.6em;
	font-weight: bold;
	margin-top:20px;
	line-height:1;
	margin-bottom: -36px;
}
.small_text {
	font-size:0.9em;
}
.bold_text{
	font-weight:bold;
}
.st_right {
	text-align: right;
}
.mg_bt_10{
	margin-bottom:10px;
}
.mg_clear{
	margin:0 !important;
}
.block_st_01{
	border:1px solid #ccc;
	padding:10px;
}
.vert_top{
	vertical-align: top;
}
.disp_inline{
	display: inline !important;
}
.disp_inline_block{
	display: inline-block !important;
}
.disp_block{
	display: block !important;
}
.disp_none{
	display: none !important;
}
.col_boy{color:#494949;}
.float_left{
	float: left !important;
}
.float_right{
	float: right !important;
}
.clear {
    clear: both !important;
}
.clear_after:after{
    content: "" !important;
    clear: both !important;
    height: 0 !important;
    display: block !important;
    visibility: hidden !important;	
}
.a_under{
	text-decoration: underline !important;
}
.stxt{
	font-size:11px;
}
/* ライター表記 */
.writer_info:after{
    content: "" !important;
    clear: both !important;
    height: 0 !important;
    display: block !important;
    visibility: hidden !important;
}
.writer_info .writer_icon{
	float:left;
	width:55px !important;
}
.writer_info .writer_icon img{
	width:100%;
}
.writer_info .writer_parts{
	float:left;
	width:calc(100% - 55px);
	padding-left:10px;
	font-size:1em;
}
/* Shortcodes Ultimate用CSS */
/* ボタン */
.su-button{
	font-weight:bold !important;
	padding:10px 0 !important;
}
.su-button span{
	line-height: 1.5 !important;
}
.pink_btn{
	display: inline-block;
	font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
    font-style: normal;
    line-height: 0.8em;
    text-shadow: 0px 0px 100px rgba(0,0,0,0.3);
    fill: #fffa00;
    color: #fffa00;
    background-color: rgba(244,129,200,0.78);
}
/* 汎用ボタン */
.cta_bt_01{
	margin:10px 0;
	text-align: center;
	letter-spacing:-0.03em;
}
.cta_bt_01 > a{
	display: inline-block;
	border-radius: 20px;
	font-size:1.6em;
	font-weight:bold;	
	background:#96D947;
	padding:10px 40px;
	line-height: 1.5;
	color:#fff;
}
.cta_bt_01_pk{
	margin:10px 0;
	text-align: center;
	letter-spacing:-0.03em;
}
.cta_bt_01_pk > a{
	display: inline-block;
	border-radius: 20px;
	font-size:1.3em;
	font-weight:bold;
	background:#FF214F;
	padding:30px 80px;
	line-height: 1.5;
	color:#fff;
	text-decoration: none;
}
/* 動的に隠れるヘッダー */
#header_01{
	background:#fff;
	position: fixed;
	z-index:10;
	top:0;
	left:0;
	height: 75px;
	overflow: hidden;
}
#first_view{
	margin-top:75px !important;	
}
footer p{font-size:16px;line-height:1.6;}
/*タイトル*/
.heading-title-01 h2{
	font-size: 1.5em !important;
	padding: 10px!important;
	border-bottom: 1px dotted #300!important;
	border-left:5px solid #777!important;
	font-weight: bold!important;
	color:#000!important;
	margin:10px 0 !important;
}
/*ボタン　hover時のアクション*/
.hover_shadow_01{
	position: relative;
	transition: all 0.1s ;
}
.hover_shadow_01 > a:hover{
  box-shadow: 0 2px 5px #333;
  top:-2px;
}
/* elementorエディタ用 */
.section{
	width:780px !important;
	margin:0 auto !important;
}

.border-bottom-01{
	border-bottom:1px solid #ddd !important;	
}
/******************
Just TinyMCE Custom Stylesプラグイン用のスタイル
※プラグインで設定したCSSと同じ記述を以下に記述する
******************/
.pink_line {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFCFE5 0%) repeat scroll 0 0;
}
.blue_line{
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #B1FDF6 0%) repeat scroll 0 0;
}
.yellow_line {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF82 0%) repeat scroll 0 0;
}
.act_line{
	background-position:-100% 1.3em !important;
}
.act_line_off{
	background:0% 1.3em !important;
}
.pink_line_narrow{
	/*background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #FF70B6 0%) repeat scroll 0 0;*/
	padding:3px 1px;
	background-size:200% 4px;
	background-repeat:repeat-x;
	-webkit-transition:all 5s ease;
	-moz-transition:all 5s ease;
	-o-transition:all 5s ease;
	-ms-transition:all 5s ease;
	background-image:-webkit-linear-gradient(left, rgba(130,255,5,0) 50%, rgba(255,4,183,0.75) 50%);
	background-image:-moz-linear-gradient(left, rgba(130,255,5,0) 50%, rgba(255,4,183,0.75) 50%);
	background-image:-o-linear-gradient(left, rgba(130,255,5,0) 50%, rgba(255,4,183,0.75) 50%);
	background-image:-ms-linear-gradient(left, rgba(130,255,5,0) 50%, rgba(255,4,183,0.75) 50%);
	background-image:linear-gradient(left, rgba(130,255,5,0) 50%, rgba(255,4,183,0.75) 50%);
	/*background-position:0% 1.3em;*/
	background-position:-100% 1.3em;
}
.blue_line_narrow {
	/*background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #FF70B6 0%) repeat scroll 0 0;*/
	padding:3px 1px;
	background-size:200% 4px;
	background-repeat:repeat-x;
	-webkit-transition:all 5s ease;
	-moz-transition:all 5s ease;
	-o-transition:all 5s ease;
	-ms-transition:all 5s ease;
	background-image:-webkit-linear-gradient(left, rgba(130,255,5,0) 50%, rgba(2,255,204,0.75) 50%);
	background-image:-moz-linear-gradient(left, rgba(130,255,5,0) 50%, rgba(2,255,204,0.75) 50%);
	background-image:-o-linear-gradient(left, rgba(130,255,5,0) 50%, rgba(2,255,204,0.75) 50%);
	background-image:-ms-linear-gradient(left, rgba(130,255,5,0) 50%, rgba(2,255,204,0.75) 50%);
	background-image:linear-gradient(left, rgba(130,255,5,0) 50%, rgba(2,255,204,0.75) 50%);
	/*background-position:0% 1.3em;*/
	background-position:-100% 1.3em;
}
.yellow_line_narrow{
	/*background:rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #FF70B6 0%) repeat scroll 0 0;*/
	padding:3px 1px;
	background-size:200% 4px;
	background-repeat:repeat-x;
	-webkit-transition:all 5s ease;
	-moz-transition:all 5s ease;
	-o-transition:all 5s ease;
	-ms-transition:all 5s ease;
	background-image:-webkit-linear-gradient(left, rgba(130,255,5,0) 50%, rgba(248,255,0,0.92) 50%);
	background-image:-moz-linear-gradient(left, rgba(130,255,5,0) 50%, rgba(248,255,0,0.92) 50%);
	background-image:-o-linear-gradient(left, rgba(130,255,5,0) 50%, rgba(248,255,0,0.92) 50%);
	background-image:-ms-linear-gradient(left, rgba(130,255,5,0) 50%, rgba(248,255,0,0.92) 50%);
	background-image:linear-gradient(left, rgba(130,255,5,0) 50%, rgba(248,255,0,0.92) 50%);
	/*background-position:0% 1.3em;*/
	background-position:-100% 1.3em;
}
.padding_clear{
	padding:0 !important;
}
.padding_clear .elementor-row{
	padding:0 !important;
}
.slider {
            width: 780px;
            margin: 0 auto;
        }
        .slider img {
            width: 260px;
            height: 260px;
        }
/************************************
** 動くボタンのCSS
************************************/
/**********************************************************
スマホ用
**********************************************************/
@media screen and (max-width:767px) {
	.slider {
            width: 100%;
            margin: 0 auto;
        }
	.slider img{
		width: 100%;
		height: auto;
		margin:0 auto;
	}
	.iconimg span{font-size:2.5vw;}
	.balloon1-left .iconimg,.balloon1-right .iconimg{vertical-align:top;}
	.bg_01.ass .fs20{font-size:18px!important;}
	.balloon1-right .fukidashi:before{
		top: 30px;
		left: 99%;
		margin-top: -15px;
	}
	.balloon1-left .fukidashi:before{
		top: 30px;
		left: -25px;
		margin-top: -15px;
	}
	.header_01{max-width:98%;padding-left:5px;padding-right:5px;}
		/*Don*/
		.pink_box1 .imgs1{
		width: 50%;
		display: block;
		margin: 0 auto;
	}
	.pink_box1 .content_box1{
		width:100%;
		text-align:center;
	}
		/*Don*/
	.pink_box .imgs img{
		width:96%;
	}
	.pink_box .content_box{
		width:100%;
		text-align:center;
	}
	.mgt20fix1 {
		margin-top: 40px;
	}

	.pink_box .content_box p{text-align:left; padding-left:5px;padding-right:5px;}
	.slider .slick-prev , .slider .slick-next {
		display: none !important;
	}
	.h1_text_01{
		font-size: 22px;
	}	
	.elementor-row{
		padding:0 5px !important;
	}
	img {
		max-width : 100% ;
		height : auto ;
	}
	iframe {
		width : 100% ;
	}
	/* elementorエディタ用 */
	.section{
		max-width: 98%;
			width:100% !important;
			margin:0  auto!important;
			padding:0 5px !important;
	}
	.sp_width_100per{
		width:100% !important;			
	}
	.sp_text_align_center{
		text-align:center !important;
	}
	/* ライター表記 */
	.writer_info .writer_icon{
		width:45px;
		padding-top:2px;
	}
	.writer_info .writer_parts{
		width:calc(100% - 58px);
		padding-left:5px;
		font-size:0.9em;
	}
	/* Shortcodes Ultimate用CSS */
	/* ボタン */
	.su-button{
		width:90%;
	}
	.su-button span{
		font-size:4.5vw !important;
		padding:10px !important;
	}
	/* 動くマーかー関連 */
	.act_line{
		background-position:-100% 1.1em !important;
	}
	.act_line_off{
		background:0% 1.1em !important;
	}
	.pink_line_narrow {
		background-size: 200% 10px;
		background-position: -100% 1.1em;
	}
	.arrow_btn {
		width: 100% !important;
		max-width: 100% !important;
	}
	.arrow_btn a{
		padding: 0;
		margin-top: 24px;
	}
}