@charset "Shift_JIS";
body * {
    box-sizing: border-box;
}
.pc{ display: inherit;}
.tb{ display: none;}
.sp{ display: none;}

.text_right{ text-align: right;}

h1{
    text-align: center;
    color: #4ba982;
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 10px;
}
h1 .en{
    font-family: 'Josefin Slab', serif;
    font-size: 250%;
}

h2.check{
    color: #1c246c;
    font-size: 1.3em;
    font-weight: 600;
/*    text-align: center;*/
}
h2.check:before{
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    padding-right: 10px;
    font-size: 24px;
    color: #4aa981;
}

h2.line{
    border-top: 1px dashed #999;
    margin: 30px 0;
    position: relative;
    text-align: center;
    letter-spacing: .15em;
}
h2.line span{
    background: #fff;
    color: #1c236d;
    position: absolute;
    top: -22px;
    font-size: 23px;
    font-weight: 600;
    left: 0;
    right: 0;
    margin: 0 33%;
}
.btn{ margin-top: 10px;}
.btn a{
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    width: 35%;
    padding: 3px 10px;
}
.btn a::before{
    font-family: 'Font Awesome 5 Free';
    content: "\f138";
    padding-right: 10px;
    font-weight: 900;
    font-size: 75%;
}
.btn a:hover{
    text-decoration: none;
    opacity: .8;
}
.btn.entry a{ background: #eb7846;}
.btn.bkno a{ background: #1c236d;}

#main > div{
    width: 85%;
    margin: 0 auto 60px;
    box-sizing: border-box;
}

.mv{
    background: url(/images/mailmag/mv.jpg) left top/contain no-repeat;
    height: 460px;
    padding-top: 1em;
    box-sizing: border-box;
    position: relative;
}
.mv .text{
    text-align: center;
    font-size: 1.4em;
/*    padding-top: 1em;*/
    color: #1c256b;
    letter-spacing: .15em;
/*    width: 50%;*/
    margin-left: auto;
    background: rgba(255, 255, 255, .8);
}
.mv .free{
    position: absolute;
/*    top: 7.5em;
    right: 18%;*/
    bottom: 11%;
    right: 20%;
    background: #1c246c;
    color: #fff;
    text-align: center;
    padding: 20px 35px;
    border-radius: 100%;
    font-size: 1.5em;
    box-shadow: 2px 2px 0 #999;
}

.list ul{
    max-width: 75%;
    margin: 10px auto 30px;
}
.list ul li{
/*    list-style: disc outside;
    line-height: 3;*/
    font-size: 1.2em;
    padding: 10px 0;
}
.list ul li::before{
    content: "\025cf";
    padding-right: 5px;
    color: #eb7846;
}

form{
    max-width: 100%;
}
.address{
    margin-bottom: 10px;
    padding: 0 35px;
}
.address label{
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.address label .must{
    color: #c00;
    border: 1px solid;
    padding: 3px;
    border-radius: 3px;
    font-size: .8em;
}
.address input{
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
    border-radius: 3px;
    border: 1px solid #bbb;
}

#mainIn {
    padding: 15px;
    background: #edf6f2;
    border-radius: 3px;
    border-top: 3px solid #1c236d;
    padding-top: 10px;
}
#mainIn h2.line span{ background: #edf6f2;}

input[type="submit"] { -webkit-appearance: none;}
.entryBtn .submit button {
	display: block;
	width: 100%;
	max-width: 300px;
	background-color: #ea5520;
	border: 1px solid;
	border-radius: 5px;
	box-shadow: 2px 2px 0 #ccc;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 2rem auto 0;
	padding: .85em 1.8em;
	position: relative;
}
.entryBtn .submit button::after {
	content: "";
	padding: 9px;
	background: url(/images/common/arrow02.svg) left center/contain no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 13px;
}

.blueIcon{ margin-left: 35px;}
.poricy{
    margin: 0 35px 25px;
/*    width: 100%;*/
    height:160px;
    border: 1px solid #bbb;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}
.poricy::-webkit-scrollbar {
    background:#ccc;
    width:10px;
}
.poricy::-webkit-scrollbar-thumb {
    background:#888;
    width:10px;
}
.poricy::-webkit-scrollbar-track-piece {
    background: #fff;
}
.poricy iframe{
    width:100%;
    height:100%;
    border:none;
    display:block;
}
.about_privacy{ background: none;}

/* �^�u���b�g */
@media screen and (max-width: 1024px) {
    .pc{ display: none;}
    .tb{ display: inherit;}
    .sp{ display: none;}
    
    #contents{
        width: 100%;
        box-sizing: border-box;
    }
    #main{
        width: 96%;
        margin: 80px auto 0;
    }
    #main > div{ width: 100%;}
    .mv{ height: 420px;}
    .pagetopBtn{ display: none;}
}

/* 599px�ȉ��i�X�}�z�j */
@media screen and (max-width: 599px) {
    .pc{ display: none;}
    .tb{ display: none;}
    .sp{ display: inherit;}
    
    h1{ font-size: 1.2em;}
    .btn a{ width: 85%;}
    .mv .text{
        padding-top: 0;
        width: auto;
    }
    .mv .free{
        right: 6%;
        bottom: 15%;
        padding: 15px 30px;
        font-size: 1.2em;
    }
    .mv{ height: 230px;}
    h2.line span{ margin: 0 13%;}
    
    .address{ padding: 0;}
    .blueIcon{ margin-left: 0;}
    .poricy{
        margin: 0 0 25px;
        width: 100%;
    }
    .entryBtn .submit button {
		max-width: initial;
	}
}
@media screen and (max-width: 320px) {
    .mv{ height: 180px;}
    .mv .free { bottom: 10%;}
    h2.line span { margin: 0px 8%;}
}


/* �������̏ꍇ */
@media screen and (orientation: landscape) and (max-width: 1024px)  {
    .mv{ height: 560px;}
}
@media screen and (orientation: landscape)  and (max-width: 740px) {
    .mv{ height: 400px;}
}
@media screen and (orientation: landscape)  and (max-width: 570px) {
    .mv{ height: 310px;}
}
/* �c�����̏ꍇ */
@media screen and (orientation: portrait) {
}


/* slick.css */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    box-sizing: border-box;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*.mail_ex li{ box-shadow: 0 0 3px #ddd;}*/
.mail_ex li{ box-shadow: -3px -3px 3px #ddd, 3px -3px 3px #ddd;}
.mail_ex li img{ width: 100%;}

.slick-slide {
    transition: .3s ease;
    transform: scale(.85);
    transform-origin: 100% 50%;
}
.slick-slide:focus{ outline: 0;}
.slick-current {
    transform: scale(1);
    transform-origin: 50% 50%;
}
.slick-current + .slick-slide {
    transform-origin: 0 50%;
}
.slick-slide:not(.slick-current) {
    opacity: .3;
}

