@charset "utf-8";
@media screen and (min-width: 768px){

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

section,header,footer,main,nav,figure {
	display: block;
}

img {
	border: none;
	display: block;
}

a {
	text-decoration: none;
	color: #222;
}

ul {
	list-style-type: none;
}

body {
	font-size: 62.5%;
	font-family: "Noto Sans JP","游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	color: #222;
	line-height: 1.5;
}	

h1,h2,h3 {
	font-size: 100%;
}	

.sp {
	display: none;
}

/*header*/

header {
	width: 100%;
	height: 90px;
	/*background-color: #0053A6;*/
	background: linear-gradient(to bottom,#0053A6,rgba(0,0,0,0) 450%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.header-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-menu {
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-menu li {
	margin-left: 28px;
}

.header-menu li a {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}

.header-menu li a:hover {
	color: #d9e5f2;
}

/*ボタン*/
	
.header-menu li:last-child a {
	width: 130px;
	display: block;
	padding: 10px;
	background-color: #fff;
	color: #0053A6;
	text-align: center;
	position: relative;
    z-index: 1;
	border: 2px solid #fff;
	transition: all 0.5s ease 0s;
}
	
.header-menu li:last-child a::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
	z-index: -1;
    background-color: #0053A6;
    transition: .2s;
}
	
.header-menu li:last-child a:hover {
    color: #fff;
}

.header-menu li:last-child a:hover::before{
    width: 100%;
}
	
/*ボタンend*/
	
.logo {
	max-width: 232px;
	width: 20%;
}
	
.logo img {
	width: 100%;
	height: auto;
}

/*main*/
	
/*mainpicture*/
	
#main-pic {
	background-image: url("../images/mainpc.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
} 
	
h1{
	position: absolute;
	left: 15%;
	top: 55%;
}	
	
#spn1 {
	font-size: 3.8em;	
	background-color: rgba(0,83,166,.9);
	color: #fff;
	font-family: "Noto Sans JP","游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 1.6;
	padding: 4px;
    display: inline-block;
	margin-bottom: 10px;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
	
#spn2 {
	font-size: 3.8em;	
	/*background-color: #0053A6;*/
	background-color: rgba(0,83,166,.9);
	color: #fff;
	font-family: "Noto Sans JP","游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 1.6;
	padding: 4px;
	display: inline-block;
	margin-left: 40px;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}	

/*greeting first page*/
	
h2 {
	font-size: 28px;
	color: #0053A6;
	text-align: center;
	letter-spacing: 0.07em;
	padding-bottom: 50px;
	/*横線*/
	/*text-decoration: solid underline #fa723d 2px;
	text-underline-offset: 15px;*/
}
	
.heading {
    position: relative;
    display: inline-block;
}

.heading::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px; /* 縦線の位置 */
    width: 4px; /* 線の太さ */
    background: #F08300; 
}

.sec1 {
	padding-top: 120px;
	padding-bottom: 120px;
}
	
#greeting-top {
    background: linear-gradient(to left,#0053A6,rgba(0,0,0,0) 200%);
	background-repeat: no-repeat;
	background-size: 40%;
}	

#greeting {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 540px;
	margin-bottom: 45px;
}		

#greeting-pic {
	width: 50%;
	height: 540px;
	position: relative;
}

#greeting-pic img {
	width: 60%;
	max-width: 344px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%,-50%);
}

#greeting-contents {
	width: 50%;
	height: 540px;
	padding-left: 5%;
}

#grt-img {
	width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}
	
#greeting-ex {
	width: 82%;
	max-width: 540px;
	text-align: center;
}	
	
#greeting-ex p {
	font-size: 1.6em;
	line-height: 1.6;
	letter-spacing: 0.07em;
	text-align: left;
}

/*ボタン*/

.btm {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 20px 30px;
	font-weight: bold;
	font-size: 1.6em;
	background-color: #0053A6;
	color: #fff;
	text-align: center;
	position: relative;
    z-index: 1;
	border: 2px solid #0053A6;
	transition: all 0.5s ease 0s;
}
	
.btm::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
	z-index: -1;
    background-color: #fff;
    transition: .2s;
}
	
.btm:hover {
    color: #0053A6;
}

.btm:hover::before {
    width: 100%;
}	
	
/*service first page*/
	
#service {
	width: 100%;
	height: auto;
	background-color: #F4F8FD;
}
	
#three-service {
	max-width: 1200px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
	
#three-service li {
	width: 30%;
	max-width: 376px;
	height: auto;
	position: relative;
}
	
#three-service li:first-child::before {
    content: "01";
    position: absolute;
    display: block;
    top: 0px;
    left: 50%;
    z-index: 10;
    color: #F08300;
    font-size: 4.5em;
    font-weight: bolder;
	transform: translate(-50%,-50%);
 }
	
#three-service li:nth-child(2)::before {
    content: "02";
    position: absolute;
    display: block;
    top: 0px;
    left: 50%;
    z-index: 10;
    color: #F08300;
    font-size: 4.5em;
    font-weight: bolder;
	transform: translate(-50%,-50%);
 }
	
#three-service li:last-child::before {
    content: "03";
    position: absolute;
    display: block;
    top: 0px;
    left: 50%;
    z-index: 10;
    color: #F08300;
    font-size: 4.5em;
    font-weight: bolder;
	transform: translate(-50%,-50%);
 }

#three-service li img {
	width: 100%;
	height: auto;
}	
	
.service-ex {
	background-color: #fff;
	height: auto;
}
	
h3 {
	font-size: 2.0em;
	color: #0053A6;
	text-align: center;
	letter-spacing: 0.07em;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
.service-ex p {
	width: 90%;
	margin:0 auto;
	font-size: 1.6em;
	line-height: 1.6;
	letter-spacing: 0.07em;
	text-align: left;
	padding-bottom: 20px;
}
	
/*price first page*/

#price {
	width: 100%;
	height: 953px;
	background-image: url("../images/price.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}	
	
#price-spn {
	color: #fff;
}
	
.price-ex {
	width: 60%;
	max-width: 880px;
	margin: 0 auto;
	height: 508px;
	background-color: #fff;
}
	
.price-heading {
	font-size: 1.8em;
	color: #222;
	text-align: center;
	letter-spacing: 0.07em;
	padding-top: 30px;
	padding-bottom: 30px;
}
	
.price-line  {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 30px;
}		
	
.price-line li {
	border-bottom: 1px solid #0053A6;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.6em;
	letter-spacing: 0.07em;
	justify-content: space-between;
	display: flex;
}
	
.price-line li:first-child {
	border-top: 1px solid #0053A6;
}

#buttom {
	padding-top: 45px;
}

/*ボタン*/
	
#btm {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 20px 30px;
	font-weight: bold;
	font-size: 1.6em;
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	position: relative;
    z-index: 1;
	transition: all 0.5s ease 0s;
}
	
#btm::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
	z-index: -1;
    background-color: #fff;
    transition: .2s;
}
	
#btm:hover {
    color: #0053A6;
}

#btm:hover::before {
    width: 100%;
}		
	
/*column first page*/

#column {
	width: 100%;
	height: auto;
}
	
.column-list {
	width: 60%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
}	
	
.column-list li {
	border-bottom: 1px solid #0053A6;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 1.6em;
	letter-spacing: 0.07em;
}	

.column-list li:first-child {
	border-top: 1px solid #0053A6;
}

.colume-ex:hover {
	text-decoration: underline;
}

/*	
.column-details {
	display: flex;
}	

.date {
	padding-right: 35px;
}*/	

/*columnbox*/
	
#colume-contents {
	position: relative;
	margin-bottom: 45px;
}	
	
#boxblue-one {
	width: 95px;
	height: 95px;
	background-color: #0053A6;
	position: absolute;
	top: -50px;
	left: 0;
}

#boxorange-one {
	width: 95px;
	height: 95px;
	background-color: #F08300;
	position: absolute;
	top: 0px;
	left: 50px;
	z-index: 10;
}
	
#boxblue-two {
	width: 95px;
	height: 95px;
	background-color: #0053A6;
	position: absolute;
	bottom: 0px;
	right: 50px;
	z-index: 10;
}
	
#boxorange-two {
	width: 95px;
	height: 95px;
	background-color: #F08300;
	position: absolute;
	bottom: -50px;
	right: 0px;
}
	
/*access first page*/
	
#access {
	width: 100%;
	height: auto;
	background-color: #F4F8FD;
}
	
.access-info {
	display: flex;
	justify-content: space-around;
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;
}
	
.access-details {
	width: 50%;
	padding-left: 30px;
	max-width: 500px;
}
	
.access-map {
	width: 50%;
	padding-left: 30px;
}
	
.ifr {
	width: 100%;
}	
	
.access-item {
	display: flex;
	padding-bottom: 25px;
}
	
.access-title {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.07em;
	padding-right: 10px;
	width: 33%;
}	
	
.access-contents {
	font-size: 1.6em;
	letter-spacing: 0.07em;
	width: 67%;
}
	
/*footer*/
	
footer {
	width: 100%;
	height: auto;
	background-color: #0053A6;
}	
	
.footer-inner {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-left: 2.5%;
	padding-right: 2.5%;
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
}	

.footer-logo {
	max-width: 232px;	
	width: 20%;
}
	
.footer-logo img {
	width: 100%;
	height: auto;
}
	
.footer-right {
	width: 50%;
	max-width: 443px;
}
			
.footer-buttom a {
	width: 300px;
	margin: 0 auto;
	display: block;
	padding: 15px;
	background-color: #fff;
	color: #0053A6;
	text-align: center;
	font-size: 1.65em;
	font-weight: bold;
	position: relative;
	z-index: 1;
	border: 2px solid #fff;
	transition: all 0.5s ease 0s;
}
	
.footer-buttom a::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
	z-index: -1;
    background-color: #0053A6;
    transition: .2s;
}
	
.footer-buttom a:hover {
    color: #fff;
}

.footer-buttom a:hover::before{
    width: 100%;
}	
	
.footer-list {
	display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
	padding-top: 30px;
	width: 80%;
	margin: 0 auto;
}	
		
.footer-list li {
	padding-bottom: 20px;
}
	
.footer-list li:hover {
	text-decoration: underline #fff;
}	
	
.footer-list li a {
	color: #fff;
	font-size: 1.6em;
}	
	
.copy {
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 60px;
}
	
/*pagetop*/
	
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 50px;
    background-color: #5B90C5;
    opacity: 0.7;
    border-radius: 50%;
	display: none;
}	
	
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 5px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}	
	
/*greeting second page*/

.header-second {
	background-color: #0053A6;
}
	
.main-second {
	padding-top: 90px;
}
	
#top-second {
    background: linear-gradient(45deg,#0053A6,rgba(0,0,0,0) 200%);
	background-repeat: no-repeat;
	/*background-size: 100% 25%;*/
	background-size: 45% 88%;
	background-position: bottom left;
}	
	
#grt-second {
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 672px;
}

#grtpic-second {
	width: 50%;
	height: 672px;
	position: relative;
}

#grtpic-second img {
	width: 90%;
	max-width: 400px;
	height: auto;
	position: absolute;
	top: 0;
	left: 60%;
	transform: translate(-50%,0%);
}

#grtcontents-second {
	width: 50%;
	padding-left: 4%;
}
	
#grtcontents-second p {
	width: 80%;
	margin: 0 auto 20px auto;
	font-size: 1.6em;
	letter-spacing: 0.07em;
	line-height: 1.6;
}
	
	
/*service third page*/

.contents-third {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	/*align-items: center;*/
}

.service-secondpic {
	width: 55%;
	max-width: 550px;
	padding-left: 2%;
}

.service-secondpic img {
	width: 100%;
	margin: 0 auto;
}

.wrapper-third {
	width: 45%;
	padding-left: 2%;
	padding-right: 2%;
}
	
.wrapper-third p {
	font-size: 1.6em;
	letter-spacing: 0.07em;
	line-height: 1.7;
}	
	
.service-headder {
	padding-top: 0;
}	

#third-two {
	padding-top: 80px;	
}	
	
#third-three {
	padding-top: 80px;	
}	

#pdg-third {
	padding-left: 0;
	padding-right: 2%;
}

/*price third page*/

#price-third {
	width: 100%;
	height: auto;
	padding-bottom: 120px;
}

#price-exthird {
	background-color: #F4F8FD;
}

/*office forth page*/

#contents-forth {
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;
	border-collapse: collapse;
	border-left: 1px solid #0053A6;
    border-top: 1px solid #0053A6;
	line-height: 1.5;
}

#contents-forth th {
	padding: 20px 30px;
	text-align: left;
	background-color: #F4F8FD;
	font-size: 1.6em;
	border-right: 1px solid #0053A6;
    border-bottom: 1px solid #0053A6;
}

#contents-forth td {
	padding: 20px 30px;
	text-align: left;
	font-size: 1.6em;
	border-right: 1px solid #0053A6;
    border-bottom: 1px solid #0053A6;
}

/*access forth*/
	
#access-forth {
	width: 100%;
	height: auto;
	padding-bottom: 120px;
}

/*sitemap*/

#map {
	width: 40%;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#map li {
	padding-bottom: 15px;
}
	
#map li:last-child {
	padding-bottom: 0px;
}	

#map li a {
	position: relative;
	padding-left: 20px;
	display: block;
	font-size: 1.6em;
	color: #0053A6;
}

#map li a:hover {
	text-decoration: underline;
}

#map li a:before {
	position: absolute;
    margin: auto;
    content: "";
    top: 7px;
    left: 0px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #0053A6;
    border-right: none;
    border-left: 2px solid #0053A6;
    transform: rotate(135deg);
}

/*privacy*/

#privacy-contents {
	width: 75%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
	
#p-privacy {
	font-size: 1.6em;
	text-align: left;
}
	
.privacy-one {
	padding-top: 30px;
}
	
.privacy-details {
	font-size: 1.6em;
	text-align: left;
}

.privacy-heading {
	font-size: 1.8em;
	text-align: left;
	color: #000;
}
	
.o-privacy {
	font-size: 1.6em;
	margin-left: 4%;
	margin-top: 15px;
}
	
/*パンくずリスト*/

.bread-crumbs {
	padding-left: 4%;
	padding-top: 15px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.bread-crumbs ul {
	display: flex;
}	

.bread-crumbs ul li {
	font-size: 1.4em;
}
	
.bread-crumbs li:first-child:after {
	content: ">";
    margin: 0px 5px;
}
	
.bread-crumbs ul li a:hover {
	text-decoration: underline;
}

/*form*/

.form-container {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#form-sec {
	width: 80%;
	margin: 0 auto;
}

.form-p1 {
	text-align: center;
	font-size: 1.6em;
	/*padding-bottom: 20px;*/
	padding-bottom: 40px;
}

/*
.form-p2 {
	text-align: center;
	font-size: 1.5em;
	padding-bottom: 40px;
}*/

.form-contents {
	background-color: #F4F8FD;
	padding-top: 40px;
	padding-bottom: 40px;
}

.form-contents dl {
    margin-bottom: 30px;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
}

.form-contents dt {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 5px;
}

.mark1 {
	display: inline-block;
    background-color: #F37763;
    color: #FFFFFF;
    font-size: 0.75em;
    padding: 4px 10px;
    margin-left: 12px;
	line-height: 100%;
}

.mark2 {
	display: inline-block;
    background-color: #CCD4DB;
    color: #FFFFFF;
    font-size: 0.75em;
    padding: 4px 10px;
    margin-left: 12px;
	line-height: 100%;
}

.form-contents input[type="text"],[type="email"],[type="tel"]{
	width: 100%;
	padding: 15px;
    border: 1px solid #0053A6;
    background-color: #fff;
    color: #222;
}

.form-contents textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid #0053A6;
	color: #222;
	height: 8em;
}

.form-contents dl:last-child {
	margin-bottom: 0;
}

.form-contents input[type="submit"] {
    display: block;
    width: 40%;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s;
    border: 3px solid #0053A6;
    background-color: #0053A6;
    color: #fff;
    padding: 15px 0;
    font-size: 1.6em;
    line-height: 100%;
    font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 1;
}


.form-contents input[type="submit"]:hover {
    border: 3px solid #0053A6;
    background-color: #fff;
    color: #0053A6;
}

/*
.form-buttom::before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
	z-index: -1;
    background-color: #fff;
    transition: .2s;
}

.form-buttom:hover {
    color: #fff;
}

.form-buttom:hover::before{
    width: 100%;
}*/
/*プライバシーポリシー*/

.form-privacy {
	font-size: 12px;
	padding-bottom: 30px;
	width: 55%;
    margin-left: auto;
    margin-right: auto;
}
	
.form-privacy1 {
	color: #09d;
	text-decoration: underline;
}

/*conf php*/

#conf-contents {
	background-color: #F4F8FD;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}

#conf-contents dl {
    margin-bottom: 30px;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
}

#conf-contents dt {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 5px;
}

#conf-contents dd {
	font-size: 1.6em;
}

/*stepbar1*/
	
.stepBar {
	display: flex;
	max-width: 400px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 40px;
}
	
.stepBar li {
	font-size: 12px;
	list-style: none;
	position: relative;
	width: 33.333%;
}

/*間の棒*/
.stepBar li:after {
	background: #84BDF5;
	content: "";
	width: calc(100% - 24px);
	height: 4px;
	position: absolute;
	left: calc(-50% + 12px);
	top: 10px;
}

/*入力１の横の棒をかくす*/
.stepBar li:first-child:after {
	display: none;
}

/*数字*/	
.stepBar li span {
	background: #84BDF5;
	color: #ffffff;
	display: inline-block;
	height: 24px;
	margin-bottom: 5px;
	line-height: 24px;
	width: 24px;
	border-radius: 50%;
	text-align: center;
}
	
.stepBar .visited:after {
	background: #84BDF5;
}

	
.stepBar .visited span {
	background: #0053A6;
}

/*ボタン*/

#two_button {
	display: flex;	
	justify-content: center;
}	

#conf-contents input[type="button"] {
    display: block;
    width: 220px;
    margin-left: 5%;
	margin-right: 5%;
	cursor: pointer;
    transition: ease all .3s;
    border: solid 3px #0053A6;
    background: #fff;
    color: #0053A6;
    padding: 15px 10px;
    font-size: 1.6em;
    line-height: 100%;
    font-weight: bold;
    text-align: center;
}
	
#conf-contents input[type="button"]:hover{
    background: #0053A6;
    color: #fff;
}	
	
/*送信のボタン*/
	
#conf-contents input[type="submit"] {
    display: block;
    width: 220px;
	margin-left: 5%;
    margin-right: 5%;
    cursor: pointer;
    transition: ease all .3s;
    border: solid 3px #0053A6;
    background: #0053A6;
    color: #fff;
    padding: 15px 10px;
    font-size: 1.6em;
    line-height: 100%;
    font-weight: bold;
	text-align: center;
}
	
#conf-contents input[type="submit"]:hover{
    background: #fff;
    color: #0053A6;
}

/*send php*/

#send-p1 {
	text-align: center;
	font-size: 1.6em;
	padding-bottom: 50px;
}

#send-form input[type="button"] {
    display: block;
    width: 220px;
    margin: 0 auto;
	cursor: pointer;
    transition: ease all .3s;
    border: solid 3px #0053A6;
    background: #0053A6;
    color: #fff;
    padding: 15px 10px;
    font-size: 1.6em;
    line-height: 100%;
    font-weight: bold;
    text-align: center;
}

#send-form input[type="button"]:hover{
    background: #fff;
    color: #0053A6;
}

/*error php*/

#error-sec {
	width: 80%;
	margin: 0 auto;
}

/*エラーメッセージ*/
.msg {
    color: red;
	font-size: 1.4em;
}

/*columeの内容ページ*/

#nxtcolume-contents {
	width: 80%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	margin-bottom: 120px;
	background-color: #F4F8FD;
	padding-top: 50px;
	padding-bottom: 50px;
}

time {
	width: 80%;
    display: block;
    margin: 0 auto;
    font-size: 1.6em;
	text-align: left;
}

#nxtcolume-heading {
	width: 80%;
    display: block;
    margin: 0 auto;
    font-size: 2.4em;
	text-align: left;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}

#nxtcolume-ex {
	width: 80%;
    display: block;
    margin: 0 auto;
    font-size: 1.6em;
	text-align: left;
	padding-top: 20px;
}

}