@charset "UTF-8";

/* ------------------------------
    mv
------------------------------ */
#mv {
    width: 100%;
    position: relative;
    /*background: linear-gradient(90deg, #ffffff 33.33%, #399bbc 33.33%, #399bbc 50%, #ffffff 50%, #ffffff 83.33%, #399bbc 83.33%, #399bbc 100%);
    background-size: 6px 6px;*/
    background: #fff;
}
/*
#mv::before{
	content: "";
	width: 100%;
	height: 15%;
	background-color: #A2D2DE;
	position: absolute;
	left: 0;
	bottom: 0;
    z-index: -1;
}
*/
#mv .area {
	width: 100%;
    height: 0;
    padding-top: 600px;
    background-image: url(../img/main.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    /*background-attachment: fixed;*/
    background-size: auto;
    overflow: hidden;
    position: relative;
}

#mv .content {
	display: flex;
	flex-direction: column;
	z-index: 4;
	position: absolute;
	top: 100px;
	right: 48%;
    width: 600px;
	height: 100%;
}

#mv .content .lead {
	line-height: 1.25;
	font-feature-settings: "halt";
}

#mv .content .main {
	display: inline-block;
    margin-bottom: 20px;
	font-size: 4.2rem;
	color: #fb7d1c;
	position: relative;
    font-weight: bold;
    font-family: 'Kosugi Maru', sans-serif;
    line-height: 1.4;
    text-shadow: 
        #ffffff 1px 1px 5px, #ffffff -1px -1px 5px,
        #ffffff -1px 1px 5px, #ffffff 1px -1px 5px,
        #ffffff 0px 1px 5px, #ffffff 0-1px 5px,
        #ffffff -1px 0 5px, #ffffff 1px 0 5px;
}

#mv .content .sub {
}

#mv .content [data-text] {
	display: inline-block;
	position: relative;
	overflow: hidden;
	/*line-height: 1;*/
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: 0 50%;
}

#mv .content [data-text]::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	 /*background: #f2b941;*/
    background: #fff;
	transform-origin: 100% 50%;
}

body.loaded #mv .content [data-text] {
	-webkit-transform: none;
	transform: none;
}

body.loaded #mv .content [data-text]::after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

body.loaded #mv .content [data-text],
body.loaded #mv .content [data-text]::after {
	transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.loaded #mv .content [data-text]::after {
	transition-duration: .4s;
}

body.loaded #mv .content [data-text="肥満・健康対策を"] {
	transition-delay: .5s;
}

body.loaded #mv .content [data-text="多種多方面からご提案する"] {
	transition-delay: .7s;
}

body.loaded #mv .content .sub [data-text] {
	transition-delay: 2.0s;
    font-size: 1.7rem;
    font-weight: bold;
    font-family: 'Kosugi Maru', sans-serif;
}
body.loaded #mv .content .sub [data-text="West Japan Obesity Measures Consortium"] {
	font-size: 1.0rem;
    font-family: initial;
    font-weight: normal;
}

@media screen and (min-width:769px) {
	body.loaded #mv .content [data-text="肥満・健康対策を"]::after {
		transition-delay: 1.1s;
	}
	body.loaded #mv .content [data-text="多種多方面からご提案する"]::after {
		transition-delay: 1.3s;
	}
	body.loaded #mv .content .sub [data-text]::after {
		transition-delay: 2.6s;
	}
}

@media screen and (max-width:768px) {
	body.loaded #mv .content [data-text="肥満・健康対策を"]::after,
	body.loaded #mv .content [data-text="多種多方面からご提案する"]::after {
		transition-delay: .5s;
	}
	body.loaded #mv .content .sub [data-text]::after {
		transition-delay: .8s;
	}
	
	#mv {
		background-size: 55%;
        background-position: bottom 20px center;
        padding-top: 100%;
        background-attachment: inherit;
	}

	#mv .content {
		display: block;
		top: 30%;
		right: auto;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
		max-width: inherit;
		height: auto;
	}
	#mv .content .lead{
		text-align: center;
	}
	#mv .content .main {
		display: inline-block;
		margin-bottom: .1em;
		font-size: 5.3vw;
		text-align: center;
		padding-top: 7vw;
	}

	#mv .content .sub {
		font-size: 3.0vw;
	}
}

@media screen and (max-width: 575px) {
    #mv .content .main {
        margin-bottom: 10px;
    }
	#mv .content .sub {
		font-size: 1.2rem;
	}
}


/*/// pagcover ///*/
#mv.pagcover {
}
#mv.pagcover .area {
    background-image: url(../img/pagcover.png);
    background-repeat: no-repeat;
    background-position: top -120px center;
    padding-top: 200px;
}
#mv.pagcover .content {
    top: 38%;
    right: 44.0%;
    width: 660px;
    height: auto;
}
#mv.pagcover .content .main {
    font-size: 3.5rem;
    margin: 0;
    /*color: #f1a115;*/
    color: #fb7d1c;
}
body.loaded #mv.pagcover .content [data-text] {
	transition-delay: .5s;
}

@media screen and (min-width:769px) {
	body.loaded #mv.pagcover .content [data-text]::after {
		transition-delay: 1s;
	}
}

@media screen and (max-width: 768px) {
    #mv.pagcover {
    }
    #mv.pagcover .area {
    }
    #mv.pagcover .content {
        right: auto;
    }
	#mv.pagcover .content .main {
        padding: inherit;
        font-size: 2.8rem;
	}
}

@media screen and (max-width: 575px) {
    #mv.pagcover .area {
        padding-top: 120px;
    }
    #mv.pagcover .content .main {
        font-size: 2.3rem;
    }
}


/* ----- news ------ */
#mv .news-pr {
    position: absolute;
    z-index: 9;
    top: 60px;
    left: 66%;
}
#mv .news-pr a {
    display: block;
    padding: 15px;
    padding-top: 20px;
    background-color: #fff;
    border: 2px solid #ffb57c;
    border-radius: 30px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
#mv .news-pr a:hover {
    background-color: #fffdca;
    border: 2px solid #ff68bc;
}
#mv .news-pr-tai {
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
}
#mv .news-pr-pho {
    text-align: center;
    padding: 15px 0;
}
#mv .news-pr-pho img {
    max-width: 300px;
}
#mv .news-pr-txt {
}
#mv .news-pr-txt b {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 5px;
}
#mv .news-pr-txt p {
    font-size: 1.45rem;
}




/* ------------------------------
    animbg
------------------------------ */
.anibg {
    animation:slide 5s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #A2D2DE 50%, #C2E9EF 50%);
    bottom:0;
    left:-50%;
    opacity:.5;
    position:absolute;
    right:-50%;
    top:0;
    z-index:-3;
}

.anibg2 {
    animation-direction:alternate-reverse;
    animation-duration:8s;
}

.anibg3 {
    animation-duration:13s;
}

@keyframes slide {
  0% {
      transform:translateX(-25%);
  }
  100% {
      transform:translateX(25%);
  }
}


/* ------------------------------
    particles
------------------------------ */
#particles-js { 
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    /*z-index: -2;*/
}


/* ------------------------------
    a-body
------------------------------ */

.jyunbi-are {
    text-align: center;
    padding-top: 65px;
}
.jyunbi-are p {
    font-size: 1.7rem;
}

.a-body {
    max-width: 1200px;
    margin: 40px auto 0;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    justify-content: space-between;
}

.a-body .sbody {
    flex: 1;
    /*margin-right: 40px;*/
    /*transition-delay: .4s;*/
}
.a-body .side {
    width: 31%;
    max-width: 250px;
    flex-shrink: 0;
    /*transition-delay: .8s;*/
}

.home-cte {
}
.home-cte ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.home-cte ul li {
    width: calc(100% / 2 - 30px);
    border: 1px solid #ccc;
    margin: 0 15px;
    margin-bottom: 30px;
    padding: 25px 15px;
    transition: all 0.2s ease-out;
}
.home-cte ul li h2 {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.home-cte ul li h2::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 28px;
    background-image: url(../img/logo_s.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
}
.home-cte ul li h2 > span {
    padding-left: 27px;
    padding-top: 2px;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: 600;
    font-size: 2.45rem;
    line-height: 1.2;
}

.home-cte ul li h2 .more {
    display: flex;
}
.home-cte ul li h2 .more span {
    font-size: 1.2rem;
    transition: all 0.2s ease-out;
}
.home-cte ul li h2 .more i {
    width: 15px;
    margin-left: -3px;
    color: #aaa;
    transition: all 0.2s ease-out;
}

.home-cte ul li .txt {
    line-height: 1.5;
    margin-top: 30px;
    padding: 0 5px;
}

.home-cte ul li.one {
    width: 100%;
    height: 200px;
    background-image: url(../img/home-cte_img.png);
    background-repeat: no-repeat;
    background-position: top 15px right 100px;
    background-size: 90px;
}
.home-cte ul li.one .txt {
    max-width: 600px;
}

.home-cte ul li.two {
}
.home-cte ul li.thr {
}

.home-cte ul li:hover {
    border: 1px solid #f2b941;
    background-color: #fffef0;
}
.home-cte ul li:hover h2 .more,
.home-cte ul li:hover h2 .more i {
    color: #e7652a;
}

.home-tai {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
.home-tai h2 {
    display: flex;
    position: relative;
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 13px;
}
.home-tai h2::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 28px;
    background-image: url(../img/logo_s.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
}
.home-tai h2 span {
    padding-left: 27px;
    padding-top: 2px;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: 600;
    font-size: 2.45rem;
    line-height: 1.2;
}
.home-tai .plink {
    align-self: center;
    padding-bottom: 5px;
}
.home-tai .plink a {
    font-size: 1.3rem;
    font-weight: normal;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    line-height: 1;
    height: 28px;
    transition: all 0.2s ease-out;
}
.home-tai .plink a:hover {
    color: #fff;
    background: #f77844;
    border: 1px solid transparent;
}

.notice-list {
}
.notice-list ul {
}
.notice-list ul li {
    padding: 15px 5px;
    padding-bottom: 20px;
    position: relative;
    background: url(../img/line_dot.png) repeat-x bottom;
}
.notice-list ul li:last-of-type {
    background: none;
}

.notice-list ul li a {
}
.notice-list ul li .day {
    font-size: 1.35rem;
    color: #777;
    margin-bottom: 2px;
}
.notice-list ul li .btxt {
    font-weight: 500;
    margin-bottom: 3px;
}
.notice-list ul li .btxt i {
    color: #0171bc;
    font-weight: normal;
}

.notice-list ul li .txt {
    font-weight: 300;
}
.notice-list ul li a .txt {
    font-weight: normal;
    transition: all 0.2s ease-out;
    color: #0062a4;
    line-height: 1.4;
}
.notice-list ul li a:hover .txt {
    color: #e7652a;
}

.notice-list ul li .flx {
    display: flex;
}
.notice-list ul li .flx .lef {
    max-width: 100px;
    margin-right: 20px;
}
.notice-list ul li .flx .lef img {
    border: 1px solid #ccc;
}

.notice-list ul li .link {
    font-weight: 300;
}
.notice-list ul li .link a {
    padding: 0 0 0 22px;
    background: transparent url(../img/icon_pdf.gif) no-repeat no-repeat 0 center;
    background-size: 18px;
    display: inline-block;
    color: #0062a4;
    font-weight: normal;
}
.notice-list ul li .link a::after {
    background-color: #0062a4;
}
.notice-list ul li .link.imgno a {
    padding: 0;
    background: none;
    background-size: 18px;
    display: inline-block;
    color: #0062a4;
    font-weight: normal;
}

.notice-list ul li .btxt a {
    display: inline;
    line-height: 1.3;
    transition: 0.2s ease-out;
    padding-bottom: 2px;
}
.notice-list ul li .btxt a:hover {
    color: #0062a4;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #379adc inset;
}

.b-body .notice-list ul li a .txt {
    font-weight: normal;
    transition: all 0.2s ease-out;
    color: #0062a4;
    line-height: inherit;
    display: inline-block;
}
.b-body .notice-list ul li a:hover .txt {
    color: #e7652a;
}

.b-body .notice-list ul li .day {
    font-size: 1.45rem;
    color: #777;
    margin-bottom: 5px;
}

.b-body .notice-list ul li .flx {
}


@media screen and (max-width: 768px) {
    .a-body {
        margin: 35px auto 0;
    }
    .a-body .sbody {
        margin-right: 40px;
    }
    .notice-list.mb60 {
        margin-bottom: 40px;
    }
    .notice-list ul li a .txt {
        line-height: 1.5;
    }
    .notice-list ul li .btxt {
        line-height: 1.4;
    }
    .notice-list ul li .txt {
        line-height: 1.4;
    }
}

@media screen and (max-width: 575px) {
    .a-body {
        margin: 30px auto 0;
        padding-left: 20px;
        padding-right: 20px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .a-body .sbody {
        margin-right: 0;
    }
    .home-tai h3 {
        font-size: 1.9rem;
    }
    .notice-list ul li {
        padding: 15px 0;
    }
    .notice-list.mb60 {
        margin-bottom: 35px;
    }
}


/*///  side  ///*/
.a-body .side ul {
}
.a-body .side ul li {
    display: block;
    margin-bottom: 18px;
}
.a-body .side ul li a {
    height: auto;
    display: block;
    border: 1px solid #bbb;
}

.a-body .side ul li.dai {
}
.a-body .side ul li.dai a {
    height: auto;
    border: 2px solid #6390cd;
}


@media screen and (max-width: 768px) {
}

@media screen and (max-width: 575px) {
    .a-body .side {
        width: 100%;
        max-width: initial;
        margin-top: 30px;
    }
    .a-body .side ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -10px;
    }
    .a-body .side ul li {
        width: 50%;
        padding: 0 10px;
        align-items: flex-start;
    }
}


/* ------------------------------
    b-body
------------------------------ */
.b-body {
    max-width: 1070px;
    margin: 70px auto 0;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 400px;
}

.b-body .pg-title {
    font-size: 3.0rem;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 30px;
}

/*/// greeting-are ///*/
.greeting-are {
    display: flex;
}
.greeting-are .txt {
    margin-right: 70px;
}
.greeting-are .txt .tai {
    font-size: 3.0rem;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 50px;
}

.greeting-are .txt .name {
    margin-top: 40px;
    margin-right: 10px;
    text-align: right;
}
.greeting-are .txt .name small {
    font-size: 1.45rem;
    margin-right: 15px;
}
.greeting-are .txt .name b {
    font-size: 2.3rem;
    font-family: serif;
    font-weight: 600;
}
.greeting-are .txt p {
    line-height: 2.2;
    letter-spacing: 0.03em;
    text-indent: 1em;
    margin-top: 20px;
}
.greeting-are .pho {
    flex-shrink: 0;
    width: 160px;
}
.greeting-are .pho img {
}

/*/// about-are ///*/
.about-are {
    display: flex;
}
.about-are .txt {
    margin-right: 70px;
}
.about-are .txt p {
    line-height: 2.2;
    letter-spacing: 0.03em;
    margin-top: 20px;
}
.about-are .pho {
    flex-shrink: 0;
    width: 160px;
}
.about-are .pho img {
}

/*/// sponsor-are ///*/
.sponsor-are {
    display: flex;
}
.sponsor-are .txt {
    margin-right: 70px;
}
.sponsor-are .txt p {
    line-height: 2.2;
    letter-spacing: 0.03em;
    margin-top: 20px;
}
.sponsor-are .pho {
    flex-shrink: 0;
    width: 160px;
}
.sponsor-are .pho img {
}

.sponsor-list table td {
    line-height: 1.8;
}




@media screen and (max-width: 768px) {
}

@media screen and (max-width: 575px) {
}


/* ------------------------------
    contact_tox
------------------------------ */
.contact_tox {
    margin: 50px auto 0;
    /*transition-delay: .8s;*/
}
.contact_tox .btn_area{
	text-align: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
    .contact_tox {
        margin: 40px auto 0;
    }
}

@media screen and (max-width: 575px) {
    .contact_tox {
        margin: 30px auto 0;
    }
}


/* ------------------------------
    contact_form
------------------------------ */
.contact_form {
    margin-top: 30px;
}
.contact_form dl {
    display: flex;
    padding-bottom: 30px;
}
.contact_form dl dt {
    font-weight: 500;
    line-height: 1;
    flex-shrink: 0;
    width: 220px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffedd3;
    margin-right: 30px;
    padding: 13px 15px;
    font-size: 1.5rem;
}
.contact_form dl dt span.must {
    color: #DE0509;
    font-size: 1.2rem;
    font-weight: 600;
    vertical-align: top;
    margin-left: 5px;
}
.contact_form dl dd {
    width: 100%;
    align-self: center;
}
.contact_form dl dd input {
    width: 100%;
    padding: 6px 10px;
    font-size: 1.6rem;
    line-height: 1.625;
}
.contact_form dl dd textarea {
    width: 100%;
    padding: 6px 10px;
    min-height: 180px;
    resize: vertical;
    font-size: 1.6rem;
    line-height: 1.625;
}

.contact_form.two {
}
.contact_form.two dl {
    border-top: 1px solid #ccc;
    padding-bottom: 0;
}
.contact_form.two dl:last-of-type {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.contact_form.two dl dt {
    padding: 25px 15px;
}
.contact_form.two dl dd {
    padding: 10px 0;
}

.contact_form input,
.contact_form textarea {
    display: block;
	outline: none;
    background: none;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.contact_form input:focus,
.contact_form textarea:focus {
	background: #ffffff;
    border: 1px solid #a2d2de;
    box-shadow: 0 0 4px 1px rgb(162 210 222 / 70%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.contact_form .error_mk input,
.contact_form .error_mk textarea {
    border: 1px solid #DE0509;
}
.contact_form .error_mk input:focus,
.contact_form .error_mk textarea:focus {
	background: #ffffff;
    border: 1px solid #DE0509;
    box-shadow: none;
}
.contact_form .agreement.error_mk .radio_input + span::before {
    border: 1px solid #DE0509;
}
.contact_form .error_mk input.radio_input {
    border: 0;
}

/* placeholder-shown */
.contact_form input:placeholder-shown,
.contact_form textarea:placeholder-shown {
	color: #999999;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
.contact_form input::-webkit-input-placeholder,
.contact_form textarea::-webkit-input-placeholder {
	color: #999999;
}
/* Firefox 18- */
.contact_form input:-moz-placeholder,
.contact_form textarea:-moz-placeholder {
	color: #999999;
	opacity: 1;
}
/* Firefox 19+ */
.contact_form input::-moz-placeholder,
.contact_form textarea::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
/* IE 10+ */
.contact_form input:-ms-input-placeholder,
.contact_form textarea:-ms-input-placeholder {
	color: #999999;
}

/* agreement */
.contact_form .agreement {
    margin-bottom: 40px;
}
.contact_form .agreement label {
	display: inline-block;
}
.contact_form .agreement .radio_input + span {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.contact_form .agreement .radio_input + span::before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #EFF1F5;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.contact_form .agreement .radio_input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    border-left: 2px solid #222;
    border-bottom: 2px solid #222;
    width: 11px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* form_btn */
.form_btn {
	width: 260px;
	padding: 0;
}
.form_btn{
	position: relative;
	overflow: inherit;
}
.form_btn + .form_btn{
	margin-left: 30px;
}
.form_btn span:not(.arw){
	display: block;
	position: relative;
	font-weight: 600;
	text-align: center;
	line-height: 1.25;
	transition:all .4s ease;
	overflow: hidden;
	z-index: 1;
	padding: 19px 0;
	font-size: 1.6rem;
	width: 100%;
	background: #1fa764;
	color: #fff;
    border-radius: 50px;
}
.form_btn.back span:not(.arw){
	background: #d9d9d9;
	color: #222;
}

.form_btn span:not(.arw)::before{
	content: "";
	width:100%;
    height:100%;
    left:-100%;
	top: 0;
    position:absolute;
    transition:all .4s ease;
    z-index:-1;
	background: #f77844;
}
.form_btn.back span:not(.arw)::before{
	background: #333;
}
.form_btn.back .arw.s,
.btn.back .arw.s{
	right: auto;
	left: -20px;
}
.form_btn.back .arw.s:before {
	right: auto;
}
.form_btn.back .arw.s:after {
	-webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
	left: 2px;
}

.contact_tox .thanks {
    text-align: center;
    margin-top: 50px;
}
.contact_tox .thanks .area {
    display: inline-block;
}
.contact_tox .thanks .area > ul {
}
.contact_tox .thanks .area > ul li {
    margin-bottom: 10px;
    text-align: left;
}
.contact_tox .thanks .area > ul li i {
    font-size: 1.4rem;
    margin-right: 2px;
    color: #f2b941;
}

.contact_tox .thanks .area .waku {
    border: 1px solid #eaa46e;
    margin-top: 30px;
    padding: 10px 20px;
}
.contact_tox .thanks .area .waku p {
}
.contact_tox .thanks .area .waku ul {
}
.contact_tox .thanks .area .waku ul li {
    margin-top: 5px;
}
.contact_tox .thanks .area .waku ul li a {
    color: #0062a4;
}
.contact_tox .thanks .area .waku ul li a::after {
    background-color:  #0062a4;
}


@media screen and (min-width: 769px) {
	.form_btn:hover{
		cursor: pointer;
	}
	.form_btn:hover span:not(.arw){
		color: #fff;
	}
	.form_btn.back:hover span:not(.arw){
		color: #fff;
	}
	.form_btn:hover span:not(.arw)::before{
		left: 0;
	}
}

@media screen and (max-width : 768px){
	.contact_form dl dd.radio_box .radio_input + span::before,
	.contact_form .agreement .radio_input + span::before{
		top: -2px;
		width: 18px;
		height: 18px;
	}
    
	.contact_form dl dd.radio_box .radio_input:checked + span::after,
	.contact_form .agreement .radio_input:checked + span::after{
		top: 4px;
		left: 4px;
	}
    
	.form_btn {
		width: 45%;
	}

	.form_btn + .form_btn {
		margin-left: 5%;
	}

	.form_btn span:not(.arw) {
		font-size: 1.4rem;
		padding: 15px 0;
	}
	
	.form_btn.back .arw.s {
		left: -14px!important;
		right: auto!important;
	}
    
    .contact_form dl {
        padding-bottom: 25px;
    }
    .contact_form dl dt {
        width: 180px;
        margin-right: 20px;
    }
	.contact_form.two dl {
        padding-bottom: 25px;
    }
    .btn_area.mt30 {
        margin-top: 20px;
    }
    .contact_tox .thanks {
        margin-top: 40px;
    }
    .contact_tox .thanks .area > ul li {
        text-align: left;
        text-indent: -1.2em;
        padding-left: 1.2em;
    }     
}

@media screen and (max-width: 575px) {
    .contact_form {
        margin-top: 20px;
    }
    .contact_form dl {
        display: block;
        padding-bottom: 10px;
    }
    .contact_form dl dt {
        width: 100%;
        margin-right: 0;
        padding: 10px 10px;
    }
    .contact_form dl dd {
        padding: 10px 0 20px;
    }
	.form_btn span:not(.arw) {
		font-size: 1.3rem;
	}
    .contact_form .agreement {
        margin-bottom: 30px;
    }
    .contact_form .agreement .radio_input + span {
        padding-left: 25px;
    }
    .contact_form.two {
        margin-top: 30px;
    }
    .contact_form.two dl {
        padding-bottom: 15px;
    }
    
	.form_btn {
		width: 100%;
        max-width: 200px;
	}
	.dwu .form_btn {
		width: calc(100% / 2 - 10px);
	}
    .contact_form dl:last-of-type dd {
        padding: 10px 0 0;
    }
    .contact_tox .thanks {
        margin-top: 30px;
    }
    .contact_form input:placeholder-shown {
        font-size: 1.45rem;
    }
}


/* ------------------------------
    ttl_tox
------------------------------ */
.ttl_tox {
}
.ttl_tox p {
    text-align: center;
}
.ttl_tox p.min {
    font-size: 1.4rem;
    margin-top: 10px;
    color: #DE0509;
}
.ttl_tox p.min span {
    margin: 0 3px;
    font-size: 1.3rem;
}
.ttl_tox p.dai {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
}
.ttl_tox.sby {
    padding-top: 80px;
}

@media screen and (max-width: 768px) {
    .ttl_tox.sby {
        padding-top: 50px;
    }
    .ttl_tox p.dai {
        font-size: 1.7rem;
        line-height: 1.6;
    }
}

@media screen and (max-width: 575px) {
    .ttl_tox p.min {
        margin-top: 5px;
    }
    .ttl_tox p.dai {
        font-size: 1.6rem;
    }
}



/* ------------------------------
    error_tox
------------------------------ */
.error_tox {
    margin-top: 30px;
}
.error_tox ul {
    border: 1px solid #f09799;
    background: #fff5f5;
    padding: 10px 15px;
}
.error_tox ul li {
    font-size: 1.4rem;
    color: #DE0509;
    margin-bottom: 5px;
}
.error_tox ul li:last-of-type {
    margin-bottom: 0;
}
.error_tox ul li::before {
    content: "⚠︎";
    position: relative;
    margin-right: 5px;
    font-weight: 600;
}

/* Style the tab */
.tab {
}

/* Style the buttons that are used to open the tab content */
.tab button {
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
}

/* Create an active/current tablink class */
.tab button.active {
}

/* Style the tab content */
.tabcontent {
  display: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@media screen and (max-width: 768px) {
    .error_tox {
        margin-top: 10px;
    }
}

@media screen and (max-width: 575px) {
    .error_tox ul {
        padding: 10px;
    }
    .error_tox ul li {
        font-size: 1.35rem;
        margin-bottom: 3px;
    }
}


/* ------------------------------
    learn-are
------------------------------ */
.learn-are {
    margin-top: 90px;
}
.learn-are .come {
}
.learn-are .come p {
}

.learn-are .list {
}
.learn-are .list li {
    display: flex;
    margin-top: 60px;
}
.learn-are .list li .pho {
    width: 260px;
    margin-right: 40px;
}
.learn-are .list li .pho img {
    border: 1px solid #aaa;
    border-radius: 10px;
}

.learn-are .list li .txt {
}
.learn-are .list li .txt .tai {
    font-size: 2.0rem;
    font-weight: 500;
    margin-top: 5px;
}
.learn-are .list li .txt .zoku {
    margin-top: 20px;
    line-height: 1.3;
}
.learn-are .list li .txt .name {
    font-size: 1.8rem;
    margin-top: 3px;
}
.learn-are .list li .txt a {
    margin-top: 15px;
}


/* ------------------------------
    agreement-are
------------------------------ */
/*
a[href$='.pdf'] {
    padding: 0 0 0 18px !important;
    background: transparent url(../img/icon_pdf.gif) no-repeat no-repeat 0 center !important;
    display: inline-block;
}
*/
.agreement-are {
}
.agreement-are .link {
}
.agreement-are .link a {
    padding: 0 0 0 22px;
    background: transparent url(../img/icon_pdf.gif) no-repeat no-repeat 0 center;
    background-size: 18px;
    display: inline-block;
    font-size: 1.65rem;
    color: #0062a4;
    font-weight: 500;
}
.agreement-are .link a::after {
    background-color: #0062a4;
}
.agreement-are .txt {
    margin-top: 10px;
}

.agreement-are .tai {
    font-size: 3.0rem;
    font-family: 'Kosugi Maru', sans-serif;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}

table th,
table td {
    border: 1px solid #ccc;
    padding: 15px 15px;
    font-size: 1.5rem;
    line-height: 1.4;
}
table th {
    background-color: #fffde6;
}
table.agreement {
}
table.agreement th {
    width: 200px;
    vertical-align: top;
    font-weight: 600;
    font-size: 1.6rem;
    text-align: left;
}
table.agreement td:nth-of-type(1) {
    width: 200px;
}


/* ------------------------------
    notice-are
------------------------------ */
.notice-lst

.notice-lst {
    /*transition-delay: .8s;*/
}
.notice-lst ul {
}

.notice-lst ul li {
    padding: 20px 5px;
    position: relative;
    background: url(../img/line_dot.png) repeat-x bottom;
}
.notice-lst ul li:last-of-type {
    background: none;
}
.notice-lst ul li .day {
    font-size: 1.35rem;
    color: #777;
}
.notice-lst ul li .tai {
}
.notice-lst ul li .txt {
}
.notice-lst ul li a {
    display: inline-block;
}
.notice-lst ul li a .txt {
    font-weight: normal;
    transition: all 0.2s ease-out;
    color: #0062a4;
    font-size: 1.6rem;
}
.notice-lst ul li a:hover .txt {
    color: #EB430D;
}
.notice-lst .tgnumber-are {
    margin-top: 30px;
}

.notice-are {
    /*transition-delay: .8s;*/
    min-height: 260px;
}
.notice-are .day {
    font-size: 1.4rem;
    line-height: 1;
    color: #888;
    margin-bottom: 15px;
}
.notice-are .tai {
    font-size: 2.1rem;
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 500;
}
.notice-are .txt {
}
.notice-are .txt p {
    line-height: 1.8;
    letter-spacing: 0.02em;
}


.notice-are .olgin {
}
.notice-are .olgin ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
}
.notice-are .olgin ul li {
    width: calc(100% / 2 - 80px);
    margin: 0 40px;
    margin-top: 50px;
}
.notice-are .olgin ul li p {
    font-size: 1.6rem;
    font-weight: 600;
    font-feature-settings : "palt";
    margin-bottom: 10px;
}
.notice-are .olgin ul li .pho {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
}
.notice-are .olgin ul li p.min {
    font-size: 1.4rem;
    font-weight: normal;
    color: #e02300;
}
.notice-are .olgin ul li .blk {
    line-height: 1;
}



/* ------------------------------
    最新ニュース
------------------------------ */
.news-are {
    margin-top: 70px;
}
.news-are .come {
}
.news-are .come p {
}

.news-are .list {
}
.news-are .list li {
    display: flex;
    margin-top: 60px;
}
.news-are .list li .pho {
    width: 260px;
    margin-right: 40px;
}
.news-are .list li .pho img {
    border: 1px solid #aaa;
    border-radius: 10px;
}

.news-are .list li .txt {
}
.news-are .list li .txt .tai {
    font-size: 2.0rem;
    font-weight: 500;
    margin-top: 5px;
}
.news-are .list li .txt .zoku {
    margin-top: 20px;
    line-height: 1.3;
}
.news-are .list li .txt .name {
    font-size: 1.8rem;
    margin-top: 3px;
}
.news-are .list li .txt a {
    margin-top: 15px;
}

/*
.news-are .list li .link {
    font-weight: 300;
}
.news-are .list li .link a::after {
    background-color: #0062a4;
}
*/

.news-are .list li a {
    padding: 0 0 0 22px;
    background: transparent url(../img/icon_pdf.gif) no-repeat no-repeat 0 center;
    background-size: 18px;
    display: inline-block;
    color: #0062a4;
    font-weight: normal;
    box-shadow: none;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
.news-are .list li a:hover {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #0062a4 inset;
}




















