@charset "utf-8";

.cf:after {
content:" ";
display: block;
clear: both;
}

.view-pc {
display: block;
}
.view-sp {
display: none;
}
 
@media only screen and (max-width: 850px) {
.view-pc { display: none;}
.view-sp { display: block;}
}

.imgresize {
max-width: 100%;
width: 100%;
}

.titleanime {
animation: titleanime 2.0s ease forwards;
}

@keyframes titleanime {
from{
opacity: 0;
transform: translateY(30px);
}

to{
opacity: 1;
transform: translateY(0);
}
}

.titleanime_s {
animation: titleanime 3.0s ease forwards;
}

@keyframes titleanime_s {
from{
opacity: 0;
transform: translateY(33px);
}

to{
opacity: 1;
transform: translateY(0);
}
}

.cntinnerbox {
width: 100%;
max-width: 75%;
margin: 0 auto ;
box-sizing: border-box;
}

@media only screen and ( max-width : 1200px ) {
.cntinnerbox {
width: 100%;
max-width: 100%;
padding: 0 3%;
}
}

.detailbt {
width: 100%;
margin: 0 auto;
background: #0c58b6;
border-radius: 5px;
display: block;
margin-top: 30px;
}

.detailbt a {
opacity: 1.0;
display: block;
text-align: center;
color: #fff;
letter-spacing: 0.04em;
font-weight: 500;
text-decoration: none;
padding: 4% 4% 5% 4%;
}

.detailbt a:hover {
background: #1B6ED5;
border-radius: 5px;
color: #fff;
}

.detailbt_top {
width: 100%;
margin: 0 auto;
border-radius: 4px;
display: block;
border: 2px solid #0c58b6;
margin-top:  30px;
}

.detailbt_top a {
opacity: 1.0;
display: block;
text-align: center;
letter-spacing: 0.04em;
color: #0c58b6;
font-weight: bold;
text-decoration: none;
padding: 5% 4% 5% 4%;
}

.detailbt_top a:hover {
background: #0c58b6;
color: #fff;
border-radius: 4px;
}

.bt-100 {
width: 100%;
margin: 0 auto;
}

.bt-50 {
width: 50%;
margin: 0 auto;
}

.bt-40 {
width: 40%;
margin: 0 auto;
}

.bt-30 {
width: 30%;
margin: 0 auto;
}

.bt-20 {
width: 20%;
margin: 0 auto;
}

@media only screen and ( max-width : 850px ) {
.detailbt a {
padding: 3%;
}

.bt-100 {
width: 80%;
}

.bt-50 {
width: 80%;
}

.bt-40 {
width: 80%;
}

.bt-30 {
width: 80%;
}

.bt-20 {
width: 60%;
}
}

.sec_s {
margin-bottom: 55px;
}

.sec_m {
margin-bottom: 75px;
}

.sec_l {
margin-bottom: 100px;
}

.bgc-w {
background: #fff;
}

ul.box-align_2 {
width: 100%;
margin: 0 auto;
}

ul.box-align_2 li {
display: inline-block;
vertical-align: top;
width: 49%;
margin: 0 2% 2% 0;
}

ul.box-align_2 li:nth-child(2n) {
display: inline-block;
vertical-align: top;
width: 49%;
margin: 0 0 2% 0;
}

ul.box-align_2 li p.tit {
font-weight: bold;
padding-top: 8px;
}

ul.box-align_2 li p.midtit {
color: #0c58b6;
font-weight: bold;
padding-top: 1.5%;
}

ul.box-align_2 li p.cnt {
padding: 0 0 1.3% 0;
}

ul.box-align_2 p.bt {
background: #313131;
border-radius: 4px;
width: 100%;
margin: 10px auto 20px auto;
}

ul.box-align_2 p.bt a {
font-size: 15px;
text-align: center;
display: block;
padding: 10px 0;
letter-spacing: 1px;
color: #fff;
text-decoration: none;
}

ul.box-align_2 p.bt a:hover {
border-radius: 4px;
opacity: 0.6;
}

ul.box-align_2 li img {
max-width: 100%;
width: 100%;
}

ul.box-align_3 {
width: 100%;
margin: 0 auto;
}

ul.box-align_3 li {
display: inline-block;
vertical-align: top;
width: 32%;
margin: 0 2% 2% 0;
}

ul.box-align_3 li:nth-child(3n) {
display: inline-block;
vertical-align: top;
width: 32%;
margin: 0 0 2% 0;
}

ul.box-align_3 li p.tit {
font-weight: bold;
padding-top: 8px;
}

ul.box-align_3 li p.cnt {
padding: 1.3% 0;
}

ul.box-align_3 p.bt {
background: #313131;
border-radius: 4px;
width: 100%;
margin: 10px auto 20px auto;
}

ul.box-align_3 p.bt a {
font-size: 15px;
text-align: center;
display: block;
padding: 10px 0;
letter-spacing: 1px;
color: #fff;
text-decoration: none;
}

ul.box-align_3 p.bt a:hover {
border-radius: 4px;
opacity: 0.6;
}

ul.box-align_3 li img {
max-width: 100%;
width: 100%;
}



ul.box-align_4 {
width: 100%;
margin: 0 auto;
}

ul.box-align_4 li {
display: inline-block;
vertical-align: top;
width: 23%;
margin: 0 2% 2% 0;
}

ul.box-align_4 li:nth-child(4n) {
display: inline-block;
vertical-align: top;
width: 23%;
margin: 0 0 2% 0;
}

ul.box-align_4 li p.tit {
font-weight: bold;
padding-top: 8px;
font-size: 14px;
}

ul.box-align_4 li p.cnt {
padding: 1.3% 0;
font-size: 14px;
}

ul.box-align_4 p.bt {
background: #313131;
border-radius: 4px;
width: 100%;
margin: 10px auto 20px auto;
}

ul.box-align_4 p.bt a {
font-size: 15px;
text-align: center;
display: block;
padding: 10px 0;
letter-spacing: 1px;
color: #fff;
text-decoration: none;
}

ul.box-align_4 p.bt a:hover {
border-radius: 4px;
opacity: 0.6;
}

ul.box-align_4 li img {
max-width: 100%;
width: 100%;
}

ul.box_flex_3 {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

ul.box_flex_3 li {
width: calc(33.3% - 10px);
margin: 5px;
}

ul.box_flex_3 li img {
max-width: 100%;
width: 100%;
}

ul.box_flex_3 li  p.tit {
font-weight: bold;
padding-top: 8px;
}

ul.box_flex_3 li  p.cnt {
padding: 1% 0;
}

ul.box_flex_3 li a{
text-decoration: none;
}

ul.box_flex_3 p.bt {
background: #313131;
border-radius: 4px;
width: 100%;
margin: 10px auto 20px auto;
}

ul.box_flex_3 p.bt a {
font-size: 15px;
text-align: center;
display: block;
padding: 10px 0;
letter-spacing: 1px;
color: #fff;
text-decoration: none;
}

ul.box_flex_3 p.bt a:hover {
border-radius: 4px;
opacity: 0.6;
}

ul.layout_hr01 {
width: 100%;
padding-bottom: 40px;
}

ul.layout_hr01 li.img {
float: right;
width: 36%;
}

ul.layout_hr01 li.img img {
width: 100%;
max-width: 100%;
}

ul.layout_hr01 li.txt {
float: left;
width: 59%;
}

ul.layout_hr01 li.txt p {
line-height: 180%;
}

ul.layout_hr01 li.txt p.tit {
font-size: 18px;
font-weight: 500;
color: #0c58b6;
letter-spacing: 0.03em;
padding-bottom: 10px;
}

ul.layout_hr01 li.txt p.tit2 {
font-size: 17px;
font-weight: bold;
letter-spacing: 0.03em;
padding-bottom: 10px;
}

ul.layout_hr02 {
width: 100%;
padding-bottom: 40px;
}

ul.layout_hr02 li.img {
float: left;
width: 36%;
}

ul.layout_hr02 li.img img {
width: 100%;
max-width: 100%;
}

ul.layout_hr02 li.txt {
float: right;
width: 59%;
}

ul.layout_hr02 li.txt p {
line-height: 180%;
}

ul.layout_hr02 li.txt p.tit {
font-size: 18px;
font-weight: bold;
color: #0c58b6;
letter-spacing: 0.03em;
padding-bottom: 10px;
}

ul.layout_hr03 {
width: 100%;
margin-bottom: 40px;
}

ul.layout_hr03 li.img {
float: right;
width: 36%;
}

ul.layout_hr03 li.img img {
width: 100%;
max-width: 100%;
}

ul.layout_hr03 li.txt {
float: left;
width: 45%;
padding: 4% 0 0 12%;
}

ul.layout_hr03 li.txt p {
line-height: 180%;
font-size: 16px;
}

ul.layout_hr03 li.txt p.tit {
font-size: 30px;
color: #0c58b6;
letter-spacing: 0.03em;
padding-bottom: 10px;
}

ul.layout_hr03 li.txt p.tit2 {
font-size: 18px;
font-weight: bold;
letter-spacing: 0.03em;
padding-bottom: 10px;
}

ul.layout_vr {
width: 100%;
padding-bottom: 40px;
}

ul.layout_vr li.img {
max-width: 70%;
margin: 0 auto;
padding-bottom: 30px;
}

ul.layout_vr li.img img {
width: 100%;
max-width: 100%;
}

ul.layout_vr li.txt {
max-width: 90%;
margin: 0 auto;
text-align: center;
display: block;
}

ul.layout_vr li.txt p.tit {
font-size: 22px;
font-weight: bold;
color: #0c58b6;
line-height: 140%;
}

ul.layout_vr li.txt p {
text-align: left;
display: inline-block;
line-height: 160%;
}

@media only screen and ( max-width : 850px ) {
ul.box-align_2 li {
margin: 0 2% 3.5% 0;
}

ul.box-align_2 li:nth-child(2n) {
margin: 0 0 3.5% 0;
}

ul.box-align_2 li p.tit {
font-size: 14px;
}

ul.box-align_2 li p.cnt {
font-size: 13px;
}
	
ul.box-align_3 li {
width: 49%;
margin: 0 2% 2% 0;
}

ul.box-align_3 li:nth-child(3n) {
width: 49%;
margin: 0 2% 2% 0;
}

ul.box-align_3 li:nth-child(2n) {
width: 49%;
margin: 0 0 2% 0;
}

ul.box-align_3 li p.tit {
font-size: 14px;
}

ul.box-align_3 li p.cnt {
font-size: 13px;
}

ul.box_flex_3 li {
width: calc(50% - 10px);
margin: 5px;
}

ul.box_flex_3 li p.tit {
font-size: 14px;
}

ul.box_flex_3 li p.cnt {
font-size: 13px;
}

ul.box-align_4 li {
width: 49%;
margin: 0 2% 2% 0;
}

ul.box-align_4 li:nth-child(4n) {
width: 49%;
margin: 0 0 2% 0;
}

ul.box-align_4 li:nth-child(2n) {
width: 49%;
margin: 0 0 2% 0;
}

ul.box-align_4 li p.tit {
font-size: 14px;
}

ul.box-align_4 li p.cnt {
font-size: 13px;
}

ul.layout_hr01 li.img {
width: 100%;
padding-bottom: 10px;
}

ul.layout_hr01 li.txt {
width: 100%;
}

ul.layout_hr01 li.txt p {
line-height: 170%;
}

ul.layout_hr01 li.txt p.tit {
font-size: 20px;
}

ul.layout_hr01 li.txt p.tit2 {
font-size: 18px;
}

ul.layout_hr02 li.img {
width: 100%;
padding-bottom: 10px;
}

ul.layout_hr02 li.txt {
width: 100%;
}

ul.layout_hr02 li.txt p.tit {
font-size: 20px;
}

ul.layout_hr02 li.txt p {
line-height: 170%;
}

ul.layout_hr03 li.txt {
float: none;
width: 90%;
margin:  0 auto;
padding: 0%;
}

ul.layout_hr03 li.img {
width: 100%;
padding-bottom: 10px;
}

ul.layout_hr03 li.txt p {
line-height: 170%;
}

ul.layout_hr03 li.txt p.tit {
font-size: 20px;
}

ul.layout_hr03 li.txt p.tit2 {
font-size: 18px;
}

ul.layout_hr04 li.img {
width: 100%;
padding-bottom: 10px;
}

ul.layout_hr04 li.txt {
float: none;
width: 90%;
margin:  0 auto;
padding: 0 0 4% 0;
}

ul.layout_hr04 li.txt p.tit {
font-size: 20px;
}

ul.layout_hr04 li.txt p {
line-height: 170%;
}
}

.darkred{
color: #CB0104;
}

input {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Verdana, Arial, Helvetica,"ＭＳ Ｐゴシック", "MS PGothic";
padding-top: 2px;
letter-spacing: 0.08em;
font-size: 15px;
}

select {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Verdana, Arial, Helvetica,"ＭＳ Ｐゴシック", "MS PGothic";
letter-spacing: 0.08em;
font-size: 15px;
}

textarea {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Verdana, Arial, Helvetica,"ＭＳ Ｐゴシック", "MS PGothic";
letter-spacing: 0.08em;
font-size: 15px;
}

@media only screen and ( max-width : 850px ) {
input {
font-size: 16px;
}

select {
font-size: 16px;
}

textarea {
font-size: 16px;
}
}