@charset "UTF-8";
/*-------------------------------------------------------------------

table of contents

 01) reset
 02) utility
 03) var
 04) layout
 05) header
 06) footer
 07) contents

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
 01) reset
-------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
a:hover {
    opacity: 0.8;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
em, i {
    font-style: normal;
}
/* =============================================================================
 Font
============================================================================= */
html {
    overflow: auto;
    font-size: 62.5%;
}
body {
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
    overflow: hidden;
}
/* =============================================================================
 Text-decoration
============================================================================= */
.main p span.bold{
	font-weight: bold;
}
.main p span.underline{/*red*/
	border-bottom: solid 2px red;
}
.main #tabbox01 .point02_con__box03 p span.small{
	font-size: 0.8em;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.main #tabbox01 .point02_con__box03 p span.small{
		font-size: 0.5em;
		color: #ffffff;
	}
}
p span.astarisk{
	font-size: 0.5em;
	vertical-align: top;
	position: relative;
}
/*-------------------------------------------------------------------
 02) utility
-------------------------------------------------------------------*/
.only-sp {
    display: none !important;
}

@media screen and (max-width: 767px) {
.only-sp {
    display: block !important;
}
.only-pc {
    display: none !important;
}
}
.small {
    font-size: 0.8rem;
}
/*-------------------------------------------------------------------
 03) var
-------------------------------------------------------------------*/
/*---------- color ----------*/
/* University */
/* high school */
/*---------- btn　color ----------*/
/* University and　Common */
/* high school */
/*---------- text color ----------*/
/*---------- background　color ----------*/
/* University */
/* high school */
/*---------- caution　color ----------*/
/*-------------------------------------------------------------------
 04) layout
-------------------------------------------------------------------*/
.sec {
    max-width: 960px;
    margin: 0 auto;
 	width: calc( 710/750*100%);
}
.fit {
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.txtc {
    text-align: center;
}
.sns_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn a {
    display: block;
    color: #fff;
    font-size: 2.5rem;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}
.btn_koukou{
	background-color: red;
}
/*-----------acordion--------------*/
.acordion__box{
	display: none;
}
.acordion__ttl:hover{
	cursor: pointer;
}
span.acordion_button{
	font-size: 25px;
}
@media screen and (max-width: 767px) {
span.acordion_button{
	font-size: 80%;
}
}

/*--------EmphasisTITLETEXT----------*/
 span.emphasis__title_1{/*koukousei*/
	color: #ffffff;
	background-color: #eb6543;
	padding: 5px 5px;
}
span.emphasis__title_2{/*daigakujuken*/
	color: #ffffff;
	background-color: #ff8a00;
	padding: 5px 5px;
}


@media screen and (max-width: 767px) {
.btn a {
 	font-size: calc( 23/750*100vw);
}
}
.btn-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
 	margin: 0 calc( -42/960*100%);
	margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
.btn-01 {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 calc( -42/960*100%);
    margin-bottom: 10%;
    top: 40%;
}
.FV .main__hd .btn-01  {
    position: absolute;
    width: 100%;
}
.FV .main__hd .btn-01  {
    position: absolute;
    width: 100%;
}
}
.btn-01 li {
    width: 410px;
	padding: 0 calc( 42/960*100%);
}
.btn-01 li a {
    display: block;
    background-color: #d4001d;
    border-bottom: 3px solid #800c12;
    padding: 17px 0;
}

@media screen and (max-width: 767px) {
.btn-01 li {
 	width: calc( 280/710*100%);
 }
 .btn-01 li:nth-child(1){
    margin-left: 50%;
 }
.btn-01 li:nth-child(2){
    margin-top: 65%;
    margin-left: 5%;
 }
}
.btn-01 li a {
    border-bottom: 5px solid #800c12;
 	padding: calc( 15/280*100%) calc( 22/280*100%);
}
}
.btn-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.btn-02 li {
    max-width: 460px;
 	width: calc( 460/960*100%);
}
.btn-02 li a {
    display: block;
    background-color: #d4001d;
    border-bottom: 4px solid #800c12;
    padding: 30px 0;
 	padding-right: calc( 10/460*100%);
}
.btn-02 li:first-child a {
    background: url(../img/icon01.png) no-repeat right 17px center #d4001d;
}
.btn-02 li:last-child a {
	padding-right: calc( 70/460*100%);
    background: url(./icon01.png) no-repeat right 17px center #d4001d;
}

@media screen and (max-width: 767px) {
.btn-02 {
    display: block;
}
.btn-02 li {
 	width: calc( 600/710*100%);
    margin: 0 auto;
}
.btn-02 li:first-child {
 	margin-bottom: calc( 20/710*100%);
}
.btn-02 li:first-child a {
 	background-size: calc( 60/460*100%) auto;
}
.btn-02 li:last-child a {
 	background-size: calc( 60/460*100%) auto;
}
.btn-02 li a {
    border-bottom: 5px solid #800c12;
 	padding: calc( 15/280*100%) calc( 22/280*100%);
}
}
.btn-03 {
    text-align: center;
}
.btn-03 a {
    display: inline-block;
    background: #fbcfbd;
    border-radius: 10px;
    border-bottom: 4px solid #fab79c;
 	width: calc(600/960*100%);
    max-width: 600px;
}

@media screen and (max-width: 767px) {
.btn-03 {
    margin: -10px 0;
}
.btn-03 a {
 	width: calc(540/710*100%);
    border-radius: 5px;
}
}
.btn-04 {
    margin: 40px 0;
}
.btn-04 p a {
    display: block;
    background: #d4001d;
    border-radius: 5px;
    border-bottom: 4px solid #800c12;
 	padding: calc( 20/960*100%) 0 calc( 20/960*100%) calc( 380/960*100%);
    position: relative;
    text-align: left;
}
.btn-04 p a:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 9.5px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
 	right: calc(20/896*100%);
}
/*------------koukou(button)------------------*/
.btn-05{
	width: 50%;
	margin-left:5%;
	text-align: center;
	display: block;
    background-color: #d4001d;
    border-bottom: 3px solid #800c12;
    padding: 15px;
    border-radius: 5px;
}
.btn-05 a{
	display: block;
    color: #fff;
    font-size: 2.0rem;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .btn-05{
    width: 110%;
    margin-left:2%;
    padding: 8px;
    border-radius: 5px;
}
	.btn-05 a{
	display: block;
    color: #fff;
    font-size:40%;/*--calcファンクション未対応--*/
    font-size: calc(100vw /40);
    text-align: center;
    font-weight: bold;
    line-height: 1;
}
}
/*------------daigaku(button)------------------*/


@media screen and (max-width: 767px) {
.btn-04 {
 	margin: calc(40/672*100%) 0;
}
.btn-04 p a {
 	padding: calc( 26/672*100%) 0 calc( 26/672*100%) calc( 220/672*100%);
}
.btn-04 p a:after {
    border-width: .3em 0 .3em .6em;
 	right: calc(20/672*100%);
}
}
.note {
    padding-left: 1.2em;
    position: relative;
    text-indent: -1em;
    font-size: 1.3rem;
}
.note span {
    position: relative;
    left: -.2em;
}

@media screen and (max-width: 767px) {
.note {
 	font-size: calc(22/750*100vw);
}
}
#pagetop {
    position: fixed;
    bottom: 170px;
    right: 20px;
}

@media screen and (max-width: 767px) {
#pagetop {
 bottom: calc(180/750*100vw);
}
}
/*-------------------------------------------------------------------
 05) header
-------------------------------------------------------------------*/
.hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 10px;
}
.hd_koukou_only{
}
.hd__FV {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 10px;
}
.hd__ttl {
    width: 240px;
    margin-right: 10%;
}
.hd__FV .hd__ttl {
    width: 240px;
    margin-right: 50%;
}
.hd__ttl {
        width: 240px;
        margin-right: 3%;
    }
.hd_ttl_koukou_only{
    margin-right: 45%;
}
@media screen and (max-width: 767px) {
	.hd__FV .hd__ttl {/*--FVheader--*/
    /*width: 240px;*/
    width: 30%;
    margin-right: 20%;
    }
    .hd__FV .hd__txtarea_txt {
        width: 50%;
    }
	.hd__ttl {
		margin-right: 3%;
	}
}
/*-------------------------------------------------------------------
 06) footer
-------------------------------------------------------------------*/
.ft {
    border-top: 1px solid #000;
    margin-bottom: 150px;
}
.ft > * {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ft_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ft_nav li:first-child {
    margin-right: 10px;
}
.ft_nav li a {
    position: relative;
    padding-left: 10px;
    text-decoration: underline;
    color: #3e3a39;
}
.ft_nav li a:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    border-bottom: 2px solid #3e3a39;
    border-right: 2px solid #3e3a39;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.ft_nav li a:hover {
    text-decoration: none;
    opacity: 1;
}
.ft__inr {
    background: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ft__inr .ft_logo {
    width: 428px;
    margin-right: 10px;
}

@media screen and (max-width: 980px) {
.ft__inr .ft_logo {
    width: 360px;
}
}

@media screen and (max-width: 767px) {
.ft {
 margin-bottom: calc(150/750*100vw);
}
.ft_nav {
    display: block;
}
.ft_nav li {
    text-align: center;
}
.ft_nav li:first-child {
    margin-right: 0;
 margin-bottom: calc( 20/710*100%);
}
.ft__inr {
    display: block;
}
.ft__inr .ft_logo {
    margin: auto;
 	margin-bottom: calc( 20/710*100%);
    width: 100%;
}
.ft__inr .copyright {
    text-align: center;
}
.ft__inr .copyright small {
    font-size: 1rem;
}
}
/*-------------------------------------------------------------------
 07) contents
-------------------------------------------------------------------*/
/*---------- common ----------*/
.main #tabbox01 .btn-02 li:first-child a {
	text-align: center;
    background-color: #ff8a00;
    border-color: #b56b00;
    background-image: url(../18th_files/icon01-2.png);
}
.main #tabbox01.sec .lead {
    background: #eb6543;
}
.main #tabbox01.sec .sec__ttl {
    background: #eb6543;
}
.main .sec.contents > * {
}
.main {
    margin-bottom: 10%;
}

.main .sec .lead {
    background: #ff8a00;
    text-align: center;
    padding: 24px 0;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
.main .sec .lead {
 padding: calc( 25/710*100%) calc( 35/710*100%);
 margin-bottom: calc( 20/750*100%);
}
}
.main .sec__ttl {
    color: #fff;
    background: #ff8a00;
    text-align: center;
    padding: 13px 0;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 17px;
}

@media screen and (max-width: 767px) {
.main .sec__ttl {
 font-size: calc( 36/750*100vw);
 padding: calc( 20/710*100%);
 margin-bottom: calc( 10/710*100%);
}
}
.main .sec .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main .sec .flex__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 40px;
}
.main .sec .flex-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main .sec .flex-2 > * {
    width: calc(50% - 20px);
}
.main .sec .flex-2 .flex__txt_1{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
	margin-left: 20px;
	border-top: solid 1px #EB6543;
	border-bottom: solid 1px #EB6543;
}
.main .sec .flex-2 .flex__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
	margin-left: 10px;
}

.main__hd {
    background: url(./main.jpg) no-repeat center bottom/contain;
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}

@media screen and (max-width: 1450px) {
.main__hd {
    background-size: cover;
}
}
/*
.main__hd:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#de4f2d), color-stop(50%, #de4f2d), color-stop(50%, #f5ac47), to(#f5ac47));
    background: linear-gradient(90deg, #de4f2d 0%, #de4f2d 50%, #f5ac47 50%, #f5ac47 100%);
    z-index: -1;
}
*/
.main__hd__ttl {
    max-width: 466px;
    margin: 0 auto 56px;
 	width: calc( 466/960*100%);
}

@media screen and (max-width: 767px) {
	.main__hd {
	 background: url("./main_sp.jpg") no-repeat center top/100%;
	 padding-top: calc( 16/710*100%);
	 padding-bottom: calc( 10/710*100%);
     position: relative;
	}
	.main__hd__ttl {
	 max-width: 100%;
	 margin: auto;
	 width: 100%;
	}
}
.local-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -15px 30px 55px;
}
.local-link > * {
    margin: 15px 0;
 width: calc( 440/900*100%);
    max-width: 440px;
}

@media screen and (max-width: 767px) {
.local-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
 margin: calc( -10/710*100%) calc( -10/710*100%) calc( 30/710*100%);
}
.local-link > * {
 margin: calc( 10/690*100%) calc( 10/690*100%);
 width: calc( 320/690*100%);
}
}
.main #tabbox01 .event_link {
    background: #f6938f;
}
.main #tabbox01 .event_link__list {
 width: calc( 720/960*100%);
 margin: 0 calc(-10/720*100%);
}
.main #tabbox01 .event_link__list > * {
 width: calc( 160/740*100%);
}
.main #tabbox01 .event_link__list > * a {
    border-color: #eb6543;
}

@media screen and (max-width: 767px) {
.main #tabbox01 .event_link__list {
    width: 100%;
}
.main #tabbox01 .event_link__list > * {
 width: calc( 160/710*100%);
 margin: calc( 5/710*100%);
}
.main #tabbox01 .event_link__list > *:nth-child(2) a {
    padding: .9em 0;
}
}
.main .sec .event_link {
    background: #fcda64;
    padding-top: 26px;
    padding-bottom: 30px;
    z-index: -2;
}
.main .sec .event_link__inr {
    position: relative;
    z-index: 1;
}
.main .sec .event_link__inr .deco01 {
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.main .sec .event_link__ttl {
    margin-bottom: 36px;
 width: calc( 626/960*100%);
    max-width: 626px;
}
.main .sec .event_link__list {
 width: calc( 626/960*100%);
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main .sec .event_link__list > * {
 width: calc( 160/626*100%);
 margin: 0 calc( 10/626*100%) 10px;
}
@media screen (max-width: 640px){

}
.main .sec .event_link__list > * a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.3;
    position: relative;
    background: #fff;
    border-bottom: 4px solid #fab300;
    border-radius: 8px;
    color: #4d4a49;
}
.main .sec .event_link__list > * a:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 5.5px 0 5.5px 9.5px;
    border-color: transparent transparent transparent #4d4a49;
}

@media screen and (max-width: 767px) {
.main .sec .event_link {
 padding-top: calc( 30/710*100%);
 padding-bottom: calc( 30/710*100%);
}
.main .sec .event_link__inr .deco01 {
 width: calc( 482/710*100%);
 right: calc( -140/710*100%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
 top: calc( -90/335*100%);
}
.main .sec .event_link__inr .deco01 img {
    width: 100%;
}
.main .sec .event_link__ttl {
 margin-bottom: calc( 30/710*100%);
 width: calc( 418/710*100%);
 margin-left: calc( 30/710*100%);
}
.main .sec .event_link__list {
    width: 100%;
 width: calc( 600/710*100%);
}
.main .sec .event_link__list > * {
 width: calc( 180/600*100%);
 margin: calc( 5/600*100%);
}
.main .sec .event_link__list > *:first-child a {
    padding: .9em 0;
}
.main .sec .event_link__list > * a {
    height: auto;
 font-size: calc( 16/750*100vw);
    padding: 1.5em 0;
}
.main .sec .event_link__list > * a:after {
    border-width: .4em 0 .4em .8em;
}
}
.main #tabbox01 .point > * {
    border: 2px solid #eb6543;
}
.main #tabbox01 .point > *:nth-child(2) .point__ttl {
    background-image: url(./point02-02.png);
}
.main #tabbox01 .point > *:nth-child(3) .point__ttl {
    background-image: url(./point03-02.png);
}
.main #tabbox01 .point > *:nth-child(4) .point__ttl {
    background-image: url(./point04-02.png);
}
.main #tabbox01 .point__ttl {
    color: #eb6543;
    background-image: url(./point01-02.png);
}
.main #tabbox02 .point > * {
    border: 2px solid #ff8a00;
}
.main #tabbox02 .point > *:nth-child(2) .point__ttl {
    background-image: url(./point02.png);
}
.main #tabbox02 .point > *:nth-child(3) .point__ttl {
    background-image: url(./point03.png);
}
.main #tabbox02 .point > *:nth-child(4) .point__ttl {
    background-image: url(./point04.png);
}
.main #tabbox02 .point__ttl {
    color: #ff8a00;
    background-image: url(./point01.png);
}
.main .sec .point > * {
    padding: 30px;
    margin-bottom: 30px;
}
.main .sec .point__ttl {
    font-size: 36px;
    color: #ff8a00;
    font-weight: bold;
    background: url(./point01.png) no-repeat;
    padding: 20px 0 20px 130px;
    margin-bottom: 30px;
}
.main .sec .point__txt {
	font-size: 120%;
    margin-bottom: 40px;
    text-align: left;
}

@media screen and (max-width: 767px) {
.main .sec .point > * {
 padding: calc( 17/710*100%);
 margin-bottom: calc( 40/710*100%);
}
.main .sec .point > * .point__ttl {
 background-size: calc( 100/672*100%);
}
.main .sec .point__ttl {
 font-size: calc( 40/750*100vw);
    padding: 0;
 padding-left: calc( 130/672*100%);
    line-height: 1.4;
 margin-bottom: calc( 40/672*100%);
}
.main .sec .point .flex {
    display: block;
}
.main .sec .point .flex__txt {
 margin-bottom: calc( 30/672*100%);
    margin-right: 0;
}
.main .sec .point .flex figure {
    text-align: center;
 margin-bottom: calc( 30/672*100%);
}
.main .sec .point .flex figure img {
 width: calc( 446/672*100%);
}
}
.main #tabbox01 .point01__box {
    background: #fbe0da;
}
.main #tabbox01 .point01__box__ttl {
    color: #eb6543;
}
.main #tabbox02 .point01__box {
    background: #fcddae;
}
.main #tabbox02 .point01__box__ttl {
    color: #ff8a00;
}
.main .sec .point01__box {
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main .sec .point01__box__video {
 width: 100%;
}
.main .sec .point01__box__video__iframe {
    position: relative;
    padding: 56.25% 0 0 0;
}
.main .sec .point01__box__video__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main .sec .point01__box__ttl {
    font-size: 2.2rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
.main .sec .point01 .point__txt {
 font-size: calc( 28/750*100vw);
    text-align: left;
}
.main .sec .point01__box {
    display: block;
 padding: calc( 20/672*100%);
 font-size: calc( 28/750*100vw);
}
.main .sec .point01__box__video {
    width: 100%;
 margin-top: calc( 20/672*100%);
}
.main .sec .point01__box__ttl {
 font-size: calc( 28/750*100vw);
}
}
.main #tabbox01 .point02 .point__ttl {
    padding-top: 0;
    padding-bottom: 0;
}
.main #tabbox01 .point02 .point__txt {
    text-align: center;
	font-size: 120%;
}

@media screen and (max-width: 767px) {
.main #tabbox01 .point02 .point__txt {
	font-size: 100%;
    text-align: left;
}
}
.main #tabbox01 .point02_con > * {
    margin-bottom: 60px;
}
.main #tabbox01 .point02_con > *:last-child {
    margin-bottom: 0;
}
.main #tabbox01 .point02_con__ttl {
    text-align: center;
    color: #fff;
    background: #eb6543;
    font-weight: bold;
    font-size: 24px;
	padding: 5px 0;
    margin-bottom: 15px;
}
.main #tabbox01 .point02_con__ttl02 {
    text-align: center;
	margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 4px dotted #eb6543;
}
.main #tabbox01 .point02_con .pink {
    color: #eb6543;
    font-weight: bold;
}
.main #tabbox01 .point02_con__txt {
	font-size: 120%;
    text-align: center;
    margin-bottom: 30px;
}
.main #tabbox01 .point02_con__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px;
}
.main #tabbox01 .point02_con__box__cor {
    color: #E58000;
    font-weight: bold;
}
.main #tabbox01 .point02_con__box > * {
    background: #ebeae9;
    margin: 10px;
    width: calc(50% - 10px);
    padding: 20px;
}
.main #tabbox01 .point02_con__box > * > * {
    margin-bottom: 10px;
}
.main #tabbox01 .point02_con__box__ttl {
    color: #eb6543;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #eb6543;
}
.main #tabbox01 .point02_con__box02 {
    position: relative;
}
.main #tabbox01 .point02_con__box02 > * {
    padding-top: 0;
    padding-bottom: 170px;
}
.main #tabbox01 .point02_con__box02__ttl {
    background: #eca600;
    color: #fff;
    margin: 0 -20px 10px;
    text-align: center;
    font-size: 18px;
}
.main #tabbox01 .point02_con__box03 {
    background: #dd5532;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
 width: calc(830/916*100%);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3rem;
}
.main #tabbox01 .point02_con__box03 span.yellow {
    color: #FFD31D;
}
.main #tabbox01 .point02_con__box03__ttl {
    text-align: center;
    font-size: 1.3rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.main #tabbox01 .point02_con__box03__ttl span {
    font-size: 1.7rem;
    font-weight: bold;
}
.main #tabbox01 .point02_con__box03 > * {
    width: 48%;
}

@media screen and (max-width: 767px) {
.main #tabbox01 .point02_con > * {
 margin-bottom: calc(30/672*100%);
}
.main #tabbox01 .point02_con__ttl {
 font-size: calc(32/750*100vw);
 margin-bottom: calc(10/672*100%);
 padding: calc(10/672*100%);
}
.main #tabbox01 .point02_con__txt {
font-size: 100%;
 margin-bottom: calc(30/672*100%);
 text-align: left;
}
.main #tabbox01 .point02_con__box {
    display: block;
    margin: 0px;
}
.main #tabbox01 .point02_con__box > * {
 margin: 0px 0 calc(30/672*100%);
    width: 100%;
 padding: calc(20/672*100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main #tabbox01 .point02_con__box > * > * {
 margin-bottom: calc(15/632*100%);
}
.main #tabbox01 .point02_con__box__ttl {
 font-size: calc(32/750*100vw);
 padding-bottom: calc(15/632*100%);
}
.main #tabbox01 .point02_con__box02 {
    position: relative;
}
.main #tabbox01 .point02_con__box02 > * {
    padding-top: 0;
    padding-bottom: 20px;
}
.main #tabbox01 .point02_con__box02__ttl {
    background: #eca600;
    color: #fff;
 margin: 0 calc(-20/672*100%) 10px;
    text-align: center;
    font-size: 18px;
}
.main #tabbox01 .point02_con__box03 {
 padding: calc(15/672*100%);
    margin: 0;
    position: static;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
    display: block;
 font-size: calc(26/750*100vw);
}
.main #tabbox01 .point02_con__box03__ttl {
    text-align: center;
 font-size: calc(26/750*100vw);
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.main #tabbox01 .point02_con__box03__ttl span {
 font-size: calc(34/750*100vw);
}
.main #tabbox01 .point02_con__box03 > * {
    width: 100%;
    margin-bottom: 0;
}
}

@media screen and (max-width: 767px) {
.main #tabbox02 .point02 .point__txt {
    text-align: left;
}
}
.main .sec .point02 {
    position: relative;
}
.main .sec .point02__box {
    background: url("./bg_03.gif");
    padding: 30px;
}
.main .sec .point02__box > * {
    margin-bottom: 20px;
}
.main .sec .point02__box__ttl {
    text-align: center;
}
.main .sec .point02 .deco03 {
    position: absolute;
    bottom: 0;
 left: calc(55/896*100%);
 width: calc(212/896*100%);
}
.main .sec .point02 .deco {
    position: absolute;
    right: 0;
    top: 0;
 width: calc(283/960*100%);
}

@media screen and (max-width: 767px) {
.main .sec .point02 {
 font-size: calc( 28/750*100vw);
}
.main .sec .point02 .point__txt {
 font-size: calc( 28/750*100vw);
}
.main .sec .point02__box {
 padding: calc( 20/672*100%);
 font-size: calc( 28/750*100vw);
}
.main .sec .point02__box > * {
 margin-bottom: calc( 20/672*100%);
}
.main .sec .point02__box__ttl {
    text-align: center;
}
.main .sec .point02 .deco03 {
 left: calc(10/672*100%);
 width: calc(200/672*100%);
}
.main .sec .point02 .deco {
 width: calc(250/710*100%);
}
}
.main #tabbox01 .point03__ttl {
    color: #eb6543;
	background-color: #ffffff;
	text-align: center;
	padding-top:3%;
}
.main #tabbox01 .point03__box {
    margin: 33px -7px -7px;
}
.main #tabbox01 .point03__box p.point03__box__contents{
	height: 100%;
}
.main #tabbox01 .point03__box > * {
	border: solid 1px #fbe0da;
    background: #fbe0da;
    padding-left: 20px;
    margin: 7px;
    width: calc(50% - 54px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main #tabbox01 .point03__box .point03__txtbox{
	height: 100%;
	padding: 30px 10px;
	width: calc(270/401*100%);
	background-color: #fff;
	box-sizing: border-box;
}
.main #tabbox01 .point03__box__ttl {
 	width: calc(190/401*100%);
	margin: 30px calc(5/401*100%) 30px 0;
    font-weight: bold;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
.main #tabbox01 .point03__box {
    margin: 0;
    display: block;
}
.main #tabbox01 .point03__box > * {
    width: 100%;
    margin: 0;
}
.main #tabbox01 .point03__box p.point03__box__ttl {
 width: calc(230/632*100%);
 font-size: calc(26/750*100vw);
}
.main #tabbox01 .point03__box .flex p {
 font-size: calc(28/750*100vw);
}
.main #tabbox01 .point03__box .flex p.boint03__box_ttl {
 text-align: center;
}
.main #tabbox01 .point03__box.flex-2 > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 margin-bottom: calc(10/672*100%);
}
}
.main #tabbox02 .point03__ttl {
    color: #ff8a00;
	padding-bottom: 5px;
	border-bottom: 1px solid #ff8a00;
}
.main .sec .point03__ttl {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
.main .sec .point03 .flex-2 {
    display: block;
    margin: 0;
}
.main .sec .point03 .flex-2 > * {
    width: 100%;
    padding: 0;
}
.main .sec .point03 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
 margin-bottom: calc( 40/672*100%);
}
.main .sec .point03 .flex__fig {
 width: calc( 160/672*100%);
}
.main .sec .point03 .flex__txt {
 margin-right: calc( 20/672*100%);
    margin-bottom: 0;
}
.main .sec .point03 .flex p {
 font-size: calc( 28/750*100vw);
}
.main .sec .point03__ttl {
 font-size: calc( 28/750*100vw);
 margin-bottom: calc( 10/532*100%);
    line-height: 1;
}
.main .sec .point03 .point__txt {
 font-size: calc( 28/750*100vw);
 margin-bottom: calc( 40/672*100%);
 text-align: left;
}
}
.main #tabbox01 .point04__ttl {
	text-align: center;
    color: #eb6543;
    border-color: #666666;
}
.main .sec .point04 .point__ttl {
    position: relative;
}
.main .sec .point04 .deco {
    position: absolute;
    bottom: -15px;
    right: -2.2%;
}
.main .sec .point04__ttl {
    color: #ff8a00;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #ff8a00;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.main .sec .point04 .flex {
	border: solid 1px #929293;
	border-radius: 5px;
    width: calc(50% - 52px);
    padding: 16px;
    margin: 6px;
	margin-top:10px;
}
.main .sec .point04 .flex__fig {
 width: calc(230/406*100%);
}
.main .sec .point04 .flex-2 {
    margin: -25px -10px;
}

@media screen and (max-width: 767px) {
.main .sec .point04 .deco {
    bottom: auto;
    top: -14%;
    right: -2.5%;
 width: calc( 190/672*100%);
}
.main .sec .point04 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 padding: calc( 16/672*100%) calc( 10/672*100%);
 margin: 0 0 calc(30/672*100%);
}
.main .sec .point04 .flex__fig {
 width: calc( 230/652*100%);
 margin-left: calc( 20/652*100%);
}
.main .sec .point04 .flex__txt {
    margin-right: 0;
    margin-bottom: 0;
}
.main .sec .point04 .flex__txt p {
 font-size: calc( 24/750*100vw);
}
.main .sec .point04 .flex-2 {
    display: block;
    margin: 0;
}
.main .sec .point04 .flex-2 > * {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main .sec .point04__ttl {
 font-size: calc( 28/750*100vw);
 margin-bottom: calc( 10/402*100%);
 padding-bottom: calc( 10/402*100%);
    line-height: 1;
}
}
.main .sec .voice > * {
    background: #ebeae9;
}
.main .sec .voice.flex-2 {
    margin: -10px;
}
.main .sec .voice.flex-2 > * {
    margin: 10px;
    padding: 20px;
    width: calc(50% - 60px);
}
.main .sec .voice__hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main .sec .voice__hd .voice__ttl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.main .sec .voice__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #ff8a00;
    line-height: 1;
    padding: 15px 0;
    margin-bottom: 15px;
    margin-left: 15px;
    position: relative;
}
.main .sec .voice__ttl span {
    color: #ff8a00;
}
.main .sec .voice__lead {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
.main .sec .voice.flex-2 {
 margin: calc( -10/710*100%) 0;
}
.main .sec .voice.flex-2 > * {
    width: 100%;
 margin: calc( 10/710*100%) 0;
 padding: calc( 10/710*100%) calc( 16/710*100%);
}
.main .sec .voice .flex__fig {
 width: calc( 160/678*100%);
}
.main .sec .voice .flex__txt {
 font-size: calc( 28/750*100vw);
}
.main .sec .voice__hd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main .sec .voice__hd__fig {
 width: calc( 55/670*100%);
}
.main .sec .voice__ttl {
 font-size: calc( 28/750*100vw);
 padding: calc( 15/678*100%) calc( 15/678*100%);
 margin-bottom: calc( 20/678*100%);
 margin-left: calc( 5/678*100%);
}
.main .sec .voice__lead {
 font-size: calc( 28/750*100vw);
    line-height: 1;
}
}
.main #tabbox01 .apply__lead {
    background: #eb6543;
    width: 100%;
    margin: 10px 0 10px;
}
.main #tabbox01 .apply li:last-child {
    background: #eb6543;
    padding-top: 30px;
    padding-bottom: 30px;
}
.main #tabbox01 .apply li:nth-child(3).flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main #tabbox01 .apply li:nth-child(3).flex .apply__txt {
    text-align: left;
}
.main #tabbox01 .apply li:nth-child(4).flex .apply__txt {
    text-align: left;
    margin-bottom: 10px;
}
.main #tabbox01 .apply li:nth-child(4).flex .apply__txt em {
    font-weight: bold;
}
.main #tabbox01 .apply li:nth-child(5).flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main #tabbox01 .apply li:nth-child(5).flex .apply__txt {
    text-align: left;
    margin-bottom: 10px;
}
.main #tabbox01 .apply li:nth-child(5).flex .apply__txt em {
    font-weight: bold;
}
.main #tabbox01 .apply li.flex .apply__txt {
    text-align: center;
}
.main #tabbox01 .apply__fig {
 width: calc(300/858*100%);
}

@media screen and (max-width: 767px) {
.main #tabbox01 .apply li:last-child {
 padding-top: calc(30/568*100%);
 padding-bottom: calc(30/568*100%);
 padding-left: calc(168/568*100%);
}
.main #tabbox01 .apply li:last-child .apply__ttl {
    margin-bottom: 0;
}
.main #tabbox01 .apply li.flex .flex__txt {
    margin-right: 0;
}
.main #tabbox01 .apply__fig {
 width: calc(363/568*100%);
 margin: calc(20/568*100%) auto 0;
}
}
.main .sec .apply {
    color: #3e3a39;
}
.main .sec .apply__link {
    margin-bottom: 10px;
}
.main .sec .apply__link a {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    color: #3e3a39;
}
.main .sec .apply__link i {
    margin-right: 10px;
}
.main .sec .apply__txt {
    text-align: center;
 width: calc(756/860*100%);
    font-size: 1.8rem;
}
.main .sec .apply__ttl {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.main .sec .apply__lead {
    color: #fff;
    background: #ff8a00;
 width: calc(756/860*100%);
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 10px;
}
.main .sec .apply li {
    border: 1px solid #929293;
    border-radius: 5px;
    padding: 20px;
    padding-left: 80px;
    margin-bottom: 44px;
    position: relative;
    background-position: left 10px top 20px;
    background-repeat: no-repeat;
}
.main .sec .apply li:first-child {
    background-image: url(../18th_files/num01.png);
}
.main .sec .apply li:first-child .apply__ttl {
    margin-bottom: 10px;
}
.main .sec .apply li:nth-child(2) {
    background-image: url(../18th_files/num02.png);
}
.main .sec .apply li:nth-child(2) .deco04 {
    position: absolute;
    bottom: 0;
    right: 40px;
}
.main .sec .apply li:nth-child(2) .apply__ttl {
    margin-bottom: 0;
}
.main .sec .apply li:nth-child(3) {
    background-image: url(../18th_files/num03.png);
}
.main .sec .apply li:nth-child(4) {
    background-image: url(../18th_files/num04.png);
}
.main .sec .apply li:nth-child(5) {
    background-image: url(../18th_files/num05.png);
}
.main .sec .apply li:nth-child(4) .apply__ttl {
    margin-bottom: 0;
}
.main .sec .apply li:last-child {
    background: #ff8a00;
    border: 0;
    color: #fff;
    position: relative;
    padding: 15px;
    padding-left: 230px;
}
.main .sec .apply li:last-child .apply__ttl {
    margin-bottom: 0;
}
.main .sec .apply li:last-child .apply__txt {
    text-align: left;
}
.main .sec .apply li:last-child .deco05 {
    position: absolute;
    top: 50%;
    left: 47px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main .sec .apply li:last-child .deco06 {
    position: absolute;
    bottom: 0;
    right: 47px;
}
.main .sec .apply li:last-child:after {
    display: none;
}
.main .sec .apply li.flex .apply__ttl {
    margin-bottom: 0;
    margin-right: 40px;
}
.main .sec .apply li.flex .apply__txt {
    width: auto;
    text-align: left;
}
.main .sec .apply li:after {
    content: "";
    width: 0;
    display: block;
    margin: 0 auto;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #595757;
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
.main .sec .apply {
 font-size: calc(28/750*100vw);
}
.main .sec .apply__link {
    margin-bottom: 10px;
}
.main .sec .apply__link a {
 font-size: calc(28/750*100vw);
}
.main .sec .apply__link i {
    margin-right: 10px;
}
.main .sec .apply__txt {
 width: calc(756/860*100%);
 font-size: calc(28/750*100vw);
}
.main .sec .apply__ttl {
 font-size: calc(36/750*100vw);
 margin-bottom: calc(10/568*100%);
    line-height: 2;
}
.main .sec .apply__lead {
    width: 100%;
 font-size: calc(26/750*100vw);
 padding: calc(10/568*100%) 0;
    margin: 20px 0 10px;
}
.main .sec .apply li {
 padding: calc(20/710*100%);
 padding-left: calc(120/710*100%);
 margin-bottom: calc(44/710*100%);
 background-size: calc(80/710*100%);
 background-position: left calc(20/710*100%) top 10px;
}
.main .sec .apply li:nth-child(2) .deco04 {
 right: calc(10/710*100%);
 width: calc(130/710*100%);
}
.main .sec .apply li:nth-child(5) .apply__ttl {
    margin-bottom: 0;
}
.main .sec .apply li:last-child {
 padding: calc(20/710*100%);
 padding-left: calc(168/710*100%);
}
.main .sec .apply li:last-child .apply__ttl {
 margin-bottom: calc(10/568*100%);
    line-height: 1;
}
.main .sec .apply li:last-child .apply__txt {
 font-size: calc(24/750*100vw);
    line-height: 1.2;
}
.main .sec .apply li:last-child .deco05 {
 left: calc(20/710*100%);
 width: calc(144/710*100%);
}
.main .sec .apply li:last-child .deco06 {
 width: calc(176/710*100%);
    bottom: 0;
 right: calc(0/710*100%);
}
.main .sec .apply li:last-child:after {
    display: none;
}
.main .sec .apply li.flex {
    display: block;
}
.main .sec .apply li.flex .flex__fig {
 width: calc(350/568*100%);
}
.main .sec .apply li.flex .apply__ttl {
 margin-bottom: calc(10/568*100%);
    margin-right: 0;
}
.main .sec .apply li:after {
    border-left: .8em solid transparent;
    border-right: .8em solid transparent;
    border-top: .8em solid #595757;
    bottom: -15px;
}
}
.main .sec .link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main .sec .link-list > * {
    padding: 9.5px;
}

@media screen and (max-width: 767px) {
.main .sec .link-list > * {
 width: calc(340/750*100%);
 padding: calc(15/750*100%);
}
}
.main .sec .link-list-txt {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 1.6rem;
}
/*---------- tab02 ----------*/
.main .sec .privilege {
    border: 4px solid #d4001d;
}
.main .sec .privilege__ttl {
    background: url(../img/bg_01.gif);
    color: #fff;
    text-align: center;
    font-size: 4.2rem;
    font-weight: bold;
}
.main .sec .privilege__ttl .deco02 {
    font-size: 3.2rem;
    color: #fab300;
}
.main .sec .privilege__con {
    padding: 30px;
}
.main .sec .privilege__list {
    counter-reset: my-counter;
    position: relative;
}
.main .sec .privilege__list li {
    border-bottom: 1px solid #d4001d;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-left: 120px;
    position: relative;
}
.main .sec .privilege__list li:last-child {
    border-bottom: none;
}
.main .sec .privilege__list li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    display: block;
    background: url(../img/bg_02.png) no-repeat center top/contain;
    width: 97px;
    height: 104px;
    text-align: center;
    line-height: 104px;
    font-size: 4rem;
    color: #fff;
    float: left;
    position: absolute;
    left: 0px;
}
.main .sec .privilege__list__ttl {
    color: #d4001d;
    font-size: 2.8rem;
    font-weight: bold;
}
.main .sec .privilege__list__txt {
    font-size: 2rem;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
.main .sec .privilege__ttl {
 font-size: calc( 42/750*100vw);
}
.main .sec .privilege__ttl .deco02 {
 font-size: calc( 34/750*100vw);
}
.main .sec .privilege__con {
 padding: calc( 30/702*100%);
}
.main .sec .privilege__list li {
 padding-left: calc( 110/642*100%);
 padding-bottom: calc( 30/642*100%);
 margin-bottom: calc( 30/642*100%);
}
.main .sec .privilege__list li:before {
 font-size: calc( 40/750*100vw);
 width: calc( 90/702*100%);
    height: 100%;
    padding-top: 4.3%;
    line-height: 1;
}
.main .sec .privilege__list__ttl {
 font-size: calc( 32/750*100vw);
}
.main .sec .privilege__list__txt {
 font-size: calc( 28/750*100vw);
}
}
.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(37, 139, 211, 0.9);
    padding: 30px 0;
}
.fixed .btn-02 {
    max-width: 960px;
    margin: 0 auto;
 width: calc( 650/750*100%);
}
.fixed .btn-02 li {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
.fixed {
 padding: calc(30/750*100vw) 0;
}
.fixed .btn-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fixed .btn-02 li {
 width: calc(300/750*100vw);
    margin: 0 auto;
}
.fixed .btn-02 li a {
 padding: calc(30/750*100vw) calc(70/750*100vw) calc(30/750*100vw) calc(20/750*100vw);
 font-size: calc(24/750*100vw);
 background-size: calc( 140/750*100%) auto;
    background-position: right 5px center;
}
}
