@charset "UTF-8";

#contents img.liquid {
    width: 100%;
    height: auto;
}
.none_pc {
	display: none !important;
}
.none_sp {
	display: inline-block !important;
}
.no_border {
	border: none !important;
}
.red {
	color:#e60012;
}


/* section */
.section {
  padding: 0
}
.section + .section {
  margin-top: 80px;
}
.section__inner {
  max-width: 960px;
  margin: 0 auto;
}
.section__title {
    margin: 0 0 1em 0;
    padding-bottom: .15em;
    font-size: 28px;
    line-height: 1.3;
    color: #005bb5;
    text-align: center;
    position: relative;
}
.section__title:after {
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:2px;
    margin-top:-1px;
    background-color:#005bb5;
}
.section__title span {
    position: relative;
    z-index:1;
    display:inline-block;
    background-color:#FFF;
    padding:0 15px;
}
.section__text {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.625;
}
.section__text .em {
    color:#005bb5;
    font-size:22px;
    font-weight:bold;
}
.section__btn {
    margin-top: 1.8em;
    font-size: 18px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section__btn li {
    width: 350px;
    margin:0 10px;
    box-sizing: border-box;
}
.section__btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
    height: 60px;
    background: #005bb5;
    border-radius: 5px;
    font-size: inherit;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: opacity .3s ease;
}
.section__btn a:after {
    content:"";
    width:15px;
    height:13px;
    display:inline-block;
    position: absolute;
    right:19px;
    top:50%;
    margin-top:-6px;
    background: url("/myepson/smileplus/images/icn_btn.svg") no-repeat center center;
    background-size: 15px 13px;
}
.section__btn a.blank:after {
    background:#005bb5 url(/common/images/ico_pop_03.gif) no-repeat center center;
    background-size:14px auto;
}
.section__btn li.movie_section__02.movie a.blank:after {
    background:#41a5d7 url(/common/images/ico_pop_03.gif) no-repeat center center;
    background-size:14px auto;
}  
.section__btn a:hover {
    opacity: .7;
}
.section__btn + h3 {
    margin-top: 40px;
}
/* mainvisual */
.mainvisual {
    max-width: 960px;
    margin: 0 auto 30px;
}
.mainvisual__lead {
    margin: 30px 0 0;
}

.page_menu {
    background-color: #dff2fc;
    padding:20px;
}
.page_menu_title {
    text-align: center;
    color:#005bb5;
    font-size:22px;
}
.page_menu_title span {
    display:inline-block;
    padding: 0 43px;
    position: relative;
}
.page_menu_title span:before,
.page_menu_title span:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    display: inline-block;
    width: 35px;
    height: 1px;
    border-bottom:2px dotted #005bb5;
}
.page_menu_title span:before {
    left:0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.page_menu_title span:after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.page_menu ul {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page_menu * {
    box-sizing: border-box;
}
.page_menu ul li {
    width:50%;
    text-align: center;
    padding:5px;
}
.page_menu ul li a {
    display:flex;
    align-items: center;
    padding:5px 10px;
    width:100%;
    height:100%;
    background:#005bb5 url(/common/images/icon_accd_05.png) right 10px top 10px no-repeat;
    background-size:14px auto;
    border-radius: 5px;
    color:#FFF;
}
.page_menu ul li:nth-of-type(4) a {
    background:#005bb5 url(/common/images/ico_pop_03.gif) right 10px top 10px no-repeat;
    background-size:14px auto;
}
.page_menu ul li a:hover {
    text-decoration: none;
    opacity: .7;
}
.page_menu ul li a .menu_title {
    text-align: left;
    padding-left:10px;
    font-size:129%;
    font-weight:bold!important;
}
.page_menu ul li a .menu_title small {
    display:block;
    font-size:12px;
    font-weight:normal;
}
.movie_page_menu{
    background-color: #f2f4f6;
    padding: 40px;
    margin: 40px 0 20px;
}

.movie_page_menu h3{
    font-size:22px;
    border-bottom: 1px solid #005bb5;
    text-align: center;
    color: #005bb5;
}
.movie_page_menu ul.section__btn {
    margin-top: 1.0rem;
}
.movie_page_menu .section__btn a {
    background: #41a5d7;
}
.movie_section__01{
    width:200px;
    display: flex;
    justify-content: center;
    flex-basis: 200px;
    align-items: center;
    font-weight: bold;
    background-color: #cccccc;
}
.movie_section__02 + .movie_section__02 {
    padding-top: 10px;
}
.section__btn li.movie_section__02{
    width: 450px;
}
.section__btn li.movie_section__02 li.movie_section__02 {
    margin: 0;
}
.section__btn li.movie_section__02 a{
    max-width: 450px;
}
.section__btn li.movie_section__02.movie a{
    padding: 0 50px 0 90px;
    max-width: 310px;
}
.section__btn li.movie_section__02.movie a img{
    width: 50px;
    height: 36px;
    position: absolute;
    left: 20px;
}

@media only screen and (max-width: 767px) {
    
    .section img {
        max-width: 100%;
        height:auto;
    }
 	.none_pc {
		display: block !important;
 	}
 	.none_sp {
 		display: none !important;
 	}
 	.clear {
 		clear: both;
 	}
    .section + .section {
        margin-top: 40px;
    }
    .section__inner {
        max-width: 100%;
        padding: 0 15px;
    }
    .section__title {
        font-size: 5vw;
    }
    .section__text {
        font-size: 4vw;
        line-height: 1.53;
    }
    .section__btn {
        font-size: 4vw;
    }
    .section__btn li {
        width: 70%;
        margin:0;
        padding:0 1vw;
    }
    .section__btn a {
        height: 12vw;
        max-width: 100%;
    }
    .section__btn a:after {
        background-size: 3vw auto;
        right: 2vw;
    }
    .section__btn a.line2 {
        height: 16vw;
    }
    .section__btn + h3 {
        margin-top: 20px;
    }
    .mainvisual {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .mainvisual__lead {
        padding: 0 15px;
    }
 	#contents {
 		width: 100%;
 		padding: 0;
 	}
 	#contents .mainSection {
		width: auto;
		margin: 0;
 	}
    .page_menu_title {
        font-size:4.4vw;
    }
    .page_menu ul li {
        width:100%;
    }
    .page_menu ul li a img {
        width:20%;
    }
    .page_menu ul li a .menu_title {
        font-size:3.6vw;
    }
    .movie_page_menu {
        padding: 20px;
        margin-top: 20px;
    }
    #smile_menu_01 .movie_page_menu .section__btn{
        display: block;
    }
    .section__btn li.movie_section__01{
        width: 100%;
        max-width: 400px;
        margin: 0 auto 10px;
        background: none;
    }
    .section__btn li.movie_section__01:nth-of-type(2){
        margin-top: 20px auto 10px;
    }
    .section__btn li.movie_section__02{
        width: 100%;
    }
    .section__btn li.movie_section__02 li.movie_section__02 {
        padding-right: 0;
        padding-left: 0;
    }
    .section__btn li.movie_section__02 a {
        max-width: 100%;
    }
    .movie_page_menu .section__btn li{
        width: 100%;
    }
    .movie_page_menu h3{
        font-size:5vw;
    }
    .movie_page_menu .section__btn a {
        max-width: 100%;
    }
    .section__btn li.movie_section__02.movie a {
        max-width: 72%;
        padding: 0 10% 0 18%;
    }
    .section__btn li.movie_section__02.movie a img{
        width: 10%;
        height: auto;
        left: 4%;
    }
}


/*--------------------------------------------------------------------------------
MODULE
--------------------------------------------------------------------------------*/

.smile_menu {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	max-width: 900px;
}
.smile_menu dl {
	border-right: 1px dotted #005ab4;
	padding: 0 20px;
	position: relative;
}
.smile_menu dl dt {
	margin-bottom: 15px;
    font-weight: bold;
    color: #005ab4;
    height:40px;
}
.smile_menu dl img.arrow {
	position: absolute;
	right: -13px;
	top: 170px;
}

.smile_menu dl dd {
	font-size: 12px;
	margin-bottom: 10px;
	text-align: justify;
	width: 190px;
}

.smile_menu .ttl {
	background-color: #005ab4;
	margin-bottom: 50px;
	width: 100%;
}


#smile_menu_02 .attention {
	border: 3px solid #e60012;
	border-radius: 8px;
	padding: 0px;
	width: 850px;
	margin: 45px auto 0;
}

#smile_menu_02 .attention h4 {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}

#smile_menu_02 .attention p {
	margin-top: 20px;
	font-size: 14px;
	padding-right: 5px;
}

.sec03_step h3 {
    font-size:22px;
    color:#005bb5;
}
.sec03_step .sec03_nav {
    display:inline-block;
    padding:10px 20px;
    font-size:16px;
    color:#005bb5;
    background-color: #dff2fc;
    font-weight:bold;
    border-radius: 5px;
}
.sec03_step h4 {
    font-size:18px;
    color:#005bb5;
    margin-bottom:20px;
}
.sec03_step h4 span {
    font-size:22px;
}
.sec03_step .step_box {
    border-top: 1px solid #c9caca;
    padding:40px 0;
}
.sec03_step .step_box .flow {
    display:flex;
}
.sec03_step .step_box .flow .img {
    width:130px;
    margin-right:30px;
}
.sec03_step .step_box .flow .text {
    width:calc(100% - 160px);
}

.attention {
	border: 3px solid #e60012;
	border-radius: 8px;
	margin-bottom: 40px;
	padding:30px;
	box-sizing: border-box;
}

.attention h4 {
	margin-bottom: 15px;
    color: #e60012;
    font-size:22px;
    font-weight:bold;
}

.attention ul li {
	font-size: 13px;
	line-height: 1.8;
	display: block;
	padding-left: 1em;
}

.attention ul li::before {
	content: "●";
	display: block;
	float: left;
	margin-left: -1em;
	width: 1em;
	text-align: center;
	color: #e60012;
}

.close_btn a {
    display:inline-block;
    background-color:#EBEBEB;
    color:#333;
    font-size:84%;
    padding:3px 10px;
    
}
.close_btn a:hover {
    text-decoration: none;
    opacity:.8;
}
.close_btn a:before {
    content:"×";
    margin-right:5px;
} 

@media only screen and (max-width: 767px) {
    .smile_menu {
        display:block;
        margin-bottom:5vw;
    }
    .smile_menu dl {
        width:100%;
        padding:0;
        padding: 8% 0;
        position: relative;
        border-bottom: 1px dotted #005ab4;
        border-right: none;
        float: none;
        height: auto;
        margin-bottom: 0;
    }
    .smile_menu dl dt.blue_ttl {
        font-weight: bold;
        color: #005ab4;
        float: left;
        height: auto;
        margin-left: 0;
        margin-bottom: 3%;
        padding-top: 0;
    }
    .smile_menu dl dd {
        font-size: 12px;
        margin-bottom: 10px;
        text-align: justify;
        width: 190px;
    }
    .smile_menu dl dd.text {
        width: 58%;
        margin-right: 4%;
        margin-bottom: 0;
        clear: both;
        float: left;
        font-size: 14px;
    }
    .smile_menu dl dd.img_lines,
    .smile_menu dl dd.img {
        float: right;
        width: 38%;
        margin-top: -15%;
        margin-bottom: 0;
    }
    .smile_menu dl dd.img {
        margin-top: -9%;
    }
    .smile_menu dl dd.img_lines img,
    .smile_menu dl dd.img img {
        max-width:100%;
    }
    .smile_menu dl img.arrow {
        position: absolute;
        bottom: -13px;
        left: 48%;
        top: auto;
        right: auto;
        transform: rotate(90deg);
    }
    .smile_menu dl dd.clear {
        width: auto;
        font-size: 14px;
    }

    
    
    

    #smile_menu_02 .attention {
        margin-top: 0;
        width: auto;
    }

    #smile_menu_02 .attention h4 {
        background-color: #e60012;
        color: #fff;
        padding: 2% 2% 2% 5%;
        float: none;
        margin-right: 0;
        font-size: 110%;
    }

    #smile_menu_02 .attention p {
        padding: 3vw;
        margin-top: 0;
    }

    .sec03_step .step_box .flow {
        display:block;
    }
    .sec03_step .step_box .flow .img {
        width:100%;
        margin-right:0;
        text-align: center;
    }
    .sec03_step .step_box .flow .text {
        width:100%;
        margin-top:20px;
    }
    .attention {
        margin-bottom: 5vw;
        padding:5vw;
    }
    .attention h4 {
        margin-bottom: 3vw;
        font-size:4.4vw;
    }
    .attention ul li {
        font-size: 3,6vw;
    }
    
}

