@charset "utf-8";

/* 繧ｹ繧ｿ繧､繝ｫ繝ｪ繧ｻ繝�ヨ */
@import "age-verification.css";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* 繧ｹ繧ｿ繧､繝ｫ繝ｪ繧ｻ繝�ヨend */

@media screen and (min-width: 769px) {
    .sp_none {
        display:block;
    }
    .pc_none {
        display: none;
    }
}


body {
	font-family: noto-sans-cjk-jp, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Verdana, sans-serif;
    font-size:13px;
}

a {
	text-decoration:none;
}

a:visited {
}

 a:hover {
	text-decoration:underline;
}

a:active {
}


img {
    max-width: 100%;
    height: auto;
}

#head_area {
    /*width:100%;*/
    margin: 0 auto;
    padding: 19.5px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#head_area h1 {
width: 165px;
padding: 0px 30px 0px 30px;
}

#head_area p {
    width:160px ;
    padding: 3px 0px 0px 0px;
}

#head_area .login_btn {
    width: auto;
    border-radius: 35px;
    border: solid 2px #3FA9F5;
    margin-left:auto;
	/* margin-right:30px;
	padding: 3px 0px 0px 0px;*/
}

#head_area .login_btn a {
    color: #3FA9F5;
    display: block;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
}

#top_image img {
    vertical-align: middle;
}

.index_01 {
    max-width: 1025px;
    margin: 0 auto;
    padding: 50px 0px 0px 0px;
    width: 95%;
}

.index_01 .item_01 {
    padding: 0px 0px 50px 0px;
}
.index_01 .item_02 .txt {
    font-size: 21px;
    font-weight: normal;
    color: #3FA9F5;
    text-align: center;
    line-height: 2;
}

.index_01 .item_02 h2 {
    text-align: center;
    color: #3AA5F5;
    font-size: 38px;
    padding: 30px 0px 20px 0px;
    font-weight: bold;
}
.index_01 .item_02 h2,
.index_02 .item_03 h2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.index_01 .item_02 h2 > *,
.index_02 .item_03 h2 > * {
    margin: .2em 0;
}
.index_01 .item_02 h2 picture,
.index_02 .item_03 h2 picture {
    display: inline-block;
    vertical-align: middle;
}
.index_01 .item_02 h2 img {
    vertical-align: middle;
}
.index_01 .item_02 h2 .isc_title,
.index_02 .item_03 h2 .isc_title {
    height: 1em;
    width: auto;
    vertical-align: baseline;
}

.index_01 .item_02 .image {
    text-align: center;
    padding: 50px 0px 50px 0px;
    width: 25%;
    margin: 0 auto;
}

.index_01 .item_02 .image img {
    transition: .3s;
}

.index_01 .item_02 .image img:hover {
    opacity: 0.5;
}

.index_01 .item_02 .more {
    display: flex;
    justify-content: center;
    border-radius: 30px;
    margin: 30px 0px 80px 0px;
}

.index_01 .item_02 .more a {
    position: relative;
    display: inline-block;
    font-size: 22px;
    padding: 15px 60px 15px 60px;
    color: #3FA9F5;
    border-radius: 35px;
    border: solid 3px #3FA9F5;
    font-weight: bold;
}

.index_01 .item_02 .more a::after {
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  border-bottom: solid 2px #3FA9F5;
  border-right: solid 2px #3FA9F5;
  position: absolute;
  top: 47%;
  right: 25px;
  margin-top: -12px;
  transform: rotate(45deg);
}


.index_01 .item_02 .more a:hover {
transform: scale(1.2);
transition-duration: 0.3s;
text-decoration: none;
color: #3FA9F5;
}

.index_01 .movie {
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px 50px 0px;
}

.index_01 video {
    width: 80%;
    margin: 0 auto;
}

.index_02 {
    /*background-color: #F0F3F5;*/
    padding: 0px 0px 50px 0px;
    margin-top: 80px;
}

.index_02 .item_03 {
    max-width: 1025px;
    margin: 0 auto;
}

.index_02 .item_03 h2 {
    text-align: center;
    color: #3AA5F5;
    font-size:38px ;
    padding: 30px 0px 50px 0px;
    font-weight: bold;
}
.index_02 .item_03 h2 .nowrap {
    white-space: nowrap;
}
.index_02 .item_03 h2 + p {
    text-align: center;
    margin-bottom: 50px;
}

.index_02 .item_03 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.index_02 .item_03 ul li {
    width: calc(100% / 3);
    margin: 0px 0px 50px 0px;
}
.index_02 .item_03 ul li,
.index_02 .item_03 ul li a {
    color: #3AA5F5;
    text-decoration: none;
}
.index_02 .item_03 ul li a:hover {
    color:#0070d9;
}
.index_02 .item_03 ul li a span {
    position: relative;
    display: inline-block;
    line-height: 1;
}
.index_02 .item_03 ul li a span:before {
    content:"";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: -8px;
    border-bottom: solid 4px #0070d9;
    /*transition: all .3s ease 0s;*/
}
.index_02 .item_03 ul li a:hover span:before {
    width: 100%;
}

.index_02 .item_03 ul li .image {
    padding: 0px 0px 15px 0px;
    transition: all .3s ease 0s;
}
.index_02 .item_03 ul li a:hover .image {
    transform: scale(1.1);
}

.index_02 .item_03 ul li h3 {
    text-align: center;
    /*color: #3AA5F5;*/
    font-size: 26px;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
}

.index_02 .item_03 ul li .txt {
    font-size:15px ;
    line-height: 2;
    /*color: #3AA5F5;*/
    text-align: center;
    padding: 0px 15px 0px 15px;
    font-weight: bold;
}

/*.index_02 .item_03 ul li:last-child h3,
.index_02 .item_03 ul li:last-child .txt {
color:#01549F;
}*/

.index_02 .item_03 .txt02 {
    text-align: center;
    font-size:14px ;
    padding: 30px 0px 0px 0px;
    line-height: 2;
}


.top_info {
    width: 100%;
    background-color: #E3E5E9;
}

.top_info .top_infoarea {
    max-width: 1025px;
    margin: 0 auto;
    width: 95%;
    padding: 20px 0px 20px 0px;
    display: flex;
}

.top_info .top_infoarea h2 {
    color: #3AA5F5;
    font-size: 16px;
    padding: 0px 20px 0px 0px;
    /*border-right: 1px solid #3AA5F5;*/
    font-weight: bold;
}

.top_info .top_infoarea dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.top_info .top_infoarea dt:last-child {
    padding: 0px 5% 0px 5%;
}

.top_info .top_infoarea dd:last-child {
    padding: 0px;
}

.top_info .top_infoarea dt {
    font-size: 13px;
    padding: 0px 5% 10px 5%;
    width: 7%;
}

.top_info .top_infoarea dd {
    font-size: 13px;
    padding: 0px 0px 10px 0px;
    width: 80%;
    color:#333;
}

.top_info .top_infoarea dd p a {
    color:#333;
}

.top_info .top_infoarea dd a:hover {
    color:#0070d9;
    text-decoration:none;
}
.top_info .top_infoarea div p {
  padding: 10px 0px 0px 0px;
}
.top_info .top_infoarea div:nth-of-type(1) {
    border-right:1px solid #3AA5F5;
}
.top_info .top_infoarea div p:before{
    content:"";
    display:inline-block;
    width:12px;
    height:12px;
    background:url(../images/top11.svg) no-repeat;
    background-size:contain;
    padding:0px 0px 0px 5px;
}
.top_info .top_infoarea p a {
    color: #3AA5F5;
}

.index_03 {
    margin: 0 auto;
    max-width: 1025px;
    /*padding: 80px 0px 80px 0px;*/
    padding: 0 0px 80px 0px;
    width: 95%;
}

.index_03 h2 {
    color: #3AA5F5;
    font-size:38px ;
    border-bottom: 3px solid #3AA5F5;
    padding: 0px 0px 10px 0px;
    /*margin: 0px 0px 20px 0px;*/
    text-align: center;
    font-weight: bold;
}

.index_03 dl {
    border-bottom: dotted 1px #8B8B8B;
    /*margin: 0px 0px 30px 0px;
    padding: 0px 0px 20px 30px;*/
    padding: 20px 0;
}

.index_03 dt {
    position: relative;
    font-size: 20px;
    color: #3AA5F5;
    /*padding: 0px 0px 0px 50px;*/
    /*margin: 0px 0px 10px 0px;*/
    line-height: 32px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 0 10px 50px;
    transition: all .3s linear 0s;
}

.index_03 dt::before {
    content:"";
    background-size:contain;
    background:url(../images/btn_q.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    display:inline-block;
    left: 0;
}
.index_03 dt::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 2px #3AA5F5;
    border-right: solid 2px #3AA5F5;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -10.6px;
    transform: rotate(135deg);
    transition: all 0.2s;
}
.index_03 dt.open::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 2px #3AA5F5;
    border-right: solid 2px #3AA5F5;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -5.3px;
    transform: rotate(-45deg);
}

.index_03 dd {
    position: relative;
    font-size: 16px;
    color: #FF851E;
    /*padding: 0px 0px 0px 50px;*/
    line-height: 32px;
    /*margin: 0px 0px 10px 0px;*/
    padding: 0 0 10px 50px;
}

.index_03 dd::before {
    content:"";
    background-size:contain;
    background:url(../images/btn_a.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    display:inline-block;
    left: 0;
}

.index_03 .more {
    display: flex;
    justify-content: center;
    border-radius: 30px;
    margin: 30px 0px 80px 0px;
}

.index_03 .more a {
    position: relative;
    display: inline-block;
    background-color: #3AA5F5;
    font-size: 18px;
    padding: 15px 10% 15px 10%;
    color: #FFF;
    border-radius: 30px;
    font-weight: bold;
}

.index_03 .more a::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -8.5px;
    transform: rotate(45deg);
}

.index_03 .item_04 {
    border: solid 2px #3AA5F5;
    padding: 5%;
    margin-bottom: 80px;
}

.index_03 .item_04 h2 {
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 30px 0px;
    font-weight: bold;
}

.index_03 .item_04 .txt01 {
    font-size:16px ;
    text-align: center;
    padding: 0px 0px 10px 0px;
}

.index_03 .item_04 .txt02 {
    font-size:16px ;
    padding: 20px 0px 20px 0px;
    color: #0055a2;
    border-top: dotted 1px #01549F;
}

.index_03 .item_04 .txt02 em {
    font-weight: bold;
}

.index_03 .item_04 .txt02 span {
    font-size:14px ;
}

.index_03 .item_04 .btn {
    display: flex;
    justify-content: center;
    border-radius: 30px;
    margin: 30px 0px 20px 0px;
}

.index_03 .item_04 .btn a {
    position: relative;
    display: inline-block;
    background-color: #3AA5F5;
    font-size: 24px;
    padding: 15px 0px 15px 0px;
    color: #FFF;
    border-radius: 30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.index_03 .item_04 .btn a::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -8.5px;
    transform: rotate(45deg);
}

.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    overflow-y:scroll;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    overflow-y:scroll;
    height: 400px;
}

/* フッター */  

#footer {
    background-color: #3AA5F5;
    padding: 30px 0px 30px 0px;
    width: 100%;
}

#footer #foot_area {
    margin: 0 auto;
/*    width: 95%;*/
}

#footer #foot_area .foot_navi {
    padding: 0px 0px 30px 0px;
    display:flex;
    max-width: 1025px;
    margin: 0 auto;
}

#footer #foot_area .foot_navi li {
    color: #FFF;
    font-size: 14px;
    border-left: 1px solid #FFF;
    padding: 0px 17px;
}

#footer #foot_area .foot_navi li:last-child {
    border-right: 1px solid #FFF;
}

#footer #foot_area .foot_navi li a {
    color: #FFF;
}

#footer .foot_logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width:100%;
}

#footer #foot_area .f_logo01 {
    width: 155px;
    padding: 0px 30px 0px 30px;
}

#footer #foot_area .f_logo02 {
    width: 150px;
    padding: 3px 0px 0px 0px;
}

#footer #foot_area .copy {
    color: #FFF;
    font-size: 12px;
    margin-left: auto;
    margin-right: 0px;
    padding: 0px 30px 0px 0px;
}

#footer #foot_area .copy img {
    width: 170px;
}

#footer .to_top {
    position: fixed;
    bottom: 20px;
    right:5%;
    display: none;
}

#footer .to_top img {
    width: 40px;
}

/* フッターend */　


/*縺顔筏霎ｼ螳御ｺ�*/

.complete {
    max-width: 1025px;
    margin: 0 auto;
    padding: 50px 0px 0px 0px;
    width: 95%;
}

.complete h2 {
    font-size:38px ;
    text-align: center;
    font-weight: bold;
    margin: 0px 0px 80px 0px;
    color: #3FA6F2;
    border-bottom: 2px solid #3FA6F2;
    padding: 0px 0px 10px 0px;
}

.complete h3 {
    font-size:33px ;
    color: #3FA6F2;
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.complete .image {
    border: solid 1px #E1E1E1;
    margin: 30px 0px 80px 0px;
}

.complete .image img {
    vertical-align: bottom;
}

.complete .image a:hover img {
    opacity: 0.7;
}

.complete .txt {
    font-size:17px ;
    line-height: 2;
    padding: 0px 5% 0px 5%;
    text-align: center;
}

.complete .item_01 {
    border: solid 2px #CEA400;
    margin: 30px 0px 80px 0px;
}

.complete .item_01 h4 {
    color: #CEA400;
    font-size:31px ;
    text-align: center;
    padding: 30px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.complete .item_01 h4 img {
    width: 15%;
    padding: 0px 0px 5px 20px;
}

.complete .item_01 .txt02 {
    font-size:14px ;
    text-align: center;
    padding: 30px 0px 20px 0px;
}

.complete .item_01 .btn {
    display: flex;
    justify-content: center;
    border-radius: 30px;
    margin: 0px 0px 60px 0px;
}

.complete .item_01 .btn a {
    position: relative;
    display: inline-block;
    background-color: #3AA5F5;
    font-size: 16px;
    padding: 12px 0px 12px 0px;
    color: #FFF;
    border-radius: 40px;
    font-weight: bold;
    width: 50%;
    text-align: center;
}

.complete .item_01 .btn a::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -8px;
    transform: rotate(45deg);
}

/*縺顔筏霎ｼ螳御ｺ�end*/

/* 繧ｹ繝槭�逕ｨ */

@media (max-width: 767px){

    .pc_none {
        display:block;
    }

    .sp_none {
        display: none;
    }

    #head_area {
        width: 86%;
        padding: 15px 0px 15px 0px;
        align-items:center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 10px;
    }
    #head_area img {
        vertical-align: middle;
    }

    #head_area h1 {
        width: 30%;
        padding: 0px 5% 0px 0px;
    }

    #head_area p {
        width: 30%;
    }
	
	#head_area .login_btn {
		/*margin:10px 0px 0px 0px;*/
        margin: 0;
	}

    .index_01 {
        width: 86%;
    }
    .index_01 .item_02 h2 {
        font-size: 24px;
        padding: 0 0px 30px;
    }
    .index_01 .item_02 .txt {
        font-size: 17px;
        text-align: left;
    }

    .index_01 .item_02 .image {
        width: 60%;
        padding: 30px 0px 30px 0px;
    }

    .index_01 .item_02 .more a {
        font-size: 17px;
    }

    .index_01 .movie video {
        width: 100%;
    }

    .index_02 {
    }

    .index_02 .item_03 {
        width: 86%;
    }

    .index_02 .item_03 h2 {
        font-size: 24px;
        padding: 0 0px 30px;
    }
    .index_02 .item_03 h2 + p {
        text-align: left;
    }

    .index_02 .item_03 .txt02 {
        font-size: 12px;
    }

    .index_02 .item_03 ul li {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }

    .index_02 .item_03 ul li .image {
        width: 35%;
        margin-right: auto;
        margin-left: 0;
        display: inline-block;
        vertical-align: top;
    }

    .index_02 .item_03 ul li div {
        display: inline-block;
        width: 61%;
        padding: 0px 0px 0px 2%;
    }

    .index_02 .item_03 ul li h3 {
        font-size: 20px;
        text-align: left;
    }

    .index_02 .item_03 ul li .txt {
        padding: 0;
        text-align: left;
        line-height:1.7;
    }

    .index_03 {
        width: 86%;
        padding: 30px 0px 30px 0px;
    }

    .index_03 h2 {
        font-size: 24px;
    }

    .index_03 dl {
        padding: 0px 0px 0px 3%;
    }

    .index_03 dt {
        padding-right: 48px;
        font-size: 18px;
    }

    .index_03 dd {
        font-size: 14px;
    }

    .index_03 .more a {
        width: 100%;
        text-align: center;
    }

    .index_03 .item_04 .btn a {
        font-size: 18px;
    }

    .index_03 .item_04 .txt01 {
        font-size: 13px;
    }

    .top_info .top_infoarea {
        flex-wrap: wrap;
        width: 88%;
        padding: 0px 6% 0px 6%;
    }
    
    .top_info .top_infoarea h2 {
        width: 100%;
        border-right: 0;
        padding: 10px 0px 0px 0px;
    }
    
    .top_info .top_infoarea dl {
        padding: 0px 0px 10px 0px;
    }
    
    .top_info .top_infoarea dt {
        width:20%;
        padding: 0px 5% 0px 0px;
    }
    
    .top_info .top_infoarea dd {
        width:75%;  
    }

    .top_info .top_infoarea div {
        display:flex;
        width:100%;
    }
    
    .top_info .top_infoarea h2 {
        width:auto !important;
    }
    
    .top_info .top_infoarea div p {
        margin-left:auto;
    }
    
    .top_info .top_infoarea div p::before{
        background:url(../images/top11.svg) no-repeat !important;
    }
        
    .top_info .top_infoarea p a {
    }
        
    .top_info .top_infoarea dl {
        border-left:0px !important;
        padding:10px 0px 10px 0px !important;
    }
        
    .top_info .top_infoarea div:nth-of-type(1) {
        border-right:0;
    }


    #footer {
        padding: 15px 0px;
    }
    
    #footer #foot_area {
        width: 100%;
    }
    
    #footer #foot_area .foot_navi {
        flex-wrap: wrap;
    }
    
    #footer #foot_area .foot_navi li {
        width : calc(100% / 2) ;
        text-align: center;
        box-sizing: border-box;
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        border-left: 0;
    }
    
    #footer #foot_area .foot_navi li:nth-of-type(2n) {
        border-right: 0;
    }
    
    #footer #foot_area .foot_navi li a {
        padding: 7px 0px 7px 0px;
        display: block;
        font-size: 11px;
    }
    
    #footer .foot_logo {
        width: 86%;
        justify-content: center;
        margin: 0 auto;
    }
    
    #footer #foot_area .f_logo01 {
        width: 30%;
        padding: 0px 5% 0px 0px;
    }
        
        #footer #foot_area .f_logo02 {
        width: 30%;
    }
        
    #footer #foot_area .copy {
        margin: 0 auto;
        padding: 10px 0px 0px 0px;
    }
        
    #footer #foot_area .copy img {
        width: 150px;
    }

    .complete {
    width: 86%;
    }

    .complete .txt {
        font-size: 15px;
        text-align: left;
    }

    .complete h2 {
        font-size: 24px;
        margin: 0px 0px 40px 0px;
    }

    .complete h3 {
        font-size: 20px;
    }

    .complete .image {
        margin: 30px 0px 30px 0px;
    }

    .complete .item_01 {
        padding: 5%;
    }

    .complete .item_01 h4 {
        font-size: 18px;
        padding: 0px 0px 10px 0px;
    }

    .complete .item_01 .txt02 {
        font-size: 13px;
    }

    .complete .item_01 .btn a {
        font-size: 14px;
        width: 100%;
    }

    .complete .item_01 .btn a::after {
        right: 4%;
        top: 55%;
    }

    .complete .item_01 h4 img {
        width: 30%;
        padding: 0px 0px 5px 5px;
    }

}

/* 繧ｹ繝槭�逕ｨend */
