@charset "utf-8";
/* CSS Document */

.hero {
	background-image: url(/src/img/common/com_tit_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	border-top: #dae6ed 1px solid;
	border-bottom: #e4ebef 1px solid;
	margin-top: 130px;
}
.hero .titBox {
    padding: 5rem 0 4rem 0;
    text-align: center;
    letter-spacing: 2px;
}
.hero h1 {
    color: #666666;
    font-weight: 600;
    font-size: 2rem;
    }

.hero .titBox span {
    color: #488ab2;
    font-weight: normal;
    font-size: 1rem;
    display: inline-block;
    margin-top: 0.5rem;
}

.hero .titBox span:after {
    content: '';
    background-color: #488ab2;
    width: 100%;
    height: 3px;
    display: block;
    margin-top: 0.1rem;
}

.contents {
    border-bottom: #d4d6d7 1px solid;
}

.contents .inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    padding-bottom: 10rem;
}

.news_cont dl {
    border-bottom: #c6c6c8 1px solid;
    line-height: 2.7;
    padding-left: 30px;
    padding: 1.5rem 0 0.7rem 10px;
}
.news_cont a dl {
    color: #2f3032;
    transition: all 0.3s;
    position: relative;
}
.news_cont a dl:after {
	content: '';
	position: absolute;
	bottom: 8%;
	top: 45%;
	right: 20px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #b8cbd9;
	border-right: 2px solid #b8cbd9;
	transition: all 0.3s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.news_cont dl dt {
    padding-right: 10rem;
    width: 15%;
    padding-left: 2rem;
}
.news_cont dl dt span {
    font-size: 0.8rem;
    display: inline-block;
    padding: 0 0 0 10px;
}

.news_cont dl dt span:before {
    content: '｜';
    color: #8D8D8E;
    padding-right: 10px;
}

.news_cont dl dd {
    display:  inline-block;
    width: 75%;
    vertical-align:  top;
}

.news_cont dl dt, 
.news_cont dl dd {
	display: inline-block;
	vertical-align: top;
	line-height: 1.8;
}

.news_cont dl dd .redText {
    font-weight: 500;
    font-style: italic;
    color: #d5303f;
    border: #dca6ab 1px solid;
    padding: 0.1em 0.5em;
    margin-left: 0.5em;
}
.news_cont .com_btn {
    margin-top: 30px;
    text-align: right;
}
.news_cont .com_btn a {
    color: #2f3032;
    font-size: 0.95rem;
    display: inline-block;
}
.page_btn a {
    border: #e2e4e5 1px solid;
    padding: 1.1rem 3rem 1rem;
    font-size: 15px;
    position: relative;
    margin: 0 1rem;
    color: #488ab2;
    background-color: #eff1f2;
    font-weight: 600;
}

.page_btn {
    text-align: center;
    margin: 10rem 0;
}

.page_btn a .arrow {
    width: 20px;
    height: 20px;
    background-color: #2489e2;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    text-align: center;
    line-height: 01;
    margin-left: 0.5rem;
    background-image: url(/src/img/common/arrow_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

.page_btn a#np-prev .arrow {
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    left: 1rem;
}

.page_btn a#np-next .arrow {
    right: 1rem;
}
#pagenation {
				margin: 40px 0 0;
				text-align: center;
				}
				#pagenation a {
					background: #b7bdc2;
					color: #fff;
					display: inline-block;
					font-size: 1rem;
					font-weight: 700;
					height: 40px;
					line-height: 2.6;
					position: relative;
					vertical-align: middle;
					width: 40px;
					height: 40px;
					margin:2px;
					border-radius: 50%;
					}
					#pagenation a:hover,
					#pagenation a.current {background: #488ab2;color: #fff;}
					#pagenation a#np-prev:after, 
					#pagenation a#np-next:after {
						content: '';
						position: absolute;
						top: 40%;
						left: 40%;
						width: 8px;
						height: 8px;
						border-top: 2px solid #fff;
						border-right: 2px solid #fff;
						transition: all 0.3s;
						-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
					}

					#pagenation a#np-prev:after {
						-webkit-transform: rotate(225deg);
						transform: rotate(225deg);
					}
					#pagenation a#np-prev,
					#pagenation a#np-next {
						position: relative;
						background-size: 16px;
						}
					
					.page_btn a#current {
						background-color: #488ab2;
						color: #fff;
					}

					.page_btn a#np-prev:after, 
					.page_btn a#np-next:after {
						content: '';
						position: absolute;
						top: 45%;
						width: 6px;
						height: 6px;
						border-top: 2px solid #488ab2;
						border-right: 2px solid #488ab2;
						transition: all 0.3s;
						-webkit-transform: rotate(45deg);
						transform: rotate(45deg);
						z-index: 10;
					}

					.page_btn a#np-prev:after {
						left: 15px;
						-webkit-transform: rotate(225deg);
						transform: rotate(225deg);
					}

					.page_btn a#np-next:after {
						right: 15px;
					}
				
					#pagenation a#np-next:before {
						border-left: 1px dotted #1e52c7;
						left: -10px;

						}

					#pagenation .pagename p {
						font-size: 13px;
						text-align: center;
						}
					#pagenation .pagenumber {margin-top: 10px;}

.titArea {
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #c0c5cb;
    line-height: 2.2;
    font-weight: 600;
}

.entry_body {
    padding: 2rem 0;
}

.entry_body p {
    line-height: 2.5;
}

.titArea .date {
    color: #2389e2;
}

.entry_body p img {
    max-height: 330px;
    margin: 2rem 0;
}



@media screen and (min-width: 1025px) {
a:hover span.arrow {
    background: #0492f6;
    
}
.news_cont a:hover dl {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    opacity: 1;
	z-index:1;
}
.news_cont .com_btn a:hover {
    color: #0492f6;
    
}

a:hover span.arrow {
    background-image: url(/src/img/common/arrow_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}
}


@media screen and (max-width: 1024px) {
.hero {
    margin-top: 80px;
}
.contents .inner {
    max-width: 90%;
}

.contents .inner h2 {
    font-size: 1.4rem;
}

.intro h1 {
    font-size: 2rem;
	padding: 8rem 0 10rem 0;
}
.textArea {
    width: 100%;
}

.ques_form {
    width: 90%;
}

.inputArea dt {
    width: 32%;
    padding: 1rem 0;
}
.news_cont dl dt {
    width: 5%;
    padding-left: 1%;
}

}

@media screen and (max-width: 750px) {
.hero h1 {
    font-size: 1.8rem;
}
.hero .titBox {
    padding: 3.5rem 0 3rem 0;
}

.hero .titBox span {
    font-size: 0.8rem;
}

.hero .titBox span:after {
    height: 2px;
}

.contents .inner {
    padding-bottom: 8rem;
}

.contents .inner h2 {
    font-size: 1.2rem;
    line-height: 1.7;
}
.contents .inner h2 span {display: block;}
.contents .inner h2 em {
    display: block;
}

.textArea {
    line-height: 2;
    padding: 2rem 1rem;
}

.inputArea dt, .inputArea dd {
    display: block;
    width: 100%;
}

.inputArea dt p .block {
    display: inline;
}

textarea {
    width: 100%;
}

.inputArea #fdw_address dd input, 
.inputArea #fdw_name dd input, 
.inputArea #fdw_name_kana dd input {
    width: 100%;
}

.inputArea dt em .block {
    display: initial;
}

#fdw_date dd input {
    width: 80%;
}

.inputArea #fdw_mail dd input {
    width: 90%;
}
.news_cont dl dt,
.news_cont dl dd {
    display: block;
    width: 100%;
    font-size: 14px;
}

.news_cont dl {
    padding: 10px;
}

.news_cont dl dt {
    padding: 0;
}

.news_cont dl dd {
    line-height: 1.5;
}
.news_cont a dl:after {
    width: 8px;
    height: 8px;
    right: 10px;
}

.entry_body p {
    line-height: 2;
}

.entry_body p img {
    width: 80%;
    height: auto;
}

.titArea {
    padding-bottom: 0.7rem;
}

.page_btn {
    margin: 2rem 0;
}
.page_btn a {
    padding: 1rem;
    margin: 0 0.1rem;
    font-size: 14px;
    width: 30%;
    display: inline-block;
}

.page_btn a#np-prev .arrow {
    left: 0;
}

.page_btn a#np-next .arrow {
    right: 0.5rem;
}
#pagenation a {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0;
}

#pagenation a#np-prev:after, 
#pagenation a#np-next:after {
    width: 6px;
    height: 6px;
    top: 37%;
}

}


@media screen and (max-width: 480px) {
.hero h1 { font-size: 1.5rem; }
.hero .titBox span {margin-top: 0.3rem;}
.contents .inner h2 {
    font-size: 1.1rem;
    padding: 0 0.5rem;
}

.textArea {
    padding: 1rem;
    text-align: left;
    font-size: 0.85rem;
    line-height: 1.9;
}
.textArea p:nth-child(1), 
.textArea p:nth-child(2), 
.textArea p:nth-child(4) {
    display: initial;
}

.ques_form {
    margin: 2rem auto;
}

.inputArea dt {
    padding: 0.5rem 0;
}

.inputArea input[type="text"] {
    padding: 0.5rem;
}

#fdw_date dd input {
    margin-left: 0;
    width: 100%;
}

#fdw_date .select {
    margin-bottom: 0.2rem;
    display: block;
}

.inputArea dd a {
    padding: 0;
}

.inputArea #fdw_tel dd input {
    width: 100%;
}

.btnArea #submitBtn, 
.btnArea2 #submitBtn {
    font-size: 0.65rem;
    padding: 1rem 5rem;
}
.page_btn a#np-prev:after, 
.page_btn a#np-next:after {
    content: none;
}

.page_btn a {
    padding: 0.7rem 0.6rem;
    font-size: 13.5px;
}
}