@charset "UTF-8";
/* CSS Document */
/*--------------------
01.共通
02.ヘッダー
03.フッター
04.
--------------------*/
/*----------
01.共通
----------*/

body{
-webkit-font-smoothing: antialiased;
}
*{
box-sizing: border-box;
}
*:focus {
outline: none;
}
#wrapper{
width: 100%;
overflow: hidden;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-size: 16px;
color: #071B46;
position: relative;
}
.pc{
display: block;
}
.sp{
display: none;
}
.contents_in{
max-width: 1080px;
width: 96%;
margin: 0 auto;
}
a{
color: #071B46;
}
a:hover{
color: #071B46;
}
a:link{
color: #071B46;
}
img{
width: 100%;
height: auto;
display: block;
}
source{
width: 100%;
height: auto;
display: block;
}
picture {
display: block;
}
.kaisei_font {
font-family: 'Kaisei Tokumin', serif;
}
.title_ptn01 {
font-family: 'Kaisei Tokumin', serif;
font-size: 42px;
line-height: 50px;
letter-spacing: 1px;
padding: 0 46px;
position: relative;
width: fit-content;
margin: 0 auto 25px;
text-align: center;
}
.title_ptn01::before {
position: absolute;
content: "";
background: url("../img/icon_title_left01.png")no-repeat center/contain;
width: 29px;
height: 32px;
bottom: 0;
left: 0;
}
.title_ptn01::after {
position: absolute;
content: "";
background: url("../img/icon_title_right01.png")no-repeat center/contain;
width: 29px;
height: 32px;
bottom: 0;
right: 0;
}
.btn_ptn01 {
max-width: 380px;
width: 100%;
}
.btn_ptn01 a {
color: #FFFFFF;
background: #D00E0E;
border: solid #D00E0E 2px;
text-align: center;
font-size: 24px;
line-height: 1;
font-weight: 500;
display: block;
padding: 21px 0;
border-radius: 35px;
position: relative;
}
.btn_ptn01 a:hover {
background: #FFFFFF;
color: #D00E0E;
}
.btn_ptn01 a::after {
position: absolute;
content: "";
background: url("../img/icon_arrow01.png")no-repeat center/contain;
width: 28px;
height: 28px;
top: 50%;
transform: translateY(-50%);
right: 20px;
transition: 0.3s;
}
.search_form {
border: solid #D00E0E 3px;
border-radius: 10px;
background: #F2EDD9
}
.search_form .title_text {
font-size: 22px;
line-height: 38px;
font-weight: 500;
background: #D00E0E;
color: #FFFFFF;
padding: 12px 0 13px;
text-align: center;
position: relative;
}
.search_form form {
padding: 40px 66px;
}
.search_form .info_box {
width: 100%;
}
.search_form .info_box .cnt_img {
max-width: 18px;
margin: 0 0 0 auto;
}
.search_form .info_box .cnt_img:hover {
cursor: pointer;
}
.search_form .info_box p {
font-size: 14px;
line-height: 24px;
font-weight: 500;
background: #F9F9F9;
color: #343434;
border-radius: 8px;
padding: 10px 15px;
position: absolute;
bottom: 33px;
right: -10px;
display: none;
text-align: left;
}
.search_form .info_box .cnt_img:hover + p{
display: block;
}
.search_form form .flex_wrap {
display: flex;
align-items: stretch;
justify-content: space-between;
max-width: 897px;
width: 100%;
margin: 0 auto 38px;
}
.search_form form .flex_wrap .item_box {
background: #FFFFFF;
padding: 25px 10px 19px;
border-radius: 10px;
max-width: 414px;
width: 48.5%;
position: relative;
}
.search_form form .flex_wrap .item_box .info_box {
position: absolute;
top: 10px;
right: 10px;
z-index: 1;
}
.search_form form .flex_wrap .item_box .info_box p {
max-width: 87%;
}
.search_form form .flex_wrap .item_box .cnt_title {
margin: 0 auto;
}
.search_form form .flex_wrap .item_box .cnt_title .cnt_img {
max-width: 60px;
margin: 0 auto 10px;
}
.search_form form .flex_wrap .item_box .cnt_title .text {
font-size: 20px;
line-height: 29px;
font-weight: 500;
width: fit-content;
margin: 0 auto;
text-align: center;
}
.search_form form .flex_wrap .item_box .radio_box {
display: block;
max-width: 275px;
margin: 20px auto 0;
}
.search_form form .flex_wrap .item_box .radio_btn:first-child {
margin-bottom: 13px;
}
.search_form form .flex_wrap .item_box .radio_btn label {
font-size: 14px;
line-height: 27px;
font-weight: 500;
text-align: center;
color: #999999;
background: #F0F0F0;
padding: 6px 0;
border-radius: 21px;
width: 100%;
display: block;
}
.search_form form .flex_wrap .item_box .radio_btn label:hover {
cursor: pointer;
}
.search_form form .flex_wrap .item_box .radio_btn input {
display: none;
}
.search_form form .flex_wrap .item_box .radio_btn input:checked + label {
background: #5C719C;
color: #FFFFFF;
}
.search_form form .all_check {
max-width: 300px;
width: 100%;
display: block;
padding: 0 10px 0 42px;
position: relative;
font-size: 13px;
line-height: 22px;
font-weight: 700;
color: #5C719C;
margin: 5px auto 7px;
}
.search_form form .all_check span{
position: absolute;
top: 0;
left: 0;
cursor: pointer;
display: block;
}
.search_form form .all_check span::before{
position: absolute;
content: "";
width: 20px;
height: 20px; 
top: 0;
left: 10px; 
background: #FFFFFF;
border: solid #999999 1px; 
border-radius: 4px;
}
.search_form form .all_check span::after {
position: absolute;
width: 4.5px;
height: 11px;
top: 2px;
left: 17.5px;
border-right: solid #E6E6E6 3.5px; 
border-bottom: solid #E6E6E6 3.5px;
content: '';
transform: rotate(43deg)
}
.search_form form .all_check input[type=checkbox] {
display:none
}
.search_form form .all_check input[type=checkbox]:checked + span::after {
border-color: #22355F;
}
.search_form form .check_list {
display: flex;
align-items: stretch;
justify-content: space-between;
flex-wrap: wrap;
max-width: 300px;
background: #F5F5F5;
padding: 5px 10px;
margin: 0 auto;
border-radius: 6px;
}
.search_form form .check_list input[type=checkbox] {
display:none
}
.search_form form .check_list label{
position: relative;
padding-left: 32px;
cursor: pointer;
font-size: 15px;
line-height: 22px;
font-weight: 500;
color: #343434;
display: block;
margin: 5px 0;
}
.search_form form .check_list label:nth-of-type(odd) {
min-width: 140px;
}
.search_form form .check_list label:nth-of-type(even) {
min-width: 121px;
}
.search_form form .check_list label::before{
width: 20px;
height: 20px; 
left: 0; 
background: #FFFFFF;
border: solid #999999 1px; 
margin-top: -10px;
border-radius: 4px;
}
.search_form form .check_list label::before{
position: absolute;
content: "";
top: 11px;
}
.search_form form .check_list label::after {
position: absolute;
width: 4.5px;
height: 11px;
top: 3px;
left: 7.5px;
border-right: solid #E6E6E6 3.5px; 
border-bottom: solid #E6E6E6 3.5px;
content: '';
transform: rotate(43deg);
}
.search_form form .check_list input[type=checkbox]:checked + label::after {
border-color: #22355F;
}
.search_form form .tag_title {
font-size: 17px;
line-height: 26px;
font-weight: 700;
color: #071B46;
text-align: center;
position: relative;
max-width: 447px;
margin: 0 auto;
}
.search_form form .tag_title::after {
position: absolute;
content: "";
background: #071B46;
width: 100%;
height: 1px;
top: 50%;
transform: translateY(-50%);
left: 0;
z-index: 0;
}
.search_form form .tag_title span {
background: #F2EDD9;
width: fit-content;
padding: 0 19px;
margin: 0 auto;
display: block;
position: relative;
z-index: 1;
}
.search_form .info_box.tag {
margin: 5px 0 14px;
position: relative;
}
.search_form .info_box.tag p {
max-width: 100%;
z-index: 1;
}
.search_form form .tag_list {
display: flex;
align-items: stretch;
justify-content: flex-start;
flex-wrap: wrap;
max-height: 92px;
transition: max-height 0.1s linear;
overflow: hidden;
}
.search_form form .tag_list.active {
max-height: 1000px;
transition: max-height 1s linear;
}
.search_form form .tag_list label {
font-size: 14px;
line-height: 26px;
font-weight: 500;
text-align: center;
color: #343434;
background: #FFFFFF;
padding: 2px 16px;
border-radius: 21px;
display: inline-block;
margin: 0 20px 16px 0;
}
.search_form form .tag_list label:hover {
cursor: pointer;
}
.search_form form .tag_list input {
display: none;
}
.search_form form .tag_list input:checked + label {
background: #5C719C;
color: #FFFFFF;
}
.search_form form .tag_open {
width: fit-content;
margin: 0 0 0 auto;
font-size: 14px;
font-weight: 500;
padding: 0 20px;
position: relative;
}
.search_form form .tag_open:hover {
cursor: pointer;
}
.search_form form .tag_open::after {
position: absolute;
content: "";
background:url("../../img/search/icon_arrow02.png")no-repeat center/contain;
width: 12px;
height: 6px;
top: 5px;
right: 0;
transition: 0.3s;
}
.search_form form .tag_open.active::after {
transform: rotate(180deg);
transition: 0.3s;
}
.search_form .btn_box {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 670px;
width: 100%;
margin: 40px auto 0;
}
.search_form .btn_box .search_btn {
max-width: 320px;
width: 48%;
position: relative;
}
.search_form .btn_box .search_btn::after {
position: absolute;
content: "";
background: url("../img/icon_arrow01.png")no-repeat center/contain;
width: 28px;
height: 28px;
top: 50%;
transform: translateY(-50%);
right: 20px;
transition: 0.3s;
}
.search_form .btn_box .search_btn button {
font-size: 20px;
line-height: 1;
font-weight: 500;
font-family: 'Zen Kaku Gothic New', sans-serif;
text-align: center;
color: #FFFFFF;
border: solid #D00E0E 2px;
background: #D00E0E;
padding: 23px 0;
width: 100%;
border-radius: 35px;
}
.search_form .btn_box .search_btn:hover button {
cursor: pointer;
background: #FFFFFF;
color: #D00E0E;
}
.search_form .btn_box .reset_btn {
max-width: 320px;
width: 48%;
}
.search_form .btn_box .reset_btn input {
font-size: 20px;
line-height: 1;
font-weight: 500;
font-family: 'Zen Kaku Gothic New', sans-serif;
text-align: center;
color: #FFFFFF;
border: none;
background: #B4B4B4;
padding: 25px 0;
width: 100%;
border-radius: 35px;
}
.search_form .btn_box .reset_btn input:hover {
cursor: pointer;
background: #999999;
}
/*共通アニメーション*/
.inview {
opacity: 0;
transform: translate(0, 20%);
transition: 1.2s;
}
.inview.is_show {
transform: translate(0, 0);
opacity: 1;
}
.inview_left {
opacity: 0;
transform: translate(-30%, 0);
transition: 2s;
}
.inview_left.is_show {
transform: translate(0, 0);
opacity: 1;
}
.inview_right {
opacity: 0;
transform: translate(30%, 0);
transition: 2s;
}
.inview_right.is_show {
transform: translate(0, 0);
opacity: 1;
}
/*----------
02.ヘッダー
----------*/
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 10;
}
header.front_page {
background: none;
}
header .header_wrap {
display: flex;
align-items: flex-start;
justify-content: flex-end;
position: relative;
}
header .header_wrap .logo {
max-width: 339px;
padding: 17px 0;
position: absolute;
top: 0;
left: 0;
}
header.scrolled .header_wrap .logo{
animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}
header .header_wrap .btn_box {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 421px;
width: 100%;
}
header .header_wrap .btn_box .btn01 {
max-width: 203px;
width: 100%;
}
header .header_wrap .btn_box .btn01 a {
font-size: 16px;
line-height: 1;
font-weight: 500;
text-align: center;
color: #FFFFFF;
display: block;
padding: 21px 10px 20px 0;
border-radius: 0 0 10px 10px;
position: relative;
}
header .header_wrap .btn_box .btn01 a::after {
position: absolute;
content: "";
background: url("../img/icon_arrow01.png")no-repeat center/contain;
width: 19px;
height: 19px;
top: 50%;
transform: translateY(-50%);
right: 10px;
transition: 0.3s;
}
header .header_wrap .btn_box .btn01 a:hover::after {
right: 4px;
}
header .header_wrap .btn_box .btn01.company a {
background: #D00E0E;
}
header .header_wrap .btn_box .btn01.sponsor a {
background: #999999;
}
header .header_wrap .btn_box .btn01.none a:hover {
cursor: inherit;
}
header .header_wrap .btn_box .btn01.none a:hover::after {
right: 10px;
}
header .open_btn {
width: 90px;
height: 80px;
background: #D00E0E;
border-radius: 0 0 0 30px;
z-index: 12;
position: fixed;
top: 0;
right: 0;
padding: 29px 0 0;
}
header .open_btn:hover {
cursor: pointer;
}
header .open_btn .btn_in {
width: 26px;
height: 20px;
position: relative;
margin: 0 auto;
}
header .open_btn .btn_in span {
position: absolute;
width: 100%;
height: 2px;
background: #FFFFFF;
left: 0;
transition: 0.3s;
}
header .open_btn .btn_in span:nth-child(1) {
top: 0;
}
header .open_btn .btn_in span:nth-child(2) {
top: 9px;
}
header .open_btn .btn_in span:nth-child(3) {
top: 18px;
}
header .open_btn:hover .btn_in span:nth-child(2) {
left: 10px;
}
header .open_btn.active .btn_in span:nth-child(1) {
transform: rotate(-45deg);
top: 9px
}
header .open_btn.active .btn_in span:nth-child(2) {
display: none;
}
header .open_btn.active .btn_in span:nth-child(3) {
transform: rotate(45deg);
top: 9px
}
header .nav_wrap {
background: #071B46;
width: 43%;
height: auto;
max-height: calc(100vh - 116px);
position: fixed;
top: 0;
right: -43%;
border-radius: 50px 0 0 50px;
padding: 60px 0;
z-index: 11;
transition: 0.3s;
}
header .nav_wrap.active {
right: 0;
}
header .nav_wrap .nav_list {
max-width: 340px;
margin: 0 auto;
}
header .nav_wrap .nav_list li {
font-size: 22px;
line-height: 32px;
font-weight: 500;
font-family: 'Kaisei Tokumin', serif;
margin-bottom: 40px;
}
header .nav_wrap .nav_list li:last-child {
margin-bottom: 0;
}
header .nav_wrap .nav_list li a {
position: relative;
color: #FFFFFF;
padding-left: 32px;
transition: 0.3s;
}
header .nav_wrap .nav_list li a::before {
position: absolute;
content: "";
background: #D00E0E;
width: 12px;
height: 2px;
top: 50%;
transform: translateY(-50%);
left: 0;
}
header .nav_wrap .nav_list li a:hover {
padding-left: 22px;
color: #DACE9B;
}
/*----------
03.フッター
----------*/
footer {
background: #F2EDD9;
padding: 50px 0;
}
footer .cnt_g {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
footer .cnt_g .logo {
max-width: 260px;
}
footer .cnt_g .nav_list li {
font-size: 18px;
line-height: 28px;
font-weight: 500;
margin-bottom: 10px;
}
footer .cnt_g .nav_list li:last-child {
margin-bottom: 0;
}
footer .cnt_g .nav_list li a:hover {
opacity: 0.6;
}
@media only screen and (max-width:1024px){
/*----------
01.共通
----------*/
.title_ptn01 {
font-family: 'Kaisei Tokumin', serif;
font-size: 34px;
line-height: 42px;
letter-spacing: 1px;
padding: 0 38px;
position: relative;
width: fit-content;
margin: 0 auto 25px;
}
.title_ptn01::before {
position: absolute;
content: "";
background: url("../img/icon_title_left01.png")no-repeat center/contain;
width: 25px;
height: 28px;
bottom: 0;
left: 0;
}
.title_ptn01::after {
position: absolute;
content: "";
background: url("../img/icon_title_right01.png")no-repeat center/contain;
width: 25px;
height: 28px;
bottom: 0;
right: 0;
}
.btn_ptn01 {
max-width: 360px;
width: 100%;
}
.btn_ptn01 a {
color: #FFFFFF;
background: #D00E0E;
border: solid #D00E0E 2px;
text-align: center;
font-size: 22px;
line-height: 1;
font-weight: 500;
display: block;
padding: 19px 0 20px;
border-radius: 33px;
position: relative;
}
.btn_ptn01 a::after {
position: absolute;
content: "";
background: url("../img/icon_arrow01.png")no-repeat center/contain;
width: 26px;
height: 26px;
top: 50%;
transform: translateY(-50%);
right: 20px;
transition: 0.3s;
}
.search_form form {
padding: 30px 20px;
}
.search_form .title_text {
font-size: 20px;
line-height: 38px;
font-weight: 500;
background: #D00E0E;
color: #FFFFFF;
padding: 10px 0 11px;
text-align: center;
}
.search_form form .flex_wrap .item_box {
background: #FFFFFF;
padding: 25px 13px 19px;
border-radius: 10px;
max-width: 414px;
width: 48.5%;
}
.search_form form .flex_wrap .item_box .cnt_title .cnt_img {
max-width: 50px;
margin: 0 auto 10px;
}
.search_form form .flex_wrap .item_box .cnt_title .text {
font-size: 18px;
line-height: 26px;
font-weight: 500;
width: fit-content;
margin: 0 auto;
text-align: center;
}
.search_form form .flex_wrap .item_box .cnt_title .text .min {
font-size: 17px;
line-height: 1;
color: #999999;
margin: 0 4px;
display: block;
}
.search_form form .flex_wrap .item_box .radio_btn {
margin-bottom: 8px;
width: 100%;
}
.search_form form .flex_wrap .item_box .radio_btn:last-child {
margin-bottom: 0;
}
.search_form form .tag_list label {
font-size: 14px;
line-height: 26px;
font-weight: 500;
text-align: center;
color: #343434;
background: #FFFFFF;
padding: 2px 16px;
border-radius: 21px;
display: inline-block;
margin: 0 15px 16px 0;
}
.search_form .btn_box .search_btn button {
font-size: 19px;
line-height: 1;
font-weight: 500;
font-family: 'Zen Kaku Gothic New', sans-serif;
text-align: center;
color: #FFFFFF;
border: solid #D00E0E 2px;
background: #D00E0E;
padding: 21px 0;
width: 100%;
border-radius: 33px;
}
.search_form .btn_box .reset_btn input {
font-size: 19px;
line-height: 1;
font-weight: 500;
font-family: 'Zen Kaku Gothic New', sans-serif;
text-align: center;
color: #FFFFFF;
border: none;
background: #B4B4B4;
padding: 23px 0;
width: 100%;
border-radius: 33px;
}
/*----------
02.ヘッダー
----------*/
header .header_wrap .logo {
max-width: 290px;
padding: 16px 0;
}
header .header_wrap .btn_box {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 375px;
width: 100%;
}
header .header_wrap .btn_box .btn01 {
max-width: 180px;
width: 100%;
}
header .open_btn {
width: 78.5px;
height: 70px;
background: #D00E0E;
border-radius: 0 0 0 25px;
z-index: 12;
position: fixed;
top: 0;
right: 0;
padding: 24px 0 0;
}
header .open_btn .btn_in {
width: 24px;
height: 18px;
margin: 0 auto;
}
header .open_btn .btn_in span:nth-child(2) {
top: 8px;
}
header .open_btn .btn_in span:nth-child(3) {
top: 16px;
}
header .open_btn.active .btn_in span:nth-child(1) {
transform: rotate(-45deg);
top: 8px
}
header .open_btn.active .btn_in span:nth-child(3) {
transform: rotate(45deg);
top: 8px
}
header .nav_wrap {
background: #071B46;
width: 55%;
height: auto;
max-height: calc(100% - 112px);
position: fixed;
top: 0;
right: -55%;
z-index: 11;
transition: 0.3s;
padding: 50px 0;
display: flex;
align-items: center;
justify-content: center;
}
header .nav_wrap .nav_list {
max-width: 270px;
margin: 0 auto;
}
header .nav_wrap .nav_list li {
font-size: 20px;
line-height: 28px;
font-weight: 500;
font-family: 'Kaisei Tokumin', serif;
margin-bottom: 34px;
}
header .nav_wrap .nav_list li a {
position: relative;
color: #FFFFFF;
padding-left: 27px;
transition: 0.3s;
}
header .nav_wrap .nav_list li a::before {
position: absolute;
content: "";
background: #D00E0E;
width: 10px;
height: 2px;
top: 50%;
transform: translateY(-50%);
left: 0;
}
header .nav_wrap .nav_list li a:hover {
padding-left: 17px;
color: #DACE9B;
}
/*----------
03.フッター
----------*/
footer {
background: #F2EDD9;
padding: 40px 0;
}
footer .cnt_g .logo {
max-width: 240px;
}
footer .cnt_g .nav_list li {
margin-bottom: 8px;
font-size: 17px;
line-height: 28px;
font-weight: 500;
}
}
@media only screen and (max-width:750px){
/*----------
01.共通
----------*/
.pc{
display: none;
}
.sp{
display: block;
}
.contents_in{
width: calc(100% - 20px - 20px);
}
.title_ptn01 {
font-family: 'Kaisei Tokumin', serif;
font-size: 25px;
line-height: 34px;
letter-spacing: 1px;
padding: 0 24px;
position: relative;
width: fit-content;
margin: 0 auto 20px;
}
.title_ptn01::before {
position: absolute;
content: "";
background: url("../img/icon_title_left01.png")no-repeat center/contain;
width: 20px;
height: 24px;
bottom: 0;
left: 0;
}
.title_ptn01::after {
position: absolute;
content: "";
background: url("../img/icon_title_right01.png")no-repeat center/contain;
width: 20px;
height: 24px;
bottom: 0;
right: 0;
}
.btn_ptn01 {
max-width: 335px;
width: 100%;
}
.btn_ptn01 a {
color: #FFFFFF;
background: #D00E0E;
border: solid #D00E0E 2px;
text-align: center;
font-size: 20px;
line-height: 1;
font-weight: 500;
display: block;
padding: 18px 0;
border-radius: 30px;
position: relative;
}
.btn_ptn01 a::after {
position: absolute;
content: "";
background: url("../img/icon_arrow01.png")no-repeat center/contain;
width: 24px;
height: 24px;
top: 50%;
transform: translateY(-50%);
right: 20px;
transition: 0.3s;
}
.search_form .title_text {
font-size: 18px;
line-height: 38px;
font-weight: 500;
background: #D00E0E;
color: #FFFFFF;
padding: 6px 0 7px;
text-align: center;
}
.search_form form {
padding: 30px 15px;
}
.search_form  .info_box p {
font-size: 13px;
line-height: 24px;
font-weight: 500;
background: #F9F9F9;
color: #343434;
border-radius: 8px;
padding: 15px 10px;
position: absolute;
bottom: inherit;
top: 28px;
right: 0;
display: none;
}
.search_form form .flex_wrap {
display: block;
max-width: 960px;
width: 100%;
margin: 0 auto;
}
.search_form form .flex_wrap .item_box {
background: #FFFFFF;
padding: 20px 10px;
border-radius: 10px;
max-width: inherit;
width: 100%;
margin: 0 auto 10px;
}
.search_form form .flex_wrap .item_box .info_box p {
max-width: calc(100% - 10px - 10px)
}
.search_form form .flex_wrap .item_box .cnt_title {
min-height: inherit;
margin: 0 auto 15px;
}
.search_form form .flex_wrap .item_box .cnt_title .cnt_img {
max-width: 50px;
margin: 0 auto 8px;
}
.search_form form .flex_wrap .item_box .cnt_title .text {
font-size: 18px;
line-height: 24px;
font-weight: 500;
width: fit-content;
margin: 0 auto;
text-align: center;
}
.search_form form .flex_wrap .item_box .cnt_title .text .min {
font-size: 16px;
line-height: 1;
color: #999999;
margin: 0 3px;
display: block;
}
.search_form form .flex_wrap .item_box .radio_box {
max-width: 245px;
margin: 0 auto;
}
.search_form form .flex_wrap .item_box .radio_btn:first-child {
margin-bottom: 10px;
}
.search_form .info_box.tag p {
max-width: 100%;
right: 0;
}
.search_form form .tag_list {
display: flex;
align-items: stretch;
justify-content: flex-start;
flex-wrap: wrap;
max-height: 114px;
transition: max-height 0.1s linear;
overflow: hidden;
}
.search_form form .tag_list label {
font-size: 13px;
line-height: 24px;
font-weight: 500;
text-align: center;
color: #343434;
background: #FFFFFF;
padding: 2px 14px;
border-radius: 21px;
display: inline-block;
margin: 0 10px 10px 0;
}
.search_form .btn_box {
display: block;
max-width: 670px;
width: 100%;
margin: 30px auto 0;
}
.search_form .btn_box .search_btn {
max-width: 335px;
width: 100%;
position: relative;
margin: 0 auto 10px;
}
.search_form .btn_box .search_btn::after {
position: absolute;
content: "";
background: url("../img/icon_arrow01.png")no-repeat center/contain;
width: 24px;
height: 24px;
top: 50%;
transform: translateY(-50%);
right: 20px;
transition: 0.3s;
}
.search_form .btn_box .search_btn button {
font-size: 18px;
line-height: 1;
font-weight: 500;
font-family: 'Zen Kaku Gothic New', sans-serif;
text-align: center;
color: #FFFFFF;
border: solid #D00E0E 2px;
background: #D00E0E;
padding: 19px 0;
width: 100%;
border-radius: 30px;
}
.search_form .btn_box .reset_btn {
max-width: 335px;
width: 100%;
margin: 0 auto;
}
.search_form .btn_box .reset_btn input {
font-size: 18px;
line-height: 1;
font-weight: 500;
font-family: 'Zen Kaku Gothic New', sans-serif;
text-align: center;
color: #FFFFFF;
border: none;
background: #B4B4B4;
padding: 21px 0;
width: 100%;
border-radius: 30px;
}
/*----------
02.ヘッダー
----------*/
header .contents_in {
width: 100%;
}
header .header_wrap .logo {
max-width: 220px;
padding: 16px 0 48px 20px;
}
header .header_wrap .btn_box {
display: block;
max-width: 140px;
width: 100%;
padding-top: 10px;
}
header .header_wrap .btn_box .btn01 {
max-width: 140px;
width: 100%;
}
header .header_wrap .btn_box .btn01 a {
font-size: 14px;
line-height: 16px;
font-weight: 500;
text-align: center;
color: #FFFFFF;
display: block;
padding: 10px 20px 10px 2px;
border-radius: 7px 0 0 7px;
position: relative;
}
header .header_wrap .btn_box .btn01 a::after {
position: absolute;
content: "";
background: url("../img/icon_arrow01.png")no-repeat center/contain;
width: 15px;
height: 15px;
top: 50%;
transform: translateY(-50%);
right: 10px;
transition: 0.3s;
}
header .header_wrap .btn_box .btn01.company {
margin-bottom: 5px;
}
header .open_btn {
width: 63px;
height: 56px;
background: #D00E0E;
border-radius: 0 0 0 20px;
z-index: 12;
position: fixed;
top: 0;
right: 0;
padding: 19px 0 0;
}
header .open_btn .btn_in {
width: 20px;
height: 15px;
margin: 0 auto;
}
header .open_btn .btn_in span {
position: absolute;
width: 100%;
height: 1.5px;
background: #FFFFFF;
left: 0;
transition: 0.3s;
}
header .open_btn .btn_in span:nth-child(2) {
top: 7px;
}
header .open_btn .btn_in span:nth-child(3) {
top: 13.5px;
}
header .open_btn.active .btn_in span:nth-child(1) {
transform: rotate(-45deg);
top: 7px
}
header .open_btn.active .btn_in span:nth-child(3) {
transform: rotate(45deg);
top: 7px
}
header .nav_wrap {
background: #071B46;
width: 83%;
height: auto;
max-height: calc(100% - 164px);
position: fixed;
top: 0;
right: -83%;
z-index: 11;
transition: 0.3s;
padding: 40px 0;
border-radius: 30px 0 0 30px;
}
header .nav_wrap .nav_list {
max-width: 240px;
margin: 0 auto;
}
header .nav_wrap .nav_list li {
font-size: 18px;
line-height: 28px;
font-weight: 500;
font-family: 'Kaisei Tokumin', serif;
margin-bottom: 28px;
}
header .nav_wrap .nav_list li a {
position: relative;
color: #FFFFFF;
padding-left: 22px;
transition: 0.3s;
}
header .nav_wrap .nav_list li a::before {
position: absolute;
content: "";
background: #D00E0E;
width: 8px;
height: 2px;
top: 50%;
transform: translateY(-50%);
left: 0;
}
header .nav_wrap .nav_list li a:hover {
padding-left: 15px;
color: #DACE9B;
}
/*----------
03.フッター
----------*/
footer {
background: #F2EDD9;
padding: 50px 0;
}
footer .cnt_g {
display: block;
}
footer .cnt_g .logo {
max-width: 240px;
margin: 0 auto 25px;
}
footer .cnt_g .nav_list {
max-width: 240px;
margin: 0 auto;
}
footer .cnt_g .nav_list li {
margin-bottom: 15px;
font-size: 16px;
line-height: 26px;
font-weight: 500;
}
}