@charset "utf-8";

html{
	font-size: 100%;
	overflow-y:scroll;
}

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

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,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;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
  }
body {
width: 1250px;
overflow-x: visible !important;
overflow-y: visible !important;
color: #000;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-size: 80%;
  letter-spacing: 1px;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}
  .hea {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
  }
  .swiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  .swiper-wrapper {
    width: 100%;
    height: 100vh;
  }
  .swiper-slide {
    width: 100%;
    height: 100vh;
  }
  .swiper-img {
    width: 100%;
    height: 100vh;
  }
  .swiper-slide-active .swiper-img, .swiper-slide-duplicate-active .swiper-img, .swiper-slide-prev .swiper-img {
    animation: zoomUp 10s linear 0s normal both;
  }
  .swiper-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .swiper-pagination-bullet {
    background-color: white !important;
    border-radius: 0 !important;
    width: 15px !important;
    height: 2px !important;
    margin-top: -25px !important;
  }
  .sw_tx {
    position: absolute;
    z-index: 100000000000000;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
  }
  .sw_tx div {
    width: 93%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 250px 0 0;
  }
  header {
    display: flex;
    justify-content: space-between;
    padding: 20px 100px 50px 80px;
  }
  header h1 {
    padding-top: 30px;
  }
  .h-rt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
  }
  .h-rt p {
    color: white;
    font-size: 120%;
    font-weight: 500;
    padding-right: 10px;
    padding-bottom: 8px;
  }
  .h-rbt {
    padding-right: 10px;
  }
  .h-rbt a:hover {
    opacity: .8;
  }
  header ul.h-ul1 {
    display: flex;
  }
  header ul.h-ul1 li {
    padding: 0 27px;
  }
		  header ul.h-ul1 li:last-child {
    padding: 0 10px 0 27px;
  }
  header ul.h-ul1 li:last-child a {
    height: 36px;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 130%;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    letter-spacing: 2px;
  }
  header ul.h-ul1 li:last-child a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-102%);
    background: #e38d00;
    transition: transform .25s ease-in
  }
  header ul.h-ul1 li:last-child a:hover {}
  header ul.h-ul1 li:last-child a:hover::before {
    transform: translateX(0)
  }
  header ul.h-ul1 li:last-child a span {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    height: 36px;
  }
  header ul.h-ul1 li:last-child a:hover span {
    animation: animButtonSpan .4s
  }
  header ul.h-ul1 li:last-child {
    margin-left: 10px;
  }
  header ul.h-ul1 li:last-child a {
    background: #e38d00;
    padding: 0 23px;
				color: #000!important;
  }
  header ul.h-ul1 li:last-child a::before {
    background: #000;
  }
  header ul.h-ul1 li:last-child a span {
    color: #000;
  }
  header ul.h-ul1 li:last-child a:hover span {
    color: #fff;
}
header ul.h-ul1 li a {
  color: #fff;
    font-size: 130%;
    font-weight: 600;
				    height: 36px;
    padding: 15px 0 5px 0;
  position: relative;
}

header ul.h-ul1 li a::before {
  content: '';
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -.25rem;
  left: 0;
  transition: width .4s;
}
header ul.h-ul1 li a:hover::before {
  width: 100%;
}

  nav.globalMenuSp {
    display: none;
  }
  .navToggle {
    display: none;
  }
  .hea2 {
    position: absolute;
    bottom: 0;
    right: 30px;
  }
  .tsec_01 {
    padding: 175px 0 250px;
						background: #fff;
  }
  .tsec_01m {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .tsec_01r {
    width: 50%;
    height: 420px;
  }
  .tsec_01r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .tsec_01l {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .tsec_01lm {
    width: 92%;
    margin: 0 auto;
    max-width: 1080px;
  }
  .th2 {
    font-size: 120%;
    padding-left: 48px;
    position: relative;
  }
  .th2::before {
    width: 40px;
    height: 1px;
    position: absolute;
    content: "";
    background: #333;
    bottom: 0;
    left: 0;
  }
  .th3 {
    font-size: 300%;
    letter-spacing: 2px;
				font-weight: 400!important;
    margin: 30px 0;
  }
  .tsec_01lm p {
    font-size: 130%;
    line-height: 37px;
    margin-bottom: 100px;
  }
  .tsec_01lm p span {
    display: block;
  }
  .btn_01 a {
    width: 220px;
    height: 50px;
    padding: 0 0 0 40px;
    overflow: hidden;
    position: relative;
    color: #000;
    font-size: 130%;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 25px;
    letter-spacing: 2px;
    border: 1px solid #000;
    background: url("../img/tsec_01/tsec_01y.png") 94% center no-repeat;
  }
  .btn_01 a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-102%);
    transition: transform .25s ease-in;
    background: url("../img/tsec_01/tsec_01yw.png") 94% center no-repeat #000;
  }
  .btn_01 a:hover {}
  .btn_01 a:hover::before {
    transform: translateX(0)
  }
  .btn_01 a span {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    height: 50px;
  }
  .btn_01 a:hover span {
    animation: animButtonSpan .4s;
				color: #fff;
  }
					.tsec_02 {
		height: 500px;
		width: 100%;
}
				.tsec_02::after {
		height: 100%;
		width: 100%;
		position: fixed;
		content: "";
		z-index: -1;
		top: 0;
		left: 0;
    background-image: url("../img/tsec_02/yoko_img01.jpg") ;
				background-size: cover;
				background-position: center center;
}

  .tsec_03 {
    padding: 280px 0 200px;
    position: relative;
						background: #fff;
  }
  .tsec_03m {
    width: 92%;
    margin: 0 auto;
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .th2td {
    top: 280px;
    left: 50%;
    margin-left: -590px;
    position: absolute;
  }
  .th2t {
    writing-mode: vertical-rl;
    font-size: 120%;
    padding-top: 48px;
    position: relative;
  }
  .th2t::before {
    width: 1px;
    height: 40px;
    position: absolute;
    content: "";
    background: #333;
    top: 0;
    left: 0;
  }
  .t3m {
    width: 49%;
    max-width: 480px;
    height: 430px;
    background: #e6e6e6;
    margin-bottom: 100px;
    position: relative;
       padding: 30px 10px 0 40px;
 }
	.new {
	position: absolute;
	right: 0;
	top: 0;
	}
	
	
  .t3m a {
    display: block;
    width: 100%;
    height: 100%;
}
  .t3m a h3 {
    font-size: 200%;
  }
  .t3m a p {
    font-size: 120%;
    line-height: 28px;
  }
  .t3mi {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }
  .t3mw {
    width: 100%;
    height: 430px;
    background: #e6e6e6;
    margin-bottom: 100px;
    position: relative;
  }
  .t3mw a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .t3mw a h3 {
    padding: 30px 10px 0 40px;
    font-size: 200%;
  }
  .t3mw a p {
    padding: 0 10px 0 40px;
    font-size: 120%;
    line-height: 28px;
  }
  .t3miw {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
  }
  .btn_02i {
    position: absolute;
    bottom: 40px;
    right: 40px;
  }
  .btn_02 {
    width: 125px;
    height: 28px;
    padding: 0 0 0 18px;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    color: #000;
    font-size: 95%;
    display: flex;
    align-items: center;
    border-radius: 14px;
    border: 1px solid #000;
    background: url("../img/tsec_01/tsec_01y.png") 94% center no-repeat;
  }
  .btn_02::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-102%);
    transition: transform .25s ease-in;
    background: url("../img/tsec_01/tsec_01yw.png") 94% center no-repeat #000;
  }
  .t3m a:hover .btn_02:hover {}
  .t3m a:hover .btn_02::before {
    transform: translateX(0)
  }
  .t3mw a:hover .btn_02:hover {}
  .t3mw a:hover .btn_02::before {
    transform: translateX(0)
  }
  .btn_02 span {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    height: 28px;
  }
  .t3m a:hover .btn_02 span {
		color: #fff;
    animation: animButtonSpan .4s
  }
  .t3mw a:hover .btn_02 span {
    animation: animButtonSpan .4s;
						color: #fff;

  }
  .t3m img {
    transition-duration: 0.3s; /*動く時間(なめらかになる)*/
  }
  .t3m a:hover .t3mi img {
    transform: scale(0.95); /*拡大*/
    transition-duratiosn: 0.3s; /*動く時間(なめらかになる)*/
  }
  .t3mw img {
    transition-duration: 0.3s; /*動く時間(なめらかになる)*/
  }
  .t3mw a:hover .t3miw img {
    transform: scale(0.95); /*拡大*/
    transition-duratiosn: 0.3s; /*動く時間(なめらかになる)*/
  }
  .btn_03 {
    width: 220px;
    margin: 0 auto;
  }
  .tsec_04 {
    display: flex;
    align-items: center;
    height: 500px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
						background: #fff;
  }
  .tsec_04m {
    display: flex;
    animation: loop-slide 80s infinite linear 1s both;
  }
  .tsec_04m li {
    width: 400px;
    height: 500px;
    margin: 0 5px;
  }
  .tsec_04m li img {
    object-fit: cover;
    width: 100%;
    height: 500px;
    line-height: 0;
  }
		  .btn_04 a {
    width: 220px;
    height: 50px;
    padding: 0 0 0 28px;
    color: #fff;
    font-size: 115%;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #fff;
    background: url("../img/tsec_05/tsec_05y.png") 93% center no-repeat;
  }
				  .btn_04 a:hover {
opacity: .8;
}
.tsec_05 {
display: flex;
width: 100%;
height: 644px;
padding-top: 200px;
		background: #fff;
}
.tsec_05l {
background: #15acc1;
}
.tsec_05r {
background: #e38d00;
}
.tsec_05l,.tsec_05r {
display: flex;
flex-direction: column;
align-items: center;
padding: 130px 0 0 0;
width: 50%;
}
.tsec_05l h4 ,.tsec_05r h4 {
color: #fff;
font-size: 130%;
}
.tsec_05i {
padding: 35px 0;
}


footer {
background: #7d7d7d;
padding: 95px 100px;
display: flex;
justify-content: space-between;
}
footer div {
display: flex;
}
footer div ul {
display: flex;
padding-left: 80px;
}
footer div ul li {
padding-right: 40px;
}
footer div ul li a {
color: #fff;
font-weight: 500;
font-size: 125%;
}
footer p {
color: #fff;
font-weight: 500;
}

.abo_h {
position: relative;
width: 100%;
height: 100vh;
}
.abo_hbg {
width: 100%;
height: 100%;
}
.abo_hbg img {
object-position: center center;
object-fit: cover;
width: 100%;
height: 100%;
}
.abo_h h2 {
position: absolute;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
color: #fff;
font-size: 380%;
letter-spacing: 5px;
}
.abo_01 {
padding: 230px 0 300px;
}
.abo_01m {
width: 92%;
margin: 0 auto;
max-width: 1080px;
display: flex;
flex-direction: column;
align-items: center;
}
.abo_th3 {
padding: 110px 0 50px;
font-size: 200%;
font-weight: 400;
}
.abo_01m p {
    font-size: 130%;
    line-height: 37px;
				text-align: center;
}
.abo_01m p span {
display: block;
}
.abo_02 {
background: #333333;
padding: 150px 0 200px;
}
.abo_02m {
width: 93%;
max-width: 1080px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.abo_02l,.abo_02r {
width: 48%;
max-width: 440px;
color: #fff;
}
.abo_02l dl {
display: flex;
margin-bottom: 30px;
}
.abo_02l dl dd {
padding-left: 30px;
font-size: 120%;
line-height: 32px;
}
.abo_02l dl dd span {
display: block;
font-size: 120%;
}
.abo_02l p {
font-size: 120%;
line-height: 30px;
}
.tsec_05abo {
display: flex;
width: 100%;
height: 444px;
		background: #fff;
}
  .ah2 {
    font-size: 120%;
    padding-left: 48px;
    position: relative;
				color: #fff;
				margin-bottom: 70px;
  }
  .ah2::before {
    width: 40px;
    height: 1px;
    position: absolute;
    content: "";
    background: #fff;
    bottom: 0;
    left: 0;
  }
		.abo_02r div {
		border-top: 1px solid #fff;
		}
		.abo_02r div dl {
display: flex;
padding: 40px 0;
font-size: 120%;
		border-bottom: 1px solid #fff;
}
		.abo_02r div dl dt {
width: 150px;
}
		.abo_02r div dl dd {
width: calc(100% - 150px);
}
		.abo_02r div dl dd a {
color: #fff;
}
		.abo_02r div dl dd a:hover {
text-decoration: underline;
}

  .pr2 {
    font-size: 120%;
    padding-left: 48px;
    position: relative;
				margin-bottom: 30px;
  }
  .pr2::before {
    width: 40px;
    height: 1px;
    position: absolute;
    content: "";
    background: #333;
    bottom: 0;
    left: 0;
  }
.pro_01 {
width: 93%;
max-width: 1080px;
margin: 0 auto;
display: flex;
padding: 150px 0;
}
.pro_01l {
width: 340px;
  position: sticky;
  top: 0;

		}
.pro_01l ul li {
padding-left: 15px;
margin-bottom: 15px;
position: relative;
}
.pro_01l ul li::before {
    width: 5px;
    height: 1px;
    position: absolute;
    content: "";
    background: #333;
    top: 50%;
				margin-top: -1px;
    left: 0;
}
.pro_01l ul li a {
font-size: 120%;
font-weight: bold;
}
.pro_01l ul li a:hover {
text-decoration: underline;
}
.pro_01r {
width: 600px;
}
.pror01 {
padding: 50px 55px;
background: #e6e6e6;
margin-bottom: 90px;
position: relative;
}
.pror01 h3 {
font-size: 240%;
}
.pro_img {
width: 100%;
height: 300px;
display: flex;
justify-content: center;
align-items: center;;
}
.pro_div {
border-bottom: 1px solid #ccc;
display: flex;
justify-content: space-between;
padding-bottom: 50px;
}
.pro_div p.pro_py {
font-size: 120%;
}
.yt {
width: 125px;
height: 28px;
}
.yt a {
width: 125px;
height: 28px;
background:  url("../img/tsec_05/tsec_05y.png") 93% center no-repeat #ed1c24;
}

  .yt a {
    width: 125px;
    height: 28px;
    padding: 0 0 0 25px;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 95%;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 14px;
background:  url("../img/tsec_05/tsec_05y.png") 93% center no-repeat #ed1c24;
  }
  .yt a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-102%);
    transition: transform .25s ease-in;
background:  url("../img/tsec_05/tsec_05y.png") 93% center no-repeat #000;
  }
  .yt a:hover {}
  .yt a:hover::before {
    transform: translateX(0)
  }
  .yt a span {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    height: 28px;
								color: #fff;
  }
  .yt a:hover span {
    animation: animButtonSpan .4s;
				color: #fff;
  }
.pro_p {
font-size: 120%;
line-height: 32px;
padding-top: 30px;
}
.pro_btn summary::after {
  content: "Read more +";
  font-size: 110%;
  position: absolute;
		left: 0;
  top: 0;
		width: 100%;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #0f2343;
}
.pro_btn[open] .pro_b::after {
  content: "Close −";
}
.pro_b {
width: 100%;
height: 40px;
border-radius: 20px;
background: #f5f5f5;
position: relative;
margin-top: 30px;
cursor: pointer;
}
.pro_btn {
display: flex;
flex-direction: column-reverse;
}
.pror01m {
padding-top: 50px;
}
.pror01m h4 {
color: #fff;
background: #646464;
font-size: 130%;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 50px;
}
.pdl1 {
display: flex;
justify-content: space-between;
}
.pdl1 dd {
padding-left: 25px;
}
.pdl3 {
padding-left: 20px;
margin-bottom: 20px;
position: relative;
font-weight: 400;
font-size: 150%;
}
.pdl3::before {
    width: 10px;
    height: 1px;
    position: absolute;
    content: "";
    background: #15acc1;
    top: 50%;
				margin-top: -1px;
    left: 0;
}
.pdl4 {
font-size: 120%;
line-height: 32px;
}
.pdl5 {
padding-top: 25px;
font-size: 120%;
line-height: 32px;
}
.pdl2 {
width: 100%;
margin: 30px 0;
text-align: center;
}

.pdl2 img {
max-width: 100%;
}

.pdl6 {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #ccc;
padding: 50px 0;
}
.pdl6 dd {
padding-left: 25px;
}
.pdl7 {
width: 105px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
background: #e38d00;
padding: 3px 15px;
color: #fff;
margin-bottom: 30px;
}

.con_h {
position: relative;
width: 100%;
height: 450px;
}
.con_h h2 {
position: absolute;
top: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
color: #fff;
font-size: 380%;
letter-spacing: 5px;
}

.con_m {
padding: 130px 0 250px;
width: 93%;
max-width: 820px;
margin: 0 auto;
}

.con_m h3 {
text-align: center;
font-size: 130%;
padding-bottom: 30px;
}

.con_m p {
text-align: center;
font-size: 130%;
line-height: 33px;
width: 95%;
margin: 0 auto;
}
.con_m p span {
display: block;
}
.con_m p span.red {
color: red;
display: inline;
}
.cfm {
width: 100%;
margin: 0 auto;
padding: 100px 0 0;
}
.c1 {
margin-bottom: 45px;
}
	.c1 input {
		width: 100%;
		height: 70px;
		text-indent: 1em;
		background: #fff;
		border: 1px solid #000;
		border-radius: 10px;
	}
.c2 {
margin-bottom: 80px;
}
	.c2 textarea {
		width: 100%;
		height: 200px;
		padding: 10px;
		line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
		-webkit-text-size-adjust: 100%;
		letter-spacing: 1px;
		font-size: 95%;
		background: #fff;
		border: 1px solid #000;
		border-radius: 10px;
	}
	.cfm h4 {
	font-size: 125%;
	margin-bottom: 4px;
	
	}
.cfm h4 span.red {
color: red;
}

.c3 {
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
font-size: 115%;
margin: 20px 0 100px;
}

	/* 元々のチェックボックス（非表示） */
	.c3 input[type="checkbox"] {
		display: none;
	}
	/* チェックボックスの代わりを成すラベル */
	.c3 input[type="checkbox"] + label {
		cursor: pointer;
		display: inline-block;
		position: relative;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 7px;
	}
	/* ラベルの左に表示させる正方形のボックス□ */
	.c3 input[type="checkbox"] + label::before {
		content: "";
		position: absolute;
		display: block;
		box-sizing: border-box;
		width: 20px;
		height: 20px;
		margin-top: -14px;
		left: 0;
		top: 50%;
		border: 1px solid;
		border-color: #ccc; /* 枠の色変更 お好きな色を */
		background-color: #fff; /* 背景の色変更 お好きな色を */
		border-radius: 3px;
	}
	/* チェックが入った時のレ点 */
	.c3 input[type="checkbox"]:checked + label::after {
		content: "";
		position: absolute;
		display: block;
		box-sizing: border-box;
		width: 18px;
		height: 9px;
		margin-top: -11px;
		top: 50%;
		left: 3px;
		transform: rotate(-45deg);
		border-bottom: 3px solid;
		border-left: 3px solid;
		border-color: #d73333; /* チェックの色変更 お好きな色を */
	}

.cfin	{
	background-color:#e6e6e6;
	height:300px;
	width: 100%;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
	padding: 30px;
scrollbar-width: thin;
scrollbar-color: #000000 #e6e6e6;
}
.cfin	h5 {
font-size: 120%;
padding-bottom: 3px;
}
.cfin	h6 {
font-size: 115%;
padding-bottom: 2px;
}
.cfin	p {
font-size: 105%;
padding-bottom: 25px;
text-align: left;
}
.cfin ul	{
padding-bottom: 25px;
}
.cfin ul li	{
list-style-type: disc;
margin-left: 20px;
font-size: 105%;
}
.c4 {
width: 222px;
margin: 0 auto;
}
.c4 input[type="submit"] {
    border: 1px solid #000;
    width:222px;
    height:52px;
				border-radius: 26px;
    background: url("../img/tsec_01/tsec_01y.png") 94% center no-repeat;
				text-align: left;
				padding-left: 30px;
				font-weight: bold;
				font-size: 120%;
								  appearance: none;
  -webkit-appearance: none;
				color: #000;
}
.c4 input[type="submit"]:hover {
    cursor: pointer;
    opacity:0.5;
}
.pdl8 {
margin-top: 30px;
}

.mob {
display: none;
}