@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;
}

/*
#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: 560px;
    background-image: url(../img/main.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: 1500px;
    overflow: hidden;
    position: relative;
}

#mv .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 4;
	position: absolute;
	top: 0;
	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.5rem;
	color: #121212;
	position: relative;
    font-weight: 700;
    line-height: normal;
}

#mv .content .sub {
	font-size: 1.6rem;
	line-height: 1.625;
	font-weight: 600;
	color: #0171bc;
}

#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 .sub [data-text] {
	line-height: 1.4;
}

#mv .content [data-text]::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0171bc;
	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: .75s;
}

body.loaded #mv .content .sub [data-text] {
	transition-delay: 2.05s;
}

@media screen and (min-width:769px) {
	body.loaded #mv .content [data-text="臨床研究の新たな挑戦で"]::after {
		transition-delay: 1s;
	}
	body.loaded #mv .content [data-text="革新的な医療の未来をつくる"]::after {
		transition-delay: 1.3s;
	}
    
    body.loaded #mv .content .sub [data-text]::after {
        transition-delay: 1.8s;
    }
}

@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 {
	}
    
    #mv .area {
        padding-top: 400px;
    }

	#mv .content {
		display: block;
		top: 45%;
		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 .area {
        padding-top: 320px;
        background-size: cover;
    }
    #mv .content {
        top: 48%;
    }
    #mv .content .main {
        font-size: 5.8vw;
        margin-bottom: 10px;
    }
	#mv .content .sub {
		font-size: 1.25rem;
	}
}


/*/// pagcover ///*/
#mv.pagcover {
}
#mv.pagcover .area {
    padding-top: 200px;
    background-image: url("../img/pgcover.png");
    background-position: top -100px center;
}
#mv.pagcover .content {
    right: 48.5%;
}
#mv.pagcover .content .main {
    font-size: 3.8rem;
    margin: 0;
    margin-top: 20px;
}
#mv.pagcover .content .sub {
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
    margin-top: -5px;
}
body.loaded #mv.pagcover .content [data-text] {
	transition-delay: .5s;
}
body.loaded #mv.pagcover .content .sub [data-text] {
	transition-delay: .75s;
}

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

@media screen and (max-width: 768px) {
    #mv.pagcover {
    }
    #mv.pagcover .area {
        padding-top: 150px;
        background-image: url(../img/pgcover.png);
        background-size: contain;
        background-position: top center;
    }
    #mv.pagcover .content {
        right: auto;
    }
	#mv.pagcover .content .main {
        padding: inherit;
        font-size: 2.8rem;
	}
	#mv.pagcover .content .sub {
        font-size: 1.3rem;
	}
}

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


/* ------------------------------
    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
------------------------------ */
.a-body {
    max-width: 1200px;
    margin: 60px auto 0;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    justify-content: space-between;
}

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

.a-body .sbody .home-prtxt {
    border: 1px solid #888;
    padding: 20px;
    padding-bottom: 25px;
}
.a-body .sbody .home-prtxt b {
    text-align: center;
    display: block;
    font-size: 2.0rem;
    margin-bottom: 20px;
    font-weight: 600;
}
.a-body .sbody .home-prtxt p {
    margin-top: 20px;
    line-height: 1.8;
}
.a-body .sbody .home-prtxt p.rig {
    font-size: 1.6rem;
    text-align: right;
    margin-right: 15px;
    font-weight: 600;
    font-family: serif;
}
.a-body .sbody .home-prtxt p.rig span {
    font-size: 1.4rem;
    margin-right: 10px;
    font-weight: normal;
}


.a-body .sbody .home-tai {
    position: relative;
    display: flex;
    /*background-color: #f0f0f0;*/
    border-bottom: 2px solid #0171bc;
}
.a-body .sbody .home-tai h3 {
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 13px;
}
.a-body .sbody .home-tai h3 i {
    font-size: 1.6rem;
    color: #0171bc;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.a-body .sbody .home-tai .plink {
    margin-left: auto;
    align-self: end;
}
.a-body .sbody .home-tai .plink a {
    font-size: 1.35rem;
    border: 0;
    border-top: 1px solid #0171bc;
    padding: 0 8px;
    padding-bottom: 8px;
    padding-top: 6px;
    display: block;
    font-weight: normal;
}

.a-body .sbody .home-list {
}
.a-body .sbody .home-list ul {
}
.a-body .sbody .home-list ul li {
    padding: 15px 5px;
    padding-bottom: 20px;
    position: relative;
    background: url(../img/line_dot.png) repeat-x bottom;
}
.a-body .sbody .home-list ul li:last-of-type {
    background: none;
}
.a-body .sbody .home-list ul.info li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

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

.a-body .sbody .home-list ul li .txt {
    font-weight: 300;
}
.a-body .sbody .home-list ul li a .txt {
    font-weight: normal;
    transition: all 0.2s ease-out;
    color: #0062a4;
}
.a-body .sbody .home-list ul li a:hover .txt {
    color: #EB430D;
}

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


@media screen and (max-width: 768px) {
    .a-body {
        margin: 35px auto 0;
    }
    .a-body .sbody {
        margin-right: 40px;
    }
    .a-body .sbody .home-list.mb60 {
        margin-bottom: 40px;
    }
    .a-body .sbody .home-list ul li a .txt {
        line-height: 1.5;
    }
    .a-body .sbody .home-list ul li .btxt {
        line-height: 1.4;
    }
    .a-body .sbody .home-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;
    }
    .a-body .sbody .home-tai h3 {
        font-size: 1.9rem;
    }
    .a-body .sbody .home-list ul li {
        padding: 15px 0;
    }
    .a-body .sbody .home-list.mb60 {
        margin-bottom: 35px;
    }
}


/*///  side  ///*/
.a-body .side ul {
}
.a-body .side ul li {
    height: auto;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.a-body .side ul li.dai {
    height: auto;
}
.a-body .side ul li p {
    font-size: 1.3rem;
}
.a-body .side ul li a {
    height: auto;
    display: table-cell;
    text-align:center;
    vertical-align: middle;
    border: 1px solid #c1c1c1;
    transition: all 0.2s ease-out;
}
.a-body .side ul li a img {
    margin: 0 auto;
    /*width: 100%;*/
}
.a-body .side ul li a:hover {
    /*border: 1px solid #a6ddff;*/
    box-shadow: 0 0 8px #4aa3e1;
}


@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: 60px auto 0;
    padding-left: 25px;
    padding-right: 25px;
}

h3.pg-title {
    transition-delay: .4s;
    position: relative;
    text-align: center;
    font-size: 3.0rem;
    font-weight: 500;
    margin-bottom: 60px;
    padding-top: 10px;
    color: #111;
}
h3.pg-title::before {
    color: #d8e8f3;
    font-size: 6.0rem;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    
    font-family: 'icomoon';
    content: "\e93d";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.about-txt {
    transition-delay: .8s;
}
.about-txt p {
    line-height: 2.2;
    letter-spacing: 0.03em;
    text-indent: 1em;
    margin-top: 20px;
}
.about-txt p.rig {
    text-indent: initial;
    text-align: right;
    font-size: 1.5rem;
    margin-top: 30px;
}
.about-txt p.rig small {
    font-size: 1.5rem;
    margin-right: 5px;
}
.about-txt p.rig b {
    font-size: 1.8rem;
    font-weight: 500;
    white-space: nowrap;
}

.about-lst {
    transition-delay: 1.0s;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.about-lst dl {
    display: flex;
    margin-top: 30px;
}
.about-lst dl dt {
    flex-shrink: 0;
    width: 160px;
    background-color: #d8e8f3;
    margin-right: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 12px;
    font-weight: 600;
}
.about-lst dl dd {
}
.about-lst dl dd a {
    color: #0062a4;
}
.about-lst dl dd a::before {
    background-color:  #0062a4;
}
.about-lst dl dd ol {
}
.about-lst dl dd ol li {
    padding: 3px 0;
    text-indent: -2em;
    padding-left: 2em;
}
.about-lst dl dd ol li i {
    color: #0062a4;
    font-weight: 600;
}

.system-lst {
    transition-delay: .8s;
    padding-top: 20px;
}
.system-lst dl {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d5d5d5;
}
.system-lst dl dt {
    flex-shrink: 0;
    width: 230px;
    margin-right: 40px;
    display: -webkit-flex;
    display: flex;
    line-height: 1.3;
    font-size: 1.6rem;
}
.system-lst dl dd {
    line-height: 1.3;
}
.system-lst dl dd small {
    font-size: 1.5rem;
    margin-right: 5px;
    font-weight: 300;
}
.system-lst dl dd b {
    font-size: 1.65rem;
}

.system-lst dl dd ol {
}
.system-lst dl dd ol li {
    line-height: 1.3;
    padding-bottom: 15px;
}
.system-lst dl dd ol li:last-of-type {
    padding-bottom: 0;
}

.study-lst {
    transition-delay: .8s;
}
.study-lst > li {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.study-lst > li:first-of-type {
    padding-top: 10px;
}
.study-lst > li:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}

.study-lst li p {
}
.study-lst li h4 {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 5px;
}
.study-lst li .waku {
    margin-top: 15px;
}
.study-lst li dl {
    display: flex;
    margin-bottom: 8px;
}
.study-lst li dl:last-of-type {
    margin-bottom: 0;
}
.study-lst li dl dt {
    flex-shrink: 0;
    width: 200px;
    min-height: 50px;
    background-color: #d8e8f3;
    padding: 5px;
    margin-right: 20px;
    font-size: 1.45rem;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.study-lst li dl dd {
    padding: 5px 0;
    align-self: center;
}
.study-lst li dl dd small {
    font-size: 1.5rem;
    margin-right: 5px;
    font-weight: 300;
}
.study-lst li dl dd b {
    font-weight: 500;
}

.study-lst li dl dd a.link {
    color: #0062a4;
    display: inline-block;
    line-height: 1.4;
}
.study-lst li dl dd a.link i {
    display: inline-block;
    font-size: 1.8rem;
    transform: rotate(-50deg);
    position: relative;
    bottom: -1px;
    font-weight: bold;
    margin-left: -5px;
    margin-right: 2px;
}
.study-lst li dl dd a.link span {
    display: inline;
    transition: 0.2s ease-out;
    padding-bottom: 3px;
}
.study-lst li dl dd a.link:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #379adc inset;
}

.study-lst.report li dl dt {
    background-color: #f0e7cc;
}
.study-lst.report li .waku {
    margin-top: 5px;
}

.link-lst {
    transition-delay: .8s;
}
.link-lst > h4 {
    position: relative;
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 600;
    padding-bottom: 15px;
}
.link-lst > h4::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ccc;
    bottom: 0;
}
.link-lst ul {
}
.link-lst ul li {
    margin-top: 15px;
    display: flex;
}
.link-lst ul li i {
    display: inline-block;
    font-size: 1.8rem;
    transform: rotate(-45deg);
    position: relative;
    bottom: -1px;
    margin-right: 3px;
    font-weight: bold;
}
.link-lst ul li a {
    font-weight: normal;
    color: #0062a4;
    font-size: 1.6rem;
    line-height: 1.4;
}
.link-lst ul li .link_txt::before {
    background-color: #057ac8;
}

.infom-lst {
    transition-delay: .8s;
}
.infom-lst ul {
}

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

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


@media screen and (max-width: 768px) {
    .b-body {
        margin: 40px auto 0;
    }
    h3.pg-title {
        font-size: 2.8rem;
        margin-bottom: 50px;
    }
    h3.pg-title::before {
        font-size: 5.0rem;
    }
    .system-lst {
        padding-top: 10px;
    }
    .study-lst li dl dt {
        width: 180px;
    }
    .about-lst.mt60 {
        padding-top: 10px;
        margin-top: 40px;
    }
    .about-lst dl dt {
        margin-right: 25px;
    }
    .infom-lst ul li:first-of-type {
        padding-top: 0;
    }
    .infom-are .tai {
        font-size: 1.8rem;
    }
    .link-lst > h4 {
        font-size: 2.0rem;
    }
    .infom-are .txt p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .b-body {
        padding-left: 20px;
        padding-right: 20px;
    }
    h3.pg-title::before {
        font-size: 4.5rem;
    }
    h3.pg-title {
        font-size: 2.3rem;
        margin-bottom: 45px;
    }
    .about-txt p {
        line-height: 2.0;
    }
    .about-lst.mt60 {
        border: 0;
        padding-top: 0;
    }
    .about-lst dl {
        display: block;
    }
    .about-lst dl dt {
        margin: 0;
        padding: 8px 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .study-lst li dl {
        display: block;
        margin-bottom: 10px;
    }
    .study-lst li dl dt {
        width: 100%;
        min-height: 34px;
    }
    .study-lst li dl dd {
        padding: 6px 0;
    }
    .study-lst li h4 {
        font-size: 1.5rem;
    }
    .study-lst > li {
        padding-bottom: 20px;
    }
    .study-lst > li:first-of-type {
        padding-top: 0;
    }
    .link-lst > h4 {
        font-size: 1.8rem;
    }
    .link-lst ul li a {
        font-size: 1.5rem;
    }
    .link-lst h4.mt60 {
        margin-top: 40px;
    }
    .infom-lst ul li {
        padding: 20px 0;
    }
    .infom-lst ul li a .txt {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .infom-are .tai {
        font-size: 1.65rem;
    }
    .infom-are .txt p {
        font-size: 1.45rem;
    }
}


/* ------------------------------
    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: #d8e8f3;
    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;
}
.contact_form.two dl dt {
}
.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: 50px;
}
.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: #1c75b0;
	color: #fff;
}
.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: #EB430D;
}
.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: #1c75b0;
}

.contact_tox .thanks .area .waku {
    border: 1px solid #1c75b0;
    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::before {
    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;
	}
	/*
	.form_btn.back .arw.s:before {
		width: 26px;
	}
	.form_btn.back .arw.s:after {
		width: 6px;
		height: 6px;
		top: 0;
		left: 0;
	}
    */
    .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;
    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;
    }
}













