/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.list3_title {
    color: #ff6363;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    background: #f1f6fc;
    padding: 10px;
    margin: 20px auto;
}
.list3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.list3_2 {
    width: 33%;
    border: 4px solid #2780bb;
}
.list3_title2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    background-color: #89c4e1;
    text-align: center;
    padding: 5px;
}
.list3_title2 span {
    font-size: 22px;
    display: block;
}
.list3_2 img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.list3_2b {
    padding: 10px;
}

.list3_2 .btn-out {
 max-width: 100%!important;
}

.list3_2 th {
    width: 36%;
	padding: 6px;
}
.list3_2 td {
    text-align: left;
	padding: 6px;
}
.list3_2 ul {
    height: 100px;
}

.caption {
    overflow-x: scroll;
    width: 90%;
    margin: 10px auto 0;
}
.caption::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.caption::-webkit-scrollbar {
    height: 5px;
}
.caption::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}

.column_record {
    border: solid 1px #85c2e0;
    display: block;
    width: 100%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 20px;
    background: #fff;
}


.google {
 display: flex;
 justify-content: center;
 width: 100%;
 border-top: #006894 solid 1px;
 border-bottom: #006894 solid 1px;
 padding: 16px 0;
}
.google dt {
 box-sizing: border-box;
 width: 350px;
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
 background-image: -moz-linear-gradient( 0deg, rgb(105,190,239) 0%, rgb(179,233,226) 100%);
 background-image: -webkit-linear-gradient(
0deg
, rgb(105,190,239) 0%, rgb(179,233,226) 100%);
 background-image: -ms-linear-gradient( 0deg, rgb(105,190,239) 0%, rgb(179,233,226) 100%);
 padding: 1rem 1.7rem;
 font-size: 1.8rem;
 line-height: 1.2;
}
.google dd {
 display: flex;
 align-items: baseline;
 justify-content: center;
 text-align: center;
 padding: 6px 55px;
 font-size: 2rem;
 line-height: 1.2;
 font-weight: bold;
}
.google dd span {
 color: #dc405d;
 font-size: 4.2rem;
}
.selectionBoxGoogle dd span {
    color: #dc405d;
    font-size: 3.2rem;
}

.selectionBoxGoogle {
    width: 100%;
    border-top: #006894 solid 1px;
    border-bottom: #006894 solid 1px;
    padding: 15px 0;
    margin: 14px 0 0;
}

.selectionBoxGoogle dt {
    display: block;
    background-image: -moz-linear-gradient( 0deg, rgb(105,190,239) 0%, rgb(179,233,226) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(105,190,239) 0%, rgb(179,233,226) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(105,190,239) 0%, rgb(179,233,226) 100%);
    vertical-align: middle;
    text-align: center;
    padding: 1rem 1.7rem;
    font-size: 1.4rem;
    line-height: 1.2;
	font-weight:bold;
}

.selectionBoxGoogle dd {
    display: block;
    vertical-align: middle;
    text-align: center;
    padding: 6px 10px;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex .selectionBoxGoogle {
    width: 48%;
}






.l-header__sitename:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 16px;
    padding: 0 1rem;
    line-height: 1.5;
    text-shadow: none;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
.contents-left {
    max-width: 1000px;
    width: 1000px;
    padding: 0 1rem;
}


}/*////////////////////PC用CSSここまで///////////////////*/



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/

.list3 {
    display: block;
}

.list3_2 {
    width: 100%;
    margin-bottom: 20px;
}

.google {
    display: block;
    width: 100%;
    border-top: #006894 solid 1px;
    border-bottom: #006894 solid 1px;
    padding: 16px 0;
    text-align: center;
}
	


}/*////////////////////SP用CSSここまで///////////////////*/